[111373] trunk/base/src

toby at macports.org toby at macports.org
Thu Sep 19 10:48:37 PDT 2013


Revision: 111373
          https://trac.macports.org/changeset/111373
Author:   toby at macports.org
Date:     2013-09-19 10:48:37 -0700 (Thu, 19 Sep 2013)
Log Message:
-----------
FIX DISTCLEAN!

Modified Paths:
--------------
    trunk/base/src/macports1.0/Makefile
    trunk/base/src/package1.0/Makefile
    trunk/base/src/port1.0/Makefile

Modified: trunk/base/src/macports1.0/Makefile
===================================================================
--- trunk/base/src/macports1.0/Makefile	2013-09-19 17:11:46 UTC (rev 111372)
+++ trunk/base/src/macports1.0/Makefile	2013-09-19 17:48:37 UTC (rev 111373)
@@ -19,7 +19,7 @@
 	$(TCLSH) ./tests/test.tcl -nocolor
 
 distclean:: clean
-	rm -f macports_autoconf.tcl macports_fastload.tcl ${SHLIB_NAME}
+	rm -f macports_autoconf.tcl macports_fastload.tcl macports_test_autoconf.tcl ${SHLIB_NAME}
 
 install:: all
 	$(INSTALL) -d -o ${DSTUSR} -g ${DSTGRP} -m ${DSTMODE} ${INSTALLDIR}

Modified: trunk/base/src/package1.0/Makefile
===================================================================
--- trunk/base/src/package1.0/Makefile	2013-09-19 17:11:46 UTC (rev 111372)
+++ trunk/base/src/package1.0/Makefile	2013-09-19 17:48:37 UTC (rev 111373)
@@ -15,6 +15,7 @@
 	rm -f pkgIndex.tcl
 
 distclean:: clean
+	rm -f package_test_autoconf.tcl
 
 test::
 	-$(prefix)/bin/port sync

Modified: trunk/base/src/port1.0/Makefile
===================================================================
--- trunk/base/src/port1.0/Makefile	2013-09-19 17:11:46 UTC (rev 111372)
+++ trunk/base/src/port1.0/Makefile	2013-09-19 17:48:37 UTC (rev 111373)
@@ -23,7 +23,7 @@
 	rm -f pkgIndex.tcl
 
 distclean:: clean
-	rm -f port_autoconf.tcl
+	rm -f port_autoconf.tcl port_test_autoconf.tcl
 
 install:: all
 	$(INSTALL) -d -o ${DSTUSR} -g ${DSTGRP} -m ${DSTMODE} ${INSTALLDIR}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130919/ee362da4/attachment.html>


More information about the macports-changes mailing list