Skip to content

Commit d4199f6

Browse files
committed
scripts/gen-refs-default.Makefile: cleanup
Remove unnecessary vars and echoes. Reviewed-by: Luis Chamberlain <[email protected]> Reviewed-by: Chuck Lever <[email protected]> Signed-off-by: Daniel Gomez <[email protected]>
1 parent ba0b6c4 commit d4199f6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

scripts/gen-refs-default.Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@
33
REFS_DEFAULT_TARGETS := gen_refs_def_mainline
44
REFS_DEFAULT_TARGETS += gen_refs_def_next
55
REFS_DEFAULT_TARGETS += gen_refs_def_stable
6-
REF_DEF_SRC := $(addprefix $(TOPDIR)/workflows/linux/refs/static/, linus.yaml next.yaml stable.yaml)
76

87
KRELEASES_FORCE := $(if $(filter --force,$(KRELEASES_FORCE)),--force,)
98

109
gen_refs_def_mainline:
11-
$(Q)$(E) "Generating $@..."
1210
$(Q)./scripts/generate_refs.py \
1311
--prefix BOOTLINUX_TREE_LINUS \
1412
--output workflows/linux/refs/default/Kconfig.linus \
@@ -18,7 +16,6 @@ gen_refs_def_mainline:
1816
--moniker mainline
1917

2018
gen_refs_def_next:
21-
$(Q)$(E) "Generating $@..."
2219
$(Q)./scripts/generate_refs.py \
2320
--prefix BOOTLINUX_TREE_NEXT \
2421
--output workflows/linux/refs/default/Kconfig.next \
@@ -28,7 +25,6 @@ gen_refs_def_next:
2825
--moniker linux-next
2926

3027
gen_refs_def_stable:
31-
$(Q)$(E) "Generating $@..."
3228
$(Q)./scripts/generate_refs.py \
3329
--prefix BOOTLINUX_TREE_STABLE \
3430
--output workflows/linux/refs/default/Kconfig.stable \

0 commit comments

Comments
 (0)