Revision: 7466
http://gar.svn.sourceforge.net/gar/?rev=7466&view=rev
Author: bdwalton
Date: 2009-11-27 00:16:15 +0000 (Fri, 27 Nov 2009)
Log Message:
-----------
coreutils: change how tests get run to work around weird recursive make
behaviour
Modified Paths:
--------------
csw/mgar/pkg/coreutils/trunk/Makefile
Modified: csw/mgar/pkg/coreutils/trunk/Makefile
===================================================================
--- csw/mgar/pkg/coreutils/trunk/Makefile 2009-11-26 19:26:06 UTC (rev
7465)
+++ csw/mgar/pkg/coreutils/trunk/Makefile 2009-11-27 00:16:15 UTC (rev
7466)
@@ -27,7 +27,7 @@
CONFIGURE_ARGS += --with-libintl-prefix=/opt/csw/
CONFIGURE_ARGS += --with-libiconv-prefix=/opt/csw/
-TEST_ARGS = check
+TEST_SCRIPTS = custom
include gar/category.mk
@@ -36,3 +36,7 @@
# @$(MAKECOOKIE)
PATH := /opt/csw/gnu:/opt/csw/bin:$(PATH)
+
+test-custom:
+ @(cd $(WORKSRC); gmake check)
+ @$(MAKECOOKIE)
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
devel mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/devel