[csw-devel] SF.net SVN: gar:[14972] csw/mgar/pkg/findutils/trunk/Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Sun Jul 3 03:44:31 CEST 2011
Revision: 14972
http://gar.svn.sourceforge.net/gar/?rev=14972&view=rev
Author: bdwalton
Date: 2011-07-03 01:44:31 +0000 (Sun, 03 Jul 2011)
Log Message:
-----------
findutils/trunk: depend on CSWmktemp; mantis id 1101
Modified Paths:
--------------
csw/mgar/pkg/findutils/trunk/Makefile
Modified: csw/mgar/pkg/findutils/trunk/Makefile
===================================================================
--- csw/mgar/pkg/findutils/trunk/Makefile 2011-07-02 17:07:18 UTC (rev 14971)
+++ csw/mgar/pkg/findutils/trunk/Makefile 2011-07-03 01:44:31 UTC (rev 14972)
@@ -26,7 +26,7 @@
DISTFILES += CSWfindutils.postinstall
DISTFILES += CSWfindutils.cswreleasenotes
-RUNTIME_DEP_PKGS = CSWlibintl8
+RUNTIME_DEP_PKGS = CSWlibintl8 CSWmktemp
# We define upstream file regex so we can be notifed of new upstream software release
UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
@@ -37,7 +37,11 @@
CONFIGURE_ARGS = $(DIRPATHS)
CONFIGURE_ARGS += --program-prefix=g
CONFIGURE_ARGS += --localstatedir=/var/opt/csw
+# consider adding these once other bugs sorted out.
+# CONFIGURE_ARGS += --enable-leaf-optimisation
+# CONFIGURE_ARGS += --enable-d_type-optimization
+
# Use OPT_FLAGS_SOS instead instead of CFLAGS_EXTRA, because we want -fast
# to be first, and to have portions of it overridden by the ISA specific
# items per modulation. Otherwise, we end up with everything being 'native',
@@ -46,8 +50,8 @@
# Test target requires GNU diff
-TEST_TARGET = check
TEST_ARGS = "PATH=/opt/csw/gnu:$$PATH"
+TEST_SCRIPTS =
# 12 of the tests fail:
# iregex1.old-O0
@@ -66,7 +70,7 @@
# Skip tests until the following is resolved, or we can backport the fixes as patches
# https://savannah.gnu.org/bugs/?30883
-SKIPTEST ?= 1
+# SKIPTEST ?= 1
include gar/category.mk
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