summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8377a69..bca6665 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ isolinux_files:=$(wildcard isolinux/*)
29clean: 29clean:
30 rm -f samizdat-paths.sh ${compiled_programs} 30 rm -f samizdat-paths.sh ${compiled_programs}
31 31
32.PHONY: samizdat-paths.sh all clean 32.PHONY: all clean
33samizdat-paths.sh: src/samizdat-paths.in 33samizdat-paths.sh: src/samizdat-paths.in
34 @sed -e "s?PREFIX?$(prefix)?g" $< > $@ 34 @sed -e "s?PREFIX?$(prefix)?g" $< > $@
35include samizdat-paths.sh 35include samizdat-paths.sh
@@ -52,7 +52,7 @@ include user.mk
52 52
53.PHONY: rootfs 53.PHONY: rootfs
54rootfs: 54rootfs:
55 : git submodule update 55 [ -e fsmgr/Makefile ] || git submodule update --init
56 $(MAKE) -C fsmgr 56 $(MAKE) -C fsmgr
57 $(MAKE) -C fsmgr install 57 $(MAKE) -C fsmgr install
58 $(MAKE) -C rootfs 58 $(MAKE) -C rootfs