[118264] trunk/base

toby at macports.org toby at macports.org
Thu Mar 27 17:04:30 PDT 2014


Revision: 118264
          https://trac.macports.org/changeset/118264
Author:   toby at macports.org
Date:     2014-03-27 17:04:30 -0700 (Thu, 27 Mar 2014)
Log Message:
-----------
fix distclean (mostly)

Modified Paths:
--------------
    trunk/base/Makefile.in
    trunk/base/doc/Makefile.in
    trunk/base/src/cregistry/Makefile.in
    trunk/base/src/darwintracelib1.0/Makefile.in
    trunk/base/src/macports1.0/Makefile.in
    trunk/base/src/package1.0/Makefile.in
    trunk/base/src/port/Makefile.in
    trunk/base/src/port1.0/Makefile.in
    trunk/base/src/registry2.0/Makefile.in
    trunk/base/tests/Makefile.in

Modified: trunk/base/Makefile.in
===================================================================
--- trunk/base/Makefile.in	2014-03-27 22:12:12 UTC (rev 118263)
+++ trunk/base/Makefile.in	2014-03-28 00:04:30 UTC (rev 118264)
@@ -123,6 +123,7 @@
 	rm -f Makefile Mk/macports.autoconf.mk portmgr/freebsd/Makefile
 	rm -f Doxyfile
 	rm -f setupenv.bash
+	rm -f portmgr/dmg/postflight
 
 _gettag:
 	cd ${DISTDIR}; svn co ${SVNURL}/tags/${SVNTAG} ${PKGNAME}-svn

Modified: trunk/base/doc/Makefile.in
===================================================================
--- trunk/base/doc/Makefile.in	2014-03-27 22:12:12 UTC (rev 118263)
+++ trunk/base/doc/Makefile.in	2014-03-28 00:04:30 UTC (rev 118264)
@@ -21,6 +21,7 @@
 
 distclean: clean
 	rm -f macports.conf base.mtree macosx.mtree prefix.mtree pubkeys.conf
+	rm -f Makefile
 
 %.1.gz: %.1
 	gzip -c $^ > $@

Modified: trunk/base/src/cregistry/Makefile.in
===================================================================
--- trunk/base/src/cregistry/Makefile.in	2014-03-27 22:12:12 UTC (rev 118263)
+++ trunk/base/src/cregistry/Makefile.in	2014-03-28 00:04:30 UTC (rev 118264)
@@ -28,6 +28,7 @@
 	rm -f ${STLIB_NAME} ${SQLEXT_NAME} ${SQLEXT_OBJS} ${OBJS}
 
 distclean:: clean
+	rm -f Makefile
 
 test:
 

Modified: trunk/base/src/darwintracelib1.0/Makefile.in
===================================================================
--- trunk/base/src/darwintracelib1.0/Makefile.in	2014-03-27 22:12:12 UTC (rev 118263)
+++ trunk/base/src/darwintracelib1.0/Makefile.in	2014-03-28 00:04:30 UTC (rev 118264)
@@ -25,6 +25,7 @@
 	rm -f ${OBJS} ${SHLIB_NAME} so_locations
 
 distclean:: clean
+	rm -f Makefile
 
 install:: all
 	$(INSTALL) -d -o ${DSTUSR} -g ${DSTGRP} -m ${DSTMODE} ${INSTALLDIR}

Modified: trunk/base/src/macports1.0/Makefile.in
===================================================================
--- trunk/base/src/macports1.0/Makefile.in	2014-03-27 22:12:12 UTC (rev 118263)
+++ trunk/base/src/macports1.0/Makefile.in	2014-03-28 00:04:30 UTC (rev 118264)
@@ -23,6 +23,7 @@
 
 distclean:: clean
 	rm -f macports_autoconf.tcl macports_fastload.tcl macports_test_autoconf.tcl ${SHLIB_NAME}
+	rm -f Makefile
 
 install:: all
 	$(INSTALL) -d -o ${DSTUSR} -g ${DSTGRP} -m ${DSTMODE} ${INSTALLDIR}

Modified: trunk/base/src/package1.0/Makefile.in
===================================================================
--- trunk/base/src/package1.0/Makefile.in	2014-03-27 22:12:12 UTC (rev 118263)
+++ trunk/base/src/package1.0/Makefile.in	2014-03-28 00:04:30 UTC (rev 118264)
@@ -19,6 +19,7 @@
 
 distclean:: clean
 	rm -f package_test_autoconf.tcl
+	rm -f Makefile
 
 test::
 	-$(prefix)/bin/port sync

Modified: trunk/base/src/port/Makefile.in
===================================================================
--- trunk/base/src/port/Makefile.in	2014-03-27 22:12:12 UTC (rev 118263)
+++ trunk/base/src/port/Makefile.in	2014-03-28 00:04:30 UTC (rev 118264)
@@ -34,6 +34,7 @@
 test:
 
 distclean: clean
+	rm -f Makefile
 
 install: all mkdirs
 	$(INSTALL) -d -o ${DSTUSR} -g ${DSTGRP} -m ${DSTMODE} ${INSTALLDIR}/bin

Modified: trunk/base/src/port1.0/Makefile.in
===================================================================
--- trunk/base/src/port1.0/Makefile.in	2014-03-27 22:12:12 UTC (rev 118263)
+++ trunk/base/src/port1.0/Makefile.in	2014-03-28 00:04:30 UTC (rev 118264)
@@ -27,6 +27,7 @@
 
 distclean:: clean
 	rm -f port_autoconf.tcl port_test_autoconf.tcl
+	rm -f Makefile
 
 install:: all
 	$(INSTALL) -d -o ${DSTUSR} -g ${DSTGRP} -m ${DSTMODE} ${INSTALLDIR}

Modified: trunk/base/src/registry2.0/Makefile.in
===================================================================
--- trunk/base/src/registry2.0/Makefile.in	2014-03-27 22:12:12 UTC (rev 118263)
+++ trunk/base/src/registry2.0/Makefile.in	2014-03-28 00:04:30 UTC (rev 118264)
@@ -35,6 +35,7 @@
 
 distclean:: clean
 	rm -f registry_autoconf.tcl
+	rm -f Makefile
 
 install:: all $(SHLIB_NAME)
 	[ ! -d $(DESTDIR)${datadir}/macports/Tcl/registry1.0 ] || rm -vrf $(DESTDIR)${datadir}/macports/Tcl/registry1.0

Modified: trunk/base/tests/Makefile.in
===================================================================
--- trunk/base/tests/Makefile.in	2014-03-27 22:12:12 UTC (rev 118263)
+++ trunk/base/tests/Makefile.in	2014-03-28 00:04:30 UTC (rev 118264)
@@ -15,3 +15,4 @@
 clean::
 
 distclean:: clean
+	rm -f Makefile
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140327/25e29ab2/attachment.html>


More information about the macports-changes mailing list