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

Fehlerhafte Abhängigkeit für rootfs_squash entfernt

parent 0fecd26f
Branches
No related tags found
No related merge requests found
......@@ -174,7 +174,7 @@ rootfs_deduplicate $(COMMON_DIR)$(STATE_DIR)/rootfs_deduplicated: $(PRIMARY_ARCH
cd "$(COMMON_DIR)/lip-$(SECONDARY_ARCH)" && tr \\n \\0 < "$(COMMON_DIR)/common_files.list" | xargs -0 rm
touch "$(COMMON_DIR)$(STATE_DIR)/rootfs_deduplicated"
$(COMMON_DIR)/lip-%.squashfs : $(COMMON_DIR)$(STATE_DIR)/rootfs_deduplicated | $(COMMON_DIR)/lip-%
$(COMMON_DIR)/lip-%.squashfs : $(COMMON_DIR)$(STATE_DIR)/rootfs_deduplicated
mksquashfs "$(COMMON_DIR)/lip-$*" "$(COMMON_DIR)/lip-$*.squashfs" -comp xz -noappend
rootfs_squash: $(COMMON_DIR)/lip-$(PRIMARY_ARCH).squashfs $(COMMON_DIR)/lip-$(SECONDARY_ARCH).squashfs $(COMMON_DIR)/lip-common.squashfs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment