SF.net SVN: gar:[23741] csw/mgar/pkg/perl/trunk/Makefile
claudio_sf at users.sourceforge.net
claudio_sf at users.sourceforge.net
Sat May 31 22:10:30 CEST 2014
Revision: 23741
http://sourceforge.net/p/gar/code/23741
Author: claudio_sf
Date: 2014-05-31 20:10:27 +0000 (Sat, 31 May 2014)
Log Message:
-----------
perl/trunk: Workaround PWD bug gar
Modified Paths:
--------------
csw/mgar/pkg/perl/trunk/Makefile
Modified: csw/mgar/pkg/perl/trunk/Makefile
===================================================================
--- csw/mgar/pkg/perl/trunk/Makefile 2014-05-31 16:50:05 UTC (rev 23740)
+++ csw/mgar/pkg/perl/trunk/Makefile 2014-05-31 20:10:27 UTC (rev 23741)
@@ -132,8 +132,7 @@
# You can always run the test single threaded if needed.
test-perl:
@echo " ==> Running make $(TEST_TARGET) in $*"
- echo "PWD is $(PWD)"
- cd $(WORKSRC) && echo "PWD is now $(PWD)" && $(MAKE) $(MAKE_OPT) test
- #cd $(WORKSRC) && $(MAKE) $(MAKE_OPT) test
+ # workaround gar pwd bug: http://sourceforge.net/apps/trac/gar/ticket/78
+ cd $(WORKSRC) && PWD=`pwd` $(MAKE) $(MAKE_OPT) test
@$(MAKECOOKIE)
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