diff options
author | Bradley Nicholes <bnicholes@apache.org> | 2005-02-09 00:17:38 +0100 |
---|---|---|
committer | Bradley Nicholes <bnicholes@apache.org> | 2005-02-09 00:17:38 +0100 |
commit | 6f6940dbaac9240eaa8ac01ece63130de2ab674c (patch) | |
tree | 68593b89f50cbf77ab34e79b1fe742cb069a2af0 /NWGNUmakefile | |
parent | Stop exposing source filenames in the configuration files. (diff) | |
download | apache2-6f6940dbaac9240eaa8ac01ece63130de2ab674c.tar.xz apache2-6f6940dbaac9240eaa8ac01ece63130de2ab674c.zip |
Add a target to build the prebuild utilities on NetWare
Submitted by: Guenter Knauf <fuankg@apache.org>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@152957 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r-- | NWGNUmakefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile index ee85d857e5..0c521c7309 100644 --- a/NWGNUmakefile +++ b/NWGNUmakefile @@ -350,6 +350,16 @@ installdev :: FORCE -copy $(subst /,\,$(APR))\*.imp $(INSTALL)\Apache2\lib\*.* -copy $(subst /,\,$(NWOS))\*.xdc $(INSTALL)\Apache2\lib\*.* +prebuild :: FORCE + $(MAKE) -C server -f NWGNUMakefile + $(MAKE) -C srclib/pcre -f NWGNUMakefile + $(MAKE) -C $(APU_WORK)/uri -f NWGNUMakefile + $(CHKNOT) $(PREBUILD_INST)\nul mkdir $(PREBUILD_INST) + -copy $(AP_WORK)\server\$(OBJDIR)\*.nlm $(PREBUILD_INST)\*.* + -copy $(AP_WORK)\srclib\pcre\$(basename $(OBJDIR))\*.nlm $(PREBUILD_INST)\*.* + -copy $(APU_WORK)\uri\$(basename $(OBJDIR))\*.nlm $(PREBUILD_INST)\*.* + + # # Any specialized rules here # |