]> git.pld-linux.org Git - packages/mono-tools.git/blob - mono-tools-pwd.patch
- set correct value in PWD (fixes build)
[packages/mono-tools.git] / mono-tools-pwd.patch
1 diff -urN mono-tools-2.6.1/gendarme/rules/common.make mono-tools-2.6.1.new//gendarme/rules/common.make
2 --- mono-tools-2.6.1/gendarme/rules/common.make 2009-09-25 17:24:14.000000000 +0200
3 +++ mono-tools-2.6.1.new//gendarme/rules/common.make    2010-03-10 21:56:50.712592528 +0100
4 @@ -5,6 +5,8 @@
5  EXTRA_RULES_OPTIONS := $(GENDARME_OPTIONS)
6  EXTRA_TESTS_OPTIONS := $(TESTS_OPTIONS)
7  
8 +PWD = $(shell pwd)
9 +
10  console_runner=../../bin/gendarme.exe
11  framework=../../bin/Gendarme.Framework.dll
12  common_tests=../Test.Rules/Test.Rules.dll
This page took 0.072554 seconds and 4 git commands to generate.