You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by fu...@apache.org on 2007/12/18 02:18:03 UTC

svn commit: r605058 - in /httpd/mod_ftp/trunk: NWGNUmakefile modules/ftp/NWGNUftpcmdpwd modules/ftp/NWGNUmod_ftp

Author: fuankg
Date: Mon Dec 17 17:18:02 2007
New Revision: 605058

URL: http://svn.apache.org/viewvc?rev=605058&view=rev
Log:
added main makefile; fixed install targets.

Added:
    httpd/mod_ftp/trunk/NWGNUmakefile
Modified:
    httpd/mod_ftp/trunk/modules/ftp/NWGNUftpcmdpwd
    httpd/mod_ftp/trunk/modules/ftp/NWGNUmod_ftp

Added: httpd/mod_ftp/trunk/NWGNUmakefile
URL: http://svn.apache.org/viewvc/httpd/mod_ftp/trunk/NWGNUmakefile?rev=605058&view=auto
==============================================================================
--- httpd/mod_ftp/trunk/NWGNUmakefile (added)
+++ httpd/mod_ftp/trunk/NWGNUmakefile Mon Dec 17 17:18:02 2007
@@ -0,0 +1,31 @@
+#
+# Declare the sub-directories to be built here
+#
+
+SUBDIRS = \
+	modules\ftp \
+	$(EOLIST) 
+
+#
+# Get the 'head' of the build environment.  This includes default targets and
+# paths to tools
+#
+
+include $(AP_WORK)\build\NWGNUhead.inc
+
+#
+# build this level's files
+
+#
+# You can use this target if all that is needed is to copy files to the
+# installation area
+#
+install :: nlms FORCE
+	xcopy $(XCOPYSW) docs\manual $(INSTALL)\$(BASEDIR)\manual
+ifeq "$(wildcard $(INSTALL)\$(BASEDIR)\conf\extra)" "$(INSTALL)\$(BASEDIR)\conf\extra"
+	copy docs\conf\extra\ftpd.conf $(INSTALL)\$(BASEDIR)\conf\extra\*.*
+else
+	copy docs\conf\extra\ftpd.conf $(INSTALL)\$(BASEDIR)\conf\*.*
+endif
+
+

Modified: httpd/mod_ftp/trunk/modules/ftp/NWGNUftpcmdpwd
URL: http://svn.apache.org/viewvc/httpd/mod_ftp/trunk/modules/ftp/NWGNUftpcmdpwd?rev=605058&r1=605057&r2=605058&view=diff
==============================================================================
--- httpd/mod_ftp/trunk/modules/ftp/NWGNUftpcmdpwd (original)
+++ httpd/mod_ftp/trunk/modules/ftp/NWGNUftpcmdpwd Mon Dec 17 17:18:02 2007
@@ -254,7 +254,7 @@
 # correct place.  (See $(AP_WORK)\build\NWGNUhead.inc for examples)
 #
 install :: nlms FORCE
-	copy $(OBJDIR)\*.nlm $(INSTALL)\$(BASEDIR)\modules\*.*
+#	copy $(OBJDIR)\*.nlm $(INSTALL)\$(BASEDIR)\modules\*.*
 
 #
 # Any specialized rules here

Modified: httpd/mod_ftp/trunk/modules/ftp/NWGNUmod_ftp
URL: http://svn.apache.org/viewvc/httpd/mod_ftp/trunk/modules/ftp/NWGNUmod_ftp?rev=605058&r1=605057&r2=605058&view=diff
==============================================================================
--- httpd/mod_ftp/trunk/modules/ftp/NWGNUmod_ftp (original)
+++ httpd/mod_ftp/trunk/modules/ftp/NWGNUmod_ftp Mon Dec 17 17:18:02 2007
@@ -265,7 +265,7 @@
 # correct place.  (See $(AP_WORK)\build\NWGNUhead.inc for examples)
 #
 install :: nlms FORCE
-	copy $(OBJDIR)\*.nlm $(INSTALL)\$(BASEDIR)\modules\*.*
+#	copy $(OBJDIR)\*.nlm $(INSTALL)\$(BASEDIR)\modules\*.*
 
 #
 # Any specialized rules here