Changes with Apache 2.0.49
+ *) Fix build with parallel make. PR 24643. [Joe Orton]
+
*) mod_rewrite: In external rewrite maps lookup keys containing
a newline now cause a lookup failure. PR 14453.
[Cedric Gavage <cedric.gavage unixtech.be>, André Malo]
APACHE 2.0 STATUS: -*-text-*-
-Last modified at [$Date: 2004/01/12 14:13:16 $]
+Last modified at [$Date: 2004/01/12 14:30:13 $]
Release:
PR: 23956
+1: jorton, nd, trawick
- * Fix parallel make (e.g. GNU make -j<N>).
- http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/Makefile.in?r1=1.86&r2=1.87
- PR: 24643
- +1: jorton, nd, trawick
-
* mod_dav: Reject requests including fragment part in the Request-URI.
http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/dav/main/mod_dav.c?r1=1.102&r2=1.103
PR: 21779
util_script.c util_md5.c util_cfgtree.c util_ebcdic.c util_time.c \
rfc1413.c connection.c listen.c \
mpm_common.c util_charset.c util_debug.c util_xml.c \
- util_filter.c $(top_builddir)/server/exports.c buildmark.c \
+ util_filter.c exports.c buildmark.c \
scoreboard.c error_bucket.c protocol.c core.c request.c provider.c
TARGETS = delete-exports $(LTLIBRARY_NAME) $(CORE_IMPLIB_FILE) export_vars.h httpd.exp
sort -u $$tmp > $@; \
rm -f $$tmp
-# full path required to keep BSD make happy
-$(top_builddir)/server/exports.c: export_files
+exports.c: export_files
$(AWK) -f $(top_srcdir)/build/make_exports.awk `cat $?` > $@
export_vars.h: export_files
$(AWK) -f $(top_srcdir)/build/make_var_export.awk `cat $?` > $@
-# wtf does this have to be explicit????
-exports.lo: exports.c
-
# Rule to make def file for OS/2 core dll
ApacheCoreOS2.def: exports.c export_vars.h $(top_srcdir)/os/$(OS_DIR)/core_header.def
cat $(top_srcdir)/os/$(OS_DIR)/core_header.def > $@