[66844] trunk/base/src

jmr at macports.org jmr at macports.org
Fri Apr 23 08:43:29 PDT 2010


Revision: 66844
          http://trac.macports.org/changeset/66844
Author:   jmr at macports.org
Date:     2010-04-23 08:43:27 -0700 (Fri, 23 Apr 2010)
Log Message:
-----------
rebuild pkgIndex files when tcl sources change

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

Modified: trunk/base/src/macports1.0/Makefile
===================================================================
--- trunk/base/src/macports1.0/Makefile	2010-04-23 14:54:58 UTC (rev 66843)
+++ trunk/base/src/macports1.0/Makefile	2010-04-23 15:43:27 UTC (rev 66844)
@@ -13,6 +13,8 @@
 	LIBS+= -framework CoreFoundation -framework SystemConfiguration
 endif
 
+pkgIndex.tcl: $(SRCS)
+
 test::
 	${TCLSH} tests/macports_dlist.tcl
 	${TCLSH} tests/macports_util.tcl

Modified: trunk/base/src/package1.0/Makefile
===================================================================
--- trunk/base/src/package1.0/Makefile	2010-04-23 14:54:58 UTC (rev 66843)
+++ trunk/base/src/package1.0/Makefile	2010-04-23 15:43:27 UTC (rev 66844)
@@ -8,7 +8,7 @@
 
 all:: pkgIndex.tcl
 
-pkgIndex.tcl:
+pkgIndex.tcl: $(SRCS)
 	$(SILENT) ../pkg_mkindex.sh .
 
 clean::

Modified: trunk/base/src/port1.0/Makefile
===================================================================
--- trunk/base/src/port1.0/Makefile	2010-04-23 14:54:58 UTC (rev 66843)
+++ trunk/base/src/port1.0/Makefile	2010-04-23 15:43:27 UTC (rev 66844)
@@ -15,7 +15,7 @@
 
 all:: pkgIndex.tcl
 
-pkgIndex.tcl:
+pkgIndex.tcl: $(SRCS)
 	$(SILENT) ../pkg_mkindex.sh . || ( rm -rf $@ && exit 1 )
 
 clean::

Modified: trunk/base/src/registry2.0/Makefile
===================================================================
--- trunk/base/src/registry2.0/Makefile	2010-04-23 14:54:58 UTC (rev 66843)
+++ trunk/base/src/registry2.0/Makefile	2010-04-23 15:43:27 UTC (rev 66844)
@@ -12,6 +12,8 @@
 include ../../Mk/macports.autoconf.mk
 include ../../Mk/macports.tea.mk
 
+pkgIndex.tcl: $(SRCS)
+
 CFLAGS+=	${SQLITE3_CFLAGS}
 LIBS+=	${SQLITE3_LIBS}
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100423/17f243d1/attachment.html>


More information about the macports-changes mailing list