config.mk 472 Bytes
Newer Older
1 2
# TODO: invent something prettier (think "lilo+grub" -- or error out?)
# - add,BASE_PACKAGES,alterator-$* is overly additive
3 4
#   NB: due to make target becoming having been made,
#       the last different one wins
5
# - remember .base if adding yet another *_PACKAGES
6

7
use/bootloader:
8
	@$(call add_feature)
9
	@$(call add,BASE_PACKAGES,alterator-$$(BASE_BOOTLOADER))
10 11

use/bootloader/grub use/bootloader/lilo: use/bootloader/%: use/bootloader
12
	@$(call set,BASE_BOOTLOADER,$*)