From 84c1edf489340e0bd99609622609c146e7d3f345 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Sat, 13 Mar 2021 20:58:39 -0500 Subject: samizdat.patchfs.btrfs was missing dependency on samizdat.seed.btrfs --- rootfs/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rootfs') diff --git a/rootfs/Makefile b/rootfs/Makefile index e1588cb..3b2e234 100644 --- a/rootfs/Makefile +++ b/rootfs/Makefile @@ -34,5 +34,7 @@ gold: $(gold) $(gold): $(rootfs) $(sudo) $(fsmgr) build $@ +$(patchfs): $(rootfs) + $(patchfs) $(rootfs): $(sudo) REWRITE_SOURCES_LIST=y $(fsmgr) build $@ -- cgit v1.2.3