Author: cargilld
Date: Tue Apr 22 08:12:36 2008
New Revision: 650544
URL: http://svn.apache.org/viewvc?rev=650544&view=rev
Log:
Fix for xercec-1795, remove .x files on os390
Modified:
xerces/c/branches/xerces-2/obj/Makefile.in
Modified: xerces/c/branches/xerces-2/obj/Makefile.in
URL:
http://svn.apache.org/viewvc/xerces/c/branches/xerces-2/obj/Makefile.in?rev=650544&r1=650543&r2=650544&view=diff
==============================================================================
--- xerces/c/branches/xerces-2/obj/Makefile.in (original)
+++ xerces/c/branches/xerces-2/obj/Makefile.in Tue Apr 22 08:12:36 2008
@@ -238,6 +238,12 @@
else # static
-rm -f ${FQ_A_NAME} ${FQ_A_DEPDOM}
endif
+ifeq (${PLATFORM},OS390)
+ -rm -f ${LIBNAME}${VER}${OS390SIDEDECK}
+ -rm -f ${LIB}/${LIBNAME}${VER}${OS390SIDEDECK}
+ -rm -f ${LIBDEPDOM}${VER}${OS390SIDEDECK}
+ -rm -f ${LIB}/${LIBDEPDOM}${VER}${OS390SIDEDECK}
+endif
-rm -f *.map
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]