9cedefdba9
The features might get copy-pasted (or even copied-and-pruned) when initialized; there's an unneccessary duplication of the function name in the line adding it to FEATURES list, thus prone to being forgotten and causing some havoc later on. It was wrong in the first place but tackling this with some double-colon rules ran into terminality issues, and further tortures were considered unneccessary. The current solution isn't perfect (no completely transparent function name registration upon corresponding target being called) but at least it is an improvement...
7 lines
330 B
Makefile
7 lines
330 B
Makefile
use/install2: use/stage2 sub/stage2/install2 use/cleanup/installer
|
|
@$(call add_feature)
|
|
@$(call set,INSTALL2_PACKAGES,installer-distro-$$(INSTALLER)-stage2)
|
|
@$(call add,INSTALL2_PACKAGES,branding-$$(BRANDING)-alterator)
|
|
@$(call add,MAIN_PACKAGES,branding-$$(BRANDING)-release)
|
|
@$(call add,BASE_LISTS,$(call tags,basesystem))
|