[59676] trunk/base/tests/Makefile

jmr at macports.org jmr at macports.org
Mon Oct 19 09:18:24 PDT 2009


Revision: 59676
          http://trac.macports.org/changeset/59676
Author:   jmr at macports.org
Date:     2009-10-19 09:18:22 -0700 (Mon, 19 Oct 2009)
Log Message:
-----------
PortIndex.quick handling for make test

Modified Paths:
--------------
    trunk/base/tests/Makefile

Modified: trunk/base/tests/Makefile
===================================================================
--- trunk/base/tests/Makefile	2009-10-19 16:16:37 UTC (rev 59675)
+++ trunk/base/tests/Makefile	2009-10-19 16:18:22 UTC (rev 59676)
@@ -21,15 +21,14 @@
 	cp sources.conf /tmp/macports-tests/opt/local/etc/macports/
 
 /tmp/macports-tests/ports/PortIndex: /tmp/macports-tests/opt/local/etc/macports/sources.conf PortIndex
-	cp PortIndex /tmp/macports-tests/ports/PortIndex
+	cp PortIndex PortIndex.quick /tmp/macports-tests/ports/
 
 PortIndex:
 	$(bindir)/portindex
 
 clean:
 	rm -rf /tmp/macports-tests/
-	rm -f PortIndex
-	rm -f PortIndex.quick
+	rm -f PortIndex PortIndex.quick
 	for testname in $(TESTS); do \
 		rm -f test/$$testname/{output,output.sed,difference,work}; \
 	done
@@ -63,7 +62,7 @@
 		fi || exit 1; \
 	done
 	@rm -rf /tmp/macports-tests/
-	@rm -f PortIndex
+	@rm -f PortIndex PortIndex.quick
 
 # Run specific test
 # Prepend the directory name with "test-" and use it as target
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091019/b800a97c/attachment.html>


More information about the macports-changes mailing list