From: Guenter Knauf Date: Fri, 1 Apr 2011 03:20:19 +0000 (+0000) Subject: Explain TOUCH macro and refer to docs. X-Git-Tag: 2.2.18~65 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=351c7d514d1f94c868fd36e9cd5bcc7b03db23c6;p=thirdparty%2Fapache%2Fhttpd.git Explain TOUCH macro and refer to docs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1087566 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ssl/NWGNUmakefile b/modules/ssl/NWGNUmakefile index da1ff3d954f..048c1e42e98 100644 --- a/modules/ssl/NWGNUmakefile +++ b/modules/ssl/NWGNUmakefile @@ -279,6 +279,9 @@ install :: nlms FORCE vpath %.c $(AP_WORK)/modules/arch/netware # Make sure that the build doesn't attempt to regenerate the shipping files. +# On Windows we use 'copy /b file.ext +,,' to assign the current time and date +# to a file without modifying the file (the TOUCH macro uses this) - see also: +# http://technet.microsoft.com/en-us/library/bb490886.aspx ssl_expr_parse.h : ssl_expr_parse.y $(call TOUCH, $@)