summaryrefslogtreecommitdiff
path: root/NWGNUmakefile
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2011-09-14 11:22:31 +0000
committerGuenter Knauf <fuankg@apache.org>2011-09-14 11:22:31 +0000
commit500a4a178897c4404d28a70dffe99ee3fb6d03df (patch)
tree77d9f2f093aa69cafcc65b6acb78c814312dc83b /NWGNUmakefile
parent1d53fe68e23896bf2886475bb5f60ff1e82fe84a (diff)
downloadhttpd-500a4a178897c4404d28a70dffe99ee3fb6d03df.tar.gz
Some more NetWare build fixes and improvements.
Added sort function to awk export script to eleminate need for external sort; removed DAV import file and generate it now at compile time from headers; moved some link parameters from commandline to def file. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1170539 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r--NWGNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile
index db76e7eb63..86aada8a8b 100644
--- a/NWGNUmakefile
+++ b/NWGNUmakefile
@@ -349,7 +349,6 @@ install :: nlms FORCE
-copy LICENSE $(INSTALL)\$(BASEDIR)\*.*
-copy README $(INSTALL)\$(BASEDIR)\*.*
-copy VERSIONING $(INSTALL)\$(BASEDIR)\*.*
-# $(CHK) STATUS copy STATUS $(INSTALL)\$(BASEDIR)\*.*
-copy STATUS $(INSTALL)\$(BASEDIR)\*.*
-copy support\dbmmanage.in $(INSTALL)\$(BASEDIR)\bin\dbmmanage.pl
-copy support\logresolve.pl.in $(INSTALL)\$(BASEDIR)\bin\logresolve.pl
@@ -377,6 +376,7 @@ installdev :: FORCE
-copy $(subst /,\,$(APR))\*.imp $(INSTALL)\$(BASEDIR)\lib\*.*
-copy $(subst /,\,$(NWOS))\*.imp $(INSTALL)\$(BASEDIR)\lib\*.*
-copy $(subst /,\,$(NWOS))\*.xdc $(INSTALL)\$(BASEDIR)\lib\*.*
+ -copy $(subst /,\,$(APBUILD))\NWGNU*.inc $(INSTALL)\$(BASEDIR)\build\*.*
#
# Any specialized rules here