summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2021-12-03 14:13:29 +0000
committerAlyssa Ross <hi@alyssa.is>2021-12-12 00:36:56 +0000
commitd14ad84c34cd0f77467e22cfe40ccecee9eaaeaa (patch)
tree8665215d95ccbec65a3f664b8669212ef7cff8c2 /Makefile
parent22b54600ba87e3ff216a5845328662304ab7f4d2 (diff)
downloadspectrum-d14ad84c34cd0f77467e22cfe40ccecee9eaaeaa.tar
spectrum-d14ad84c34cd0f77467e22cfe40ccecee9eaaeaa.tar.gz
spectrum-d14ad84c34cd0f77467e22cfe40ccecee9eaaeaa.tar.bz2
spectrum-d14ad84c34cd0f77467e22cfe40ccecee9eaaeaa.tar.lz
spectrum-d14ad84c34cd0f77467e22cfe40ccecee9eaaeaa.tar.xz
spectrum-d14ad84c34cd0f77467e22cfe40ccecee9eaaeaa.tar.zst
spectrum-d14ad84c34cd0f77467e22cfe40ccecee9eaaeaa.zip
etc/checkesp: extract from etc/mdev.conf
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9a96171..6621ba8 100644
--- a/Makefile
+++ b/Makefile
@@ -9,8 +9,9 @@ build/initramfs: build/local.cpio $(PACKAGES_CPIO)
 
 MOUNTPOINTS = dev mnt proc sys tmp
 
-build/local.cpio: etc/init etc/mdev.conf build/mountpoints
-	printf "%s\n" etc etc/mdev.conf | $(CPIO) -o $(CPIOFLAGS) > $@
+build/local.cpio: etc/checkesp etc/init etc/mdev.conf build/mountpoints
+	printf "%s\n" etc etc/checkesp etc/mdev.conf | \
+	    $(CPIO) -o $(CPIOFLAGS) > $@
 	cd etc && echo init | $(CPIO) -o $(CPIOFLAGS) -AF ../$@
 	cd build/mountpoints && \
 	    printf "%s\n" $(MOUNTPOINTS) | $(CPIO) -o $(CPIOFLAGS) -AF ../../$@