]> granicus.if.org Git - apache/blobdiff - build/NWGNUenvironment.inc
Make ap_rputs an inline function, as it is mostly used with string constants
[apache] / build / NWGNUenvironment.inc
index 728c427b16ef469b516d7cf0239dc136034dcf40..162365c16feefc87fd49926afe13dd3ec482fcf1 100644 (file)
@@ -132,7 +132,6 @@ WIN_CC      = mwcc
 
 # Setup build tools
 AWK    = awk
-SORT   = sort
 
 # Setup distribution tools
 ZIP    = zip -qr9
@@ -149,6 +148,7 @@ MKDIR       = mkdir -p $1
 COPY   = -cp -afv $1 $2
 #COPYR = -cp -afr $1/* $2
 COPYR  = -rsync -aC $1/* $2
+TOUCH  = -touch $1
 ECHONL = echo ""
 DL     = '
 CAT    = cat
@@ -164,6 +164,7 @@ ECHONL      = $(ComSpec) /c echo.
 MKDIR  = $(shell if not exist $(subst /,\,$1)\NUL md 2>NUL $(subst /,\,$1))
 COPY   = -copy /y 2>NUL $(subst /,\,$1) $(subst /,\,$2)
 COPYR  = -xcopy /q /y /e 2>NUL $(subst /,\,$1) $(subst /,\,$2)
+TOUCH  = -copy /b 2>&1>NUL $(subst /,\,$1) +,,
 CAT    = type
 endif
 
@@ -357,6 +358,7 @@ APRUTIL             = $(subst \,/,$(APU_WORK))
 APBUILD                = $(SRC)/build
 STDMOD         = $(SRC)/modules
 HTTPD          = $(SRC)/modules/http
+DAV            = $(SRC)/modules/dav
 NWOS           = $(SRC)/os/netware
 SERVER         = $(SRC)/server
 SUPMOD         = $(SRC)/support