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
897d8979
Commit
897d8979
authored
9 years ago
by
Christopher Spinrath
Browse files
Options
Downloads
Patches
Plain Diff
fix: multiboot is a phony target
parent
14c7e3cf
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
+1
-1
1 addition, 1 deletion
Makefile
with
1 addition
and
1 deletion
Makefile
+
1
−
1
View file @
897d8979
...
...
@@ -579,6 +579,6 @@ INITRD_PHONY=initrd_unpack initrd_remaster initrd_pack initrd_clean initrd_clean
APT_CACHE_PHONY
=
apt_cache apt_cache_clean
REPO_PHONY
=
repo repo_packages repo_package_info repo_metadata repo_clean
IMAGE_PHONY
=
image image_content image_skel_file image_assemble image_remaster image_git image_git_pull image_binary_files image_grub_lipinfo image_grub_mkimage_efi image_grub_mkimage_mbr image_grub_mbr_template image_grub_install image_clean
COMMON_PHONY
=
help
workspace config config_clean clean_really_all
COMMON_PHONY
=
help
workspace config
multiboot
config_clean clean_really_all
.PHONY
:
default $(COMMON_PHONY) $(ISO_PHONY) $(ROOTFS_PHONY) $(INITRD_PHONY) $(APT_CACHE_PHONY) $(IMAGE_PHONY) $(REPO_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