From 351c7d514d1f94c868fd36e9cd5bcc7b03db23c6 Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Fri, 1 Apr 2011 03:20:19 +0000 Subject: [PATCH] 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 --- modules/ssl/NWGNUmakefile | 3 +++ 1 file changed, 3 insertions(+) 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, $@) -- 2.47.3