summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2011-03-28 15:59:32 +0200
committerJonas Smedegaard <dr@jones.dk>2011-03-28 15:59:32 +0200
commit1c63f8e241976d001e0d4bf51bbeb8ee4fb74278 (patch)
treeae028d4546d4c41d8bd8c5e0593f7d15c626f616 /Makefile
parent53892577719292ae388f1d65f7b4f5106cb6440c (diff)
Use make -B in init: timestamps may be messed up by git.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2e6c9ec..2cf2fe9 100644
--- a/Makefile
+++ b/Makefile
@@ -13,8 +13,8 @@ avoid-broken-git = $(shell cd content && git symbolic-ref -q HEAD > /dev/null ||
all: build
init: submodules content
- -$(MAKE) -C shared/themes
- $(MAKE) config
+ -$(MAKE) -C shared/themes -B
+ $(MAKE) -B config
submodules:
git submodule init