summaryrefslogtreecommitdiff
path: root/rootfs
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2021-03-13 20:58:39 -0500
committerAndrew Cady <d@jerkface.net>2021-03-13 21:00:47 -0500
commit84c1edf489340e0bd99609622609c146e7d3f345 (patch)
tree9f0124f45456579bc73ba5e14e7a7612d202d156 /rootfs
parenta8710d9fb1e4ed2c12d406b2b7d0f1f6c1ffbc74 (diff)
samizdat.patchfs.btrfs was missing dependency on samizdat.seed.btrfs
Diffstat (limited to 'rootfs')
-rw-r--r--rootfs/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/rootfs/Makefile b/rootfs/Makefile
index e1588cb..3b2e234 100644
--- a/rootfs/Makefile
+++ b/rootfs/Makefile
@@ -34,5 +34,7 @@ gold: $(gold)
34$(gold): $(rootfs) 34$(gold): $(rootfs)
35 $(sudo) $(fsmgr) build $@ 35 $(sudo) $(fsmgr) build $@
36 36
37$(patchfs): $(rootfs)
38
37$(patchfs) $(rootfs): 39$(patchfs) $(rootfs):
38 $(sudo) REWRITE_SOURCES_LIST=y $(fsmgr) build $@ 40 $(sudo) REWRITE_SOURCES_LIST=y $(fsmgr) build $@