Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lipck
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
osak
lipck
Commits
b0e1809c
Commit
b0e1809c
authored
10 years ago
by
Christopher Spinrath
Browse files
Options
Downloads
Patches
Plain Diff
PHONY "image" target
parent
ec9a2134
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+3
-1
3 additions, 1 deletion
Makefile
with
3 additions
and
1 deletion
Makefile
+
3
−
1
View file @
b0e1809c
...
...
@@ -231,6 +231,8 @@ image_binary_files: image_git_pull $(IMAGE_BINARIES)
cd
"
$(
PRIMARY_ARCH_DIR
)$(
ROOTFS
)
"
&&
cp
-L
vmlinuz
"
$(
IMAGE_DIR
)
/casper/vmlinuz-
$(
PRIMARY_ARCH
)
"
cd
"
$(
SECONDARY_ARCH_DIR
)$(
ROOTFS
)
"
&&
cp
-L
vmlinuz
"
$(
IMAGE_DIR
)
/casper/vmlinuz-
$(
SECONDARY_ARCH
)
"
image
:
image_binary_files
config $(CONFIG_FILE)
:
$(
info Generating configuration
$(
CONFIG_FILE
))
echo
-n
""
>
$(
CONFIG_FILE
)
...
...
@@ -245,6 +247,6 @@ ISO_PHONY=iso_download iso_content iso_clean
ROOTFS_PHONY
=
rootfs_unsquash rootfs_prepare rootfs_remaster rootfs_finalize rootfs_checksums rootfs_deduplicate rootfs_squash rootfs_clean
INITRD_PHONY
=
initrd_unpack initrd_remaster initrd_pack initrd_clean
APT_CACHE_PHONY
=
apt_cache apt_cache_clean
IMAGE_PHONY
=
image_git image_git_pull image_binary_files
IMAGE_PHONY
=
image
image
_git image_git_pull image_binary_files
.PHONY
:
workspace config config_clean $(ISO_PHONY) $(ROOTFS_PHONY) $(INITRD_PHONY) $(APT_CACHE_PHONY) $(IMAGE_PHONY)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment