[111326] trunk/base/src/package1.0/Makefile

marius at macports.org marius at macports.org
Wed Sep 18 17:21:49 PDT 2013


Revision: 111326
          https://trac.macports.org/changeset/111326
Author:   marius at macports.org
Date:     2013-09-18 17:21:49 -0700 (Wed, 18 Sep 2013)
Log Message:
-----------
package1.0: fixed sync before test

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

Modified: trunk/base/src/package1.0/Makefile
===================================================================
--- trunk/base/src/package1.0/Makefile	2013-09-19 00:14:10 UTC (rev 111325)
+++ trunk/base/src/package1.0/Makefile	2013-09-19 00:21:49 UTC (rev 111326)
@@ -17,9 +17,7 @@
 distclean:: clean
 
 test::
-ifeq ($(shell id -u),0)
-	$(prefix)/bin/port sync
-endif
+	-$(prefix)/bin/port sync
 	$(TCLSH) ./tests/test.tcl -nocolor
 
 install:: all
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130918/7a157265/attachment.html>


More information about the macports-changes mailing list