[master] 0e75dec Remove this hack again
Poul-Henning Kamp
phk at varnish-cache.org
Wed Nov 13 22:51:39 CET 2013
commit 0e75decce9b9d0d45dbe7c93a647c694f966ed19
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date: Wed Nov 13 21:51:28 2013 +0000
Remove this hack again
diff --git a/include/Makefile.am b/include/Makefile.am
index 174f447..5b75aca 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -91,9 +91,6 @@ 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