summaryrefslogtreecommitdiff
path: root/rootfs/Makefile
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2020-10-12 14:26:33 -0400
committerAndrew Cady <d@jerkface.net>2020-10-12 14:26:37 -0400
commit1592a5000af5a6ba48d644a59dd751f1a823dec1 (patch)
tree65bc78d94ddac56b028aa7fa1be139e762533088 /rootfs/Makefile
parent79b0ac15fc28189a9b4a00016cc889f5a189eae8 (diff)
rootfs is building
sort of. manual intervention was employed.
Diffstat (limited to 'rootfs/Makefile')
-rw-r--r--rootfs/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/rootfs/Makefile b/rootfs/Makefile
index 9e4e15a..7bb9619 100644
--- a/rootfs/Makefile
+++ b/rootfs/Makefile
@@ -14,5 +14,6 @@ all: rootfs $(ifneq $(patchfs),,patchfs)
14 14
15rootfs $(rootfs): 15rootfs $(rootfs):
16 $(sudo) $(fsmgr) build $(rootfs) 16 $(sudo) $(fsmgr) build $(rootfs)
17patchfs $(patchfs): $(rootfs) 17
18 $(sudo) $(fsmgr) build $(patchfs) 18patchfs $(patchfs):
19 $(sudo) REWRITE_SOURCES_LIST=y $(fsmgr) build $(patchfs)