summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2014-01-16 00:50:26 -0500
committerEric S. Raymond <esr@thyrsus.com>2014-01-16 00:50:26 -0500
commit7da02a6769e84cd0a9df8b1bc18ac78df1c0b058 (patch)
tree1a3f7051f11ea456f1ef229f2dae0290e05005f2 /Makefile.in
parent87b2a7f2da9a94f794f80494d2cf42b8c3e041f1 (diff)
downloademacs-7da02a6769e84cd0a9df8b1bc18ac78df1c0b058.tar.gz
On VCS-independent ways of identifying commits, and why they are desirable.
No code changes.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index e69998e3e52..852a13407b2 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -385,6 +385,7 @@ src: Makefile FRC
cd $@ || exit; \
boot=bootstrap-emacs$(EXEEXT); \
[ ! -x "$$boot" ] || boot=''; \
+ echo "VCSWITNESS: $$vcswitness";\
$(MAKE) all $(MFLAGS) \
CC='${CC}' CFLAGS='${CFLAGS}' CPPFLAGS='${CPPFLAGS}' \
LDFLAGS='${LDFLAGS}' MAKE='${MAKE}' BOOTSTRAPEMACS="$$boot" \