From apache-cvs-return-6419-apmail-apache-cvs-archive=apache.org@apache.org Sat Jun 09 08:28:15 2001 Return-Path: Delivered-To: apmail-apache-cvs-archive@apache.org Received: (qmail 51236 invoked by uid 500); 9 Jun 2001 08:28:12 -0000 Mailing-List: contact apache-cvs-help@apache.org; run by ezmlm Precedence: bulk Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list apache-cvs@apache.org Received: (qmail 51219 invoked by uid 500); 9 Jun 2001 08:28:11 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 9 Jun 2001 08:28:09 -0000 Message-ID: <20010609082809.51214.qmail@apache.org> From: orlikowski@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/server Makefile.in .cvsignore orlikowski 01/06/09 01:28:09 Modified: server Makefile.in .cvsignore Log: Make this little hack slightly more palatable. Revision Changes Path 1.56 +5 -5 httpd-2.0/server/Makefile.in Index: Makefile.in =================================================================== RCS file: /home/cvs/httpd-2.0/server/Makefile.in,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- Makefile.in 2001/06/09 08:20:11 1.55 +++ Makefile.in 2001/06/09 08:28:08 1.56 @@ -3,7 +3,7 @@ CLEAN_TARGETS = gen_test_char test_char.h gen_uri_delims uri_delims.h \ $(TARGET_EXPORTS) ApacheCoreOS2.def DISTCLEAN_TARGETS = httpd.exp -EXTRACLEAN_TARGETS = exports.c export_vars.c +EXTRACLEAN_TARGETS = exports.c export_vars.h SUBDIRS = mpm @@ -17,7 +17,7 @@ util_filter.c exports.c buildmark.c scoreboard.c \ error_bucket.c protocol.c core.c request.c -TARGETS = delete-exports $(LTLIBRARY_NAME) $(CORE_IMPLIB_FILE) export_vars.c \ +TARGETS = delete-exports $(LTLIBRARY_NAME) $(CORE_IMPLIB_FILE) export_vars.h \ httpd.exp include $(top_srcdir)/build/rules.mk @@ -55,7 +55,7 @@ exports.c: $(EXPORT_FILES) (cat $(EXPORT_FILES) | $(top_srcdir)/build/buildexports.sh $(top_srcdir)) > $@ -export_vars.c: +export_vars.h: $(AWK) -f $(top_srcdir)/build/make_var_export.awk $(top_srcdir)/include/*.h $(top_srcdir)/os/$(OS_DIR)/*.h $(top_srcdir)/srclib/apr/include/*.h $(top_srcdir)/srclib/apr-util/include/*.h > $@ # wtf does this have to be explicit???? @@ -67,7 +67,7 @@ $(CPP) $< $(ALL_CPPFLAGS) $(ALL_INCLUDES) | grep "ap_hack_" | sed -e 's/^.*[)]\(.*\);$$/ "\1"/' >> $@ # Rule to make exp file for AIX DSOs -httpd.exp: exports.c export_vars.c +httpd.exp: exports.c export_vars.h echo "#! ." > $@ $(CPP) $(ALL_CPPFLAGS) $(ALL_INCLUDES) exports.c | grep "ap_hack_" | sed -e 's/^.*[)]\(.*\);$$/\1/' >> $@ - $(CPP) $(ALL_CPPFLAGS) $(ALL_INCLUDES) export_vars.c | sed -e 's/^\#[^!]*//' | sed -e '/^$$/d' >> $@ + $(CPP) $(ALL_CPPFLAGS) $(ALL_INCLUDES) export_vars.h | sed -e 's/^\#[^!]*//' | sed -e '/^$$/d' >> $@ 1.10 +1 -1 httpd-2.0/server/.cvsignore Index: .cvsignore =================================================================== RCS file: /home/cvs/httpd-2.0/server/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 2001/06/09 08:06:38 1.9 +++ .cvsignore 2001/06/09 08:28:08 1.10 @@ -9,7 +9,7 @@ gen_test_char *.mak exports.c -export_vars.c +export_vars.h Debug Release apache.exports