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
2
Issues
2
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
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
Ximper Linux
mkimage-profiles
Commits
efa73b97
Commit
efa73b97
authored
Jan 11, 2012
by
Michael Shigorin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sub.in/stage1/Makefile: comment fixup
Referring to install2 subprofile after it got generalized and renamed to stage2 is an omission, better fix it late than never.
parent
5a7b6b57
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Makefile
sub.in/stage1/Makefile
+1
-1
No files found.
sub.in/stage1/Makefile
View file @
efa73b97
...
@@ -39,7 +39,7 @@ CHROOT_PACKAGES_REGEXP += $(STAGE1_PACKAGES_REGEXP)
...
@@ -39,7 +39,7 @@ CHROOT_PACKAGES_REGEXP += $(STAGE1_PACKAGES_REGEXP)
CHROOT_PACKAGES
=
$(STAGE1_PACKAGES)
$(SYSTEM_PACKAGES)
CHROOT_PACKAGES
=
$(STAGE1_PACKAGES)
$(SYSTEM_PACKAGES)
# scripts prepare bootloader configuration, too
# scripts prepare bootloader configuration, too
# NB: we pass tested squashfs options for ../
install2/Makefil
e
# NB: we pass tested squashfs options for ../
stage2/Makefile to includ
e
all
:
| debug prepare-workdir copy-tree run-scripts $(BUILD_PROPAGATOR)
\
all
:
| debug prepare-workdir copy-tree run-scripts $(BUILD_PROPAGATOR)
\
copy-$(BOOTLOADER) $(COPY_SQUASHCFG) pack-image $(GLOBAL_CLEAN_WORKDIR)
copy-$(BOOTLOADER) $(COPY_SQUASHCFG) pack-image $(GLOBAL_CLEAN_WORKDIR)
@
if
[
-s
$(OUTDIR)
/squashcfg.mk
]
;
then
\
@
if
[
-s
$(OUTDIR)
/squashcfg.mk
]
;
then
\
...
...
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