]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Document the fact that this is now an autogenerated file.
authorVictor J. Orlikowski <orlikowski@apache.org>
Mon, 11 Jun 2001 17:52:37 +0000 (17:52 +0000)
committerVictor J. Orlikowski <orlikowski@apache.org>
Mon, 11 Jun 2001 17:52:37 +0000 (17:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89334 13f79535-47bb-0310-9956-ffa450edef68

server/Makefile.in

index 1805d617cc4287233422a171cce62e49213dc29a..d0f7c0eeb5c08ce9a807b99080a61e43836e4d37 100644 (file)
@@ -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' >> $@