From 9875cc5fabcf7f42ffb986683c1ef2fb82a5f500 Mon Sep 17 00:00:00 2001 From: Gregg Lewis Smith Date: Thu, 13 Dec 2012 22:43:31 +0000 Subject: Add note about _fixshebang target in comments Remove _install dependency, is not needed and will cause problems. If the cgi-bin folder does not exist yet, do nothing. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1421591 13f79535-47bb-0310-9956-ffa450edef68 --- Makefile.win | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) (limited to 'Makefile.win') diff --git a/Makefile.win b/Makefile.win index 81ba86dd8f..6751d64c9a 100644 --- a/Makefile.win +++ b/Makefile.win @@ -1,14 +1,18 @@ # Makefile for Windows NT and Windows 95/98/2000 # Targets are: -# _buildr - build Apache in Release mode -# _buildd - build Apache in Debug mode -# installr - build and install a Release build -# installd - build and install a Debug build -# clean - remove (most) generated files -# _cleanr - remove (most) files generated by a Release build -# _cleand - remove (most) files generated by a Debug build -# _browse - build the browse info file +# _buildr - build Apache in Release mode +# _buildd - build Apache in Debug mode +# installr - build and install a Release build +# installd - build and install a Debug build +# clean - remove (most) generated files +# _cleanr - remove (most) files generated by a Release build +# _cleand - remove (most) files generated by a Debug build +# _browse - build the browse info file +# _fixshebang - add proper shebang lines to activate installed +# printenv files +# Note: _fixshebang must be run separately and is not +# run by any of the above install* targets. # # The following install defaults may be customized; # @@ -1120,7 +1124,8 @@ BEGIN { del .y del .a -_fixshebang: _install +_fixshebang: +!IF EXIST("$(INSTDIR)\cgi-bin") -awk -f < "$(INSTDIR)\cgi-bin\printenv.pl" BEGIN { if ( "perl -e \"print $$^X;\"" | getline perlroot ) { @@ -1158,5 +1163,6 @@ _fixshebang: _install f.Write c f.Close << +!ENDIF -- cgit v1.2.3