[66305] trunk/base

raimue at macports.org raimue at macports.org
Thu Apr 8 17:13:30 PDT 2010


Revision: 66305
          http://trac.macports.org/changeset/66305
Author:   raimue at macports.org
Date:     2010-04-08 17:13:29 -0700 (Thu, 08 Apr 2010)
Log Message:
-----------
But still report this as an error to make, addition to r66304

Revision Links:
--------------
    http://trac.macports.org/changeset/66304

Modified Paths:
--------------
    trunk/base/Mk/macports.tea.mk
    trunk/base/src/port1.0/Makefile

Modified: trunk/base/Mk/macports.tea.mk
===================================================================
--- trunk/base/Mk/macports.tea.mk	2010-04-09 00:12:01 UTC (rev 66304)
+++ trunk/base/Mk/macports.tea.mk	2010-04-09 00:13:29 UTC (rev 66305)
@@ -14,7 +14,7 @@
 	${SHLIB_LD} ${OBJS} -o ${SHLIB_NAME} ${TCL_STUB_LIB_SPEC} ${SHLIB_LDFLAGS} ${LIBS}
 
 pkgIndex.tcl: $(SHLIB_NAME)
-	$(SILENT) ../pkg_mkindex.sh . || rm -f $@
+	$(SILENT) ../pkg_mkindex.sh . || ( rm -rf $@ && exit 1 )
 
 clean::
 	rm -f ${OBJS} ${SHLIB_NAME} so_locations pkgIndex.tcl

Modified: trunk/base/src/port1.0/Makefile
===================================================================
--- trunk/base/src/port1.0/Makefile	2010-04-09 00:12:01 UTC (rev 66304)
+++ trunk/base/src/port1.0/Makefile	2010-04-09 00:13:29 UTC (rev 66305)
@@ -16,7 +16,7 @@
 all:: pkgIndex.tcl
 
 pkgIndex.tcl:
-	$(SILENT) ../pkg_mkindex.sh . || rm -rf $@
+	$(SILENT) ../pkg_mkindex.sh . || ( rm -rf $@ && exit 1 )
 
 clean::
 	rm -f pkgIndex.tcl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100408/238d31f5/attachment.html>


More information about the macports-changes mailing list