[csw-devel] SF.net SVN: gar:[11871] csw/mgar/pkg/ccache/trunk/Makefile

skayser at users.sourceforge.net skayser at users.sourceforge.net
Thu Dec 9 23:26:38 CET 2010


Revision: 11871
          http://gar.svn.sourceforge.net/gar/?rev=11871&view=rev
Author:   skayser
Date:     2010-12-09 22:26:38 +0000 (Thu, 09 Dec 2010)

Log Message:
-----------
ccache: fix test.sh invocation environment

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

Modified: csw/mgar/pkg/ccache/trunk/Makefile
===================================================================
--- csw/mgar/pkg/ccache/trunk/Makefile	2010-12-09 22:25:17 UTC (rev 11870)
+++ csw/mgar/pkg/ccache/trunk/Makefile	2010-12-09 22:26:38 UTC (rev 11871)
@@ -22,4 +22,8 @@
 CONFIGURE_ARGS = $(DIRPATHS)
 EXTRA_CFLAGS = -D__EXTENSIONS__
 
+# Unset $PWD (which isn't changed on gmake -C) so that test.sh uses `pwd`
+PWD=
+TEST_EXPORTS=PWD
+
 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