a52b7476a4
It looks like the intermediate targets aren't all equal: some define a finished feature while some create a common lower level piece of configuration. Let's do shortcuts for the former so that a distro line can be more terse and descriptive; help targets in features.in/ tweaked accordingly.
13 lines
396 B
Makefile
13 lines
396 B
Makefile
use/dev:
|
|
@$(call add_feature)
|
|
@$(call add,THE_PACKAGES,git-core hasher gear)
|
|
|
|
use/dev/mkimage: use/dev
|
|
@$(call add,THE_PACKAGES,mkimage shadow-change)
|
|
|
|
use/dev/repo: use/dev use/repo/main
|
|
@$(call add,THE_PACKAGES,apt-repo)
|
|
@$(call add,MAIN_PACKAGES,rpm-build basesystem)
|
|
@$(call add,MAIN_PACKAGES,fakeroot sisyphus_check)
|
|
@$(call add,MAIN_PACKAGES,file make-initrd make-initrd-propagator)
|