make: Add busybox.symlinks dep for rootfs
This ensures the root filesystem image will be regenerated if the base `busybox.symlinks` file from Aimee OS changes.dev/gentoo
parent
b9356f619c
commit
4a27f46e68
1
Makefile
1
Makefile
|
@ -51,6 +51,7 @@ $(O)/.ready: \
|
||||||
install.packages \
|
install.packages \
|
||||||
$(CONFIGDIR)/install.packages \
|
$(CONFIGDIR)/install.packages \
|
||||||
$(wildcard $(CONFIGDIR)/installonly.packages) \
|
$(wildcard $(CONFIGDIR)/installonly.packages) \
|
||||||
|
busybox.symlinks \
|
||||||
$(wildcard $(CONFIGDIR)/busybox.symlinks) \
|
$(wildcard $(CONFIGDIR)/busybox.symlinks) \
|
||||||
$(O)/linux/arch/arm64/boot/Image.gz \
|
$(O)/linux/arch/arm64/boot/Image.gz \
|
||||||
$(O)/semanage.mods \
|
$(O)/semanage.mods \
|
||||||
|
|
Loading…
Reference in New Issue