]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
hide the generation of the httpd.exp header from the build messages
authorJeff Trawick <trawick@apache.org>
Wed, 27 Jun 2001 17:11:52 +0000 (17:11 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 27 Jun 2001 17:11:52 +0000 (17:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89431 13f79535-47bb-0310-9956-ffa450edef68

server/Makefile.in

index ecad709fac3c8917cd1bf7c7fafff4dc7506aa7f..2980d5af88e399c8909325c6fec0c99da6e87777 100644 (file)
@@ -73,8 +73,8 @@ ApacheCoreOS2.def: exports.c export_vars.h $(top_srcdir)/os/$(OS_DIR)/core_heade
 
 # 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." >> $@
+       @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' >> $@