You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by fu...@apache.org on 2010/08/03 11:27:16 UTC

svn commit: r981787 - in /apr/apr/trunk: NWGNUmakefile build/NWGNUmakefile

Author: fuankg
Date: Tue Aug  3 09:27:16 2010
New Revision: 981787

URL: http://svn.apache.org/viewvc?rev=981787&view=rev
Log:
NetWare build system fixes.

Modified:
    apr/apr/trunk/NWGNUmakefile
    apr/apr/trunk/build/NWGNUmakefile

Modified: apr/apr/trunk/NWGNUmakefile
URL: http://svn.apache.org/viewvc/apr/apr/trunk/NWGNUmakefile?rev=981787&r1=981786&r2=981787&view=diff
==============================================================================
--- apr/apr/trunk/NWGNUmakefile (original)
+++ apr/apr/trunk/NWGNUmakefile Tue Aug  3 09:27:16 2010
@@ -371,6 +371,7 @@ FILES_lib_objs = \
 	$(OBJDIR)/pipe.o \
 	$(OBJDIR)/pollcb.o \
 	$(OBJDIR)/pollset.o \
+	$(OBJDIR)/printf.o \
 	$(OBJDIR)/proc.o \
 	$(OBJDIR)/proc_mutex.o \
 	$(OBJDIR)/procsup.o \

Modified: apr/apr/trunk/build/NWGNUmakefile
URL: http://svn.apache.org/viewvc/apr/apr/trunk/build/NWGNUmakefile?rev=981787&r1=981786&r2=981787&view=diff
==============================================================================
--- apr/apr/trunk/build/NWGNUmakefile (original)
+++ apr/apr/trunk/build/NWGNUmakefile Tue Aug  3 09:27:16 2010
@@ -17,7 +17,6 @@ include $(APR_WORK)/build/NWGNUhead.inc
 
 FILES_prebuild_headers = \
 	$(APR)/include/apr.h \
-	$(APR)/include/apu.h \
 	$(APR)/include/apu_want.h \
 	$(APR)/include/apr_ldap.h \
 	$(APR)/include/private/apu_config.h \
@@ -42,6 +41,7 @@ $(NLM_NAME)_cc.opt : NWGNUmakefile $(APR
 	@echo -w nocmdline >> $@
 	@echo $(DEFINES) -DGENEXPORTS >> $@
 	@echo -I$(APR)/include >> $@
+	@echo -I$(APR)/include/private >> $@
 	@echo -I$(APR)/include/arch/netware >> $@
 	@echo -I$(APR)/include/arch/unix >> $@
 	@echo -I$(APR)/build >> $@
@@ -76,7 +76,6 @@ clean ::
 	$(CHK) $(NLM_NAME)_cc.opt                                   $(DEL) $(NLM_NAME)_cc.opt
 	$(CHK) NWGNUversion.inc                                     $(DEL) NWGNUversion.inc
 	$(CHK) $(subst /,\,$(APR))\include\apr.h                    $(DEL) $(subst /,\,$(APR))\include\apr.h
-	$(CHK) $(subst /,\,$(APR))\include\apu.h                    $(DEL) $(subst /,\,$(APR))\include\apu.h
 	$(CHK) $(subst /,\,$(APR))\include\apu_want.h               $(DEL) $(subst /,\,$(APR))\include\apu_want.h
 	$(CHK) $(subst /,\,$(APR))\include\apr_ldap.h               $(DEL) $(subst /,\,$(APR))\include\apr_ldap.h
 	$(CHK) $(subst /,\,$(APR))\include\private\apu_config.h     $(DEL) $(subst /,\,$(APR))\include\private\apu_config.h