[csw-devel] SF.net SVN: gar:[7483] csw/mgar/pkg/coreutils/trunk/Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Fri Nov 27 15:54:00 CET 2009
Revision: 7483
http://gar.svn.sourceforge.net/gar/?rev=7483&view=rev
Author: bdwalton
Date: 2009-11-27 14:54:00 +0000 (Fri, 27 Nov 2009)
Log Message:
-----------
coreutils: use TEST_TARGET instead of awkward install-custom (thanks Dago)
Modified Paths:
--------------
csw/mgar/pkg/coreutils/trunk/Makefile
Modified: csw/mgar/pkg/coreutils/trunk/Makefile
===================================================================
--- csw/mgar/pkg/coreutils/trunk/Makefile 2009-11-27 14:45:45 UTC (rev 7482)
+++ csw/mgar/pkg/coreutils/trunk/Makefile 2009-11-27 14:54:00 UTC (rev 7483)
@@ -32,16 +32,12 @@
CONFIGURE_ARGS += --with-libiconv-prefix=/opt/csw/
CONFIGURE_ARGS += --enable-no-install-program=arch,hostname,su,chcon
-TEST_SCRIPTS = custom
+TEST_TARGET = check
include gar/category.mk
PATH := /opt/csw/gnu:/opt/csw/bin:$(PATH)
-test-custom:
- @(cd $(WORKSRC); gmake check)
- @$(MAKECOOKIE)
-
post-install-modulated:
@echo Cleaning up install directory...
rm -rf $(DESTDIR)/$(libdir)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list