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
1
Issues
1
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
24edc620
Commit
24edc620
authored
Jul 10, 2012
by
Michael Shigorin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
prep optimization
There was some extra duplication, just clean it up.
parent
d31a2555
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
5 deletions
+3
-5
90-build-distro.mk
features.in/build-distro/lib/90-build-distro.mk
+1
-1
90-build-ve.mk
features.in/build-ve/lib/90-build-ve.mk
+0
-2
90-build-vm.mk
features.in/build-vm/lib/90-build-vm.mk
+0
-2
Makefile
image.in/Makefile
+2
-0
No files found.
features.in/build-distro/lib/90-build-distro.mk
View file @
24edc620
...
...
@@ -22,7 +22,7 @@ MKI_SORTFILE := /tmp/isosort
all: $(GLOBAL_DEBUG) prep copy-subdirs copy-tree run-scripts pack-image \
postprocess $(GLOBAL_CLEAN_WORKDIR)
prep: $(GLOBAL_DEBUG) dot-disk $(WHATEVER)
imagedir
prep: $(GLOBAL_DEBUG) dot-disk $(WHATEVER)
dot-disk:
@mkdir -p files/.disk
...
...
features.in/build-ve/lib/90-build-ve.mk
View file @
24edc620
...
...
@@ -15,5 +15,3 @@ IMAGE_PACKAGES = $(call list,$(BASE_LISTS)) \
all: $(GLOBAL_DEBUG) build-image copy-tree run-image-scripts pack-image \
postprocess $(GLOBAL_CLEAN_WORKDIR)
prep: imagedir
features.in/build-vm/lib/90-build-vm.mk
View file @
24edc620
...
...
@@ -50,5 +50,3 @@ pack-image: MKI_PACK_RESULTS := tar:$(VM_TARBALL)
all: $(GLOBAL_DEBUG) build-image copy-tree run-image-scripts pack-image \
convert-image postprocess $(GLOBAL_CLEAN_WORKDIR)
prep: imagedir
image.in/Makefile
View file @
24edc620
...
...
@@ -68,6 +68,8 @@ save-profile:
.PHONY
:
imagedir postprocess debug
prep
:
imagedir
imagedir
:
@
mkdir
-p
"
$(IMAGE_OUTDIR)
"
...
...
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