You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2007/10/19 11:48:46 UTC

svn commit: r586352 - /apr/apr-iconv/trunk/build/modules.mk.win

Author: wrowe
Date: Fri Oct 19 02:48:44 2007
New Revision: 586352

URL: http://svn.apache.org/viewvc?rev=586352&view=rev
Log:
Mop up after .manifest's when building this much junk

Modified:
    apr/apr-iconv/trunk/build/modules.mk.win

Modified: apr/apr-iconv/trunk/build/modules.mk.win
URL: http://svn.apache.org/viewvc/apr/apr-iconv/trunk/build/modules.mk.win?rev=586352&r1=586351&r2=586352&view=diff
==============================================================================
--- apr/apr-iconv/trunk/build/modules.mk.win (original)
+++ apr/apr-iconv/trunk/build/modules.mk.win Fri Oct 19 02:48:44 2007
@@ -221,7 +221,8 @@
 	$(SILENT)link $(ALL_LDFLAGS) $*.obj $(API_LIBS) /out:$@ \
 		/base:@"..\build\BaseAddr.ref",$(@F)
 	$(SILENT)if exist $@.manifest \
-		$(SILENT)mt -nologo -manifest $@.manifest -outputresource:$@;2
+		$(SILENT)mt -nologo -manifest $@.manifest -outputresource:$@;2 \
+		& del "$@.manifest"
 	$(SILENT)del "$*.exp" & del "$*.lib"
 
 # The rebase target below is used only to *regenerate* the BaseAddr.ref file