Skip to content
Snippets Groups Projects
Commit b0e1809c authored by Christopher Spinrath's avatar Christopher Spinrath
Browse files

PHONY "image" target

parent ec9a2134
No related branches found
No related tags found
No related merge requests found
......@@ -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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment