[csw-devel] SF.net SVN: gar:[18606] csw/mgar/pkg/opensp/trunk/Makefile
pfelecan at users.sourceforge.net
pfelecan at users.sourceforge.net
Fri Jun 29 15:47:36 CEST 2012
Revision: 18606
http://gar.svn.sourceforge.net/gar/?rev=18606&view=rev
Author: pfelecan
Date: 2012-06-29 13:47:35 +0000 (Fri, 29 Jun 2012)
Log Message:
-----------
opensp/trunk: use gnu tools; all phases PATH have /opt/csw/gnu at the
beginning of the list
Modified Paths:
--------------
csw/mgar/pkg/opensp/trunk/Makefile
Modified: csw/mgar/pkg/opensp/trunk/Makefile
===================================================================
--- csw/mgar/pkg/opensp/trunk/Makefile 2012-06-29 13:24:49 UTC (rev 18605)
+++ csw/mgar/pkg/opensp/trunk/Makefile 2012-06-29 13:47:35 UTC (rev 18606)
@@ -22,8 +22,15 @@
CONFIGURE_ARGS += --enable-default-search-path=.:/opt/csw/share/sgml:/opt/csw/share/xml:/etc/opt/csw/sgml:/opt/csw/etc/sgml
CONFIGURE_ARGS += --disable-doc-build
+# wish I can define these globally:
+CONFIGURE_ENV_PATH = /opt/csw/gnu:$(PATH)
+BUILD_ENV_PATH = /opt/csw/gnu:$(PATH)
+TEST_ENV_PATH = /opt/csw/gnu:$(PATH)
+
TEST_SCRIPTS = custom
+INSTALL_ENV_PATH = /opt/csw/gnu:$(PATH)
+
PACKAGES = CSWopensp-doc
CATALOGNAME = opensp_doc
SPKG_DESC_CSWopensp-doc = $(DESCRIPTION), documentation
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