Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mkimage-profiles
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Anton Palgunov
mkimage-profiles
Commits
16a06f51
You need to sign in or sign up before continuing.
Commit
16a06f51
authored
Dec 13, 2011
by
Michael Shigorin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanup dependency dups
Several targets were used in a duplicated way that made no harm but no sense either.
parent
1b3b38b7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
config.mk
features.in/build-distro/config.mk
+2
-1
config.mk
features.in/build-ve/config.mk
+1
-0
distro.mk
lib/distro.mk
+3
-3
No files found.
features.in/build-distro/config.mk
View file @
16a06f51
use/build-distro: boot/isolinux
# hooked from ../../lib/sugar.mk
use/build-distro:
@$(call add_feature)
@$(call add_feature)
features.in/build-ve/config.mk
View file @
16a06f51
# hooked from ../../lib/sugar.mk
use/build-ve:
use/build-ve:
@$(call add_feature)
@$(call add_feature)
lib/distro.mk
View file @
16a06f51
...
@@ -11,7 +11,7 @@ sub/%:
...
@@ -11,7 +11,7 @@ sub/%:
@$(call add,SUBPROFILES,$(@:sub/%=%))
@$(call add,SUBPROFILES,$(@:sub/%=%))
# install media bootloader
# install media bootloader
boot/%:
profile/bare
use/syslinux
boot/%: use/syslinux
@$(call set,BOOTLOADER,$*)
@$(call set,BOOTLOADER,$*)
# fundamental targets
# fundamental targets
...
@@ -25,8 +25,8 @@ distro/.base: distro/.init
...
@@ -25,8 +25,8 @@ distro/.base: distro/.init
# bootloader test target
# bootloader test target
distro/syslinux: distro/.init \
distro/syslinux: distro/.init \
use/syslinux
use/syslinux/localboot.cfg
\
use/syslinux
/localboot.cfg use/syslinux/ui-vesamenu
\
use/
syslinux/ui-vesamenu use/
hdt use/memtest
use/hdt use/memtest
# something marginally useful (as a network-only installer)
# something marginally useful (as a network-only installer)
# NB: doesn't carry stage3 thus cannot use/bootloader
# NB: doesn't carry stage3 thus cannot use/bootloader
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment