Commit 16a06f51 authored by Michael Shigorin's avatar Michael Shigorin

cleanup dependency dups

Several targets were used in a duplicated way that made no harm but no sense either.
parent 1b3b38b7
use/build-distro: boot/isolinux
# hooked from ../../lib/sugar.mk
use/build-distro:
@$(call add_feature)
# hooked from ../../lib/sugar.mk
use/build-ve:
@$(call add_feature)
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment