From: Victor J. Orlikowski Date: Mon, 11 Jun 2001 17:52:37 +0000 (+0000) Subject: Document the fact that this is now an autogenerated file. X-Git-Tag: 2.0.19~85 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0953339d3cf025d4c603c69a8385f01dc881a6ea;p=thirdparty%2Fapache%2Fhttpd.git Document the fact that this is now an autogenerated file. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89334 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/Makefile.in b/server/Makefile.in index 1805d617cc4..d0f7c0eeb5c 100644 --- a/server/Makefile.in +++ b/server/Makefile.in @@ -69,5 +69,7 @@ ApacheCoreOS2.def: exports.c $(top_srcdir)/os/$(OS_DIR)/core_header.def # Rule to make exp file for AIX DSOs httpd.exp: exports.c export_vars.h echo "#! ." > $@ + echo "* This file was AUTOGENERATED at build time." >> $@ + echo "* Please do not edit by hand." >> $@ $(CPP) $(ALL_CPPFLAGS) $(ALL_INCLUDES) exports.c | grep "ap_hack_" | sed -e 's/^.*[)]\(.*\);$$/\1/' >> $@ $(CPP) $(ALL_CPPFLAGS) $(ALL_INCLUDES) export_vars.h | sed -e 's/^\#[^!]*//' | sed -e '/^$$/d' >> $@