SF.net SVN: gar:[23314] csw/mgar/pkg/rcs/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Wed Apr 2 17:21:05 CEST 2014


Revision: 23314
          http://sourceforge.net/p/gar/code/23314
Author:   dmichelsen
Date:     2014-04-02 15:21:04 +0000 (Wed, 02 Apr 2014)
Log Message:
-----------
rcs/trunk: Make the testsuite work by setting PATH correctly

Modified Paths:
--------------
    csw/mgar/pkg/rcs/trunk/Makefile

Property Changed:
----------------
    csw/mgar/pkg/rcs/trunk/

Index: csw/mgar/pkg/rcs/trunk
===================================================================
--- csw/mgar/pkg/rcs/trunk	2014-04-02 15:11:35 UTC (rev 23313)
+++ csw/mgar/pkg/rcs/trunk	2014-04-02 15:21:04 UTC (rev 23314)

Property changes on: csw/mgar/pkg/rcs/trunk
___________________________________________________________________
Modified: svn:ignore
## -1,4 +1 ##
-cookies
-download
 work
-
Modified: csw/mgar/pkg/rcs/trunk/Makefile
===================================================================
--- csw/mgar/pkg/rcs/trunk/Makefile	2014-04-02 15:11:35 UTC (rev 23313)
+++ csw/mgar/pkg/rcs/trunk/Makefile	2014-04-02 15:21:04 UTC (rev 23314)
@@ -31,4 +31,8 @@
 
 BUILD_OVERRIDE_DIRS = DIFF DIFF3
 
+# 'diff -u' is expected to be GNU
+# We need 'id' to take -u, hence /usr/xpg4/bin
+TEST_ENV_PATH = /opt/csw/gnu:/usr/xpg4/bin:$(PATH)
+
 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