summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-12-03 13:35:21 +0100
committerGuido Günther <agx@sigxcpu.org>2011-12-03 13:35:21 +0100
commit99476ba2c26d3192ebb752de52ccd6222ea7e095 (patch)
treeb3ea893fc33ae1820db72abd5f644480ddfdf557 /cfg.mk
parent2d087683eb360e4da617c56cd70a57d9eda00082 (diff)
New upstream version 0.9.8~rc1
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/cfg.mk b/cfg.mk
index 463ce0c4f..574c7a49f 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -627,6 +627,7 @@ ifeq (0,$(MAKELEVEL))
test -f po/Makevars || { echo 1; exit; }; \
actual=$$(git submodule status | $(_submodule_hash); \
git hash-object bootstrap.conf; \
+ git ls-tree -d HEAD gnulib/local | awk '{print $$3}'; \
git diff .gnulib); \
stamp="$$($(_submodule_hash) $(_curr_status) 2>/dev/null)"; \
test "$$stamp" = "$$actual"; echo $$?)