cleanup dependency dups

Several targets were used in a duplicated way
that made no harm but no sense either.
This commit is contained in:
Michael Shigorin 2011-12-13 18:14:36 +02:00
parent 1b3b38b7c5
commit 16a06f51d0
3 changed files with 6 additions and 4 deletions

View File

@ -1,2 +1,3 @@
use/build-distro: boot/isolinux
# hooked from ../../lib/sugar.mk
use/build-distro:
@$(call add_feature)

View File

@ -1,2 +1,3 @@
# hooked from ../../lib/sugar.mk
use/build-ve:
@$(call add_feature)

View File

@ -11,7 +11,7 @@ sub/%:
@$(call add,SUBPROFILES,$(@:sub/%=%))
# install media bootloader
boot/%: profile/bare use/syslinux
boot/%: use/syslinux
@$(call set,BOOTLOADER,$*)
# fundamental targets
@ -25,8 +25,8 @@ distro/.base: distro/.init
# bootloader test target
distro/syslinux: distro/.init \
use/syslinux use/syslinux/localboot.cfg \
use/syslinux/ui-vesamenu use/hdt use/memtest
use/syslinux/localboot.cfg use/syslinux/ui-vesamenu \
use/hdt use/memtest
# something marginally useful (as a network-only installer)
# NB: doesn't carry stage3 thus cannot use/bootloader