[master] 499a1ea This is a dirty hack so I can find out from Jenkins if there are parts of config.h we don't need anymore
Poul-Henning Kamp
phk at varnish-cache.org
Wed Nov 13 20:36:10 CET 2013
commit 499a1ea859efec74474ca66b0503cd289e12b9c3
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date: Wed Nov 13 19:35:39 2013 +0000
This is a dirty hack so I can find out from Jenkins if there are
parts of config.h we don't need anymore
diff --git a/include/Makefile.am b/include/Makefile.am
index 5b75aca..728fec3 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -91,6 +91,9 @@ tbl/vrt_stv_var.h tbl/vcl_returns.h tbl/vcc_types.h vcl.h vrt_obj.h: $(top_srcdi
BUILT_SOURCES = vcs_version.h vmod_abi.h
MAINTAINERCLEANFILES = vcs_version.h
vcs_version.h: FORCE
+ @echo "PHK HACK BEGIN"
+ - at grep '^[ ]*#[ ]*define $(top_srcdir)/config.h
+ @echo "PHK HACK END"
@if [ -d "$(top_srcdir)/.git" ]; then \
V="$$(git show -s --pretty=format:%h)" \
H="$$(head -n 1 vcs_version.h 2>/dev/null || true)"; \
More information about the varnish-commit
mailing list