summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 406022b..5c48b0b 100644
--- a/Makefile
+++ b/Makefile
@@ -178,6 +178,7 @@ rootfs/samizdat.seed.btrfs: rootfs/samizdat.btrfs
178ifneq ($(shell id -u),0) 178ifneq ($(shell id -u),0)
179 $(SUDO_MAKE) $@ 179 $(SUDO_MAKE) $@
180else 180else
181 @while umount $$PWD/$@~tmp; do continue; done
181 cp --reflink $< $@~tmp 182 cp --reflink $< $@~tmp
182 btrfstune -f -S0 $@~tmp 183 btrfstune -f -S0 $@~tmp
183 test -d $@.mnt || mkdir $@.mnt 184 test -d $@.mnt || mkdir $@.mnt