]> git.pld-linux.org Git - packages/mono-tools.git/commitdiff
- set correct value in PWD (fixes build)
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Wed, 10 Mar 2010 21:59:50 +0000 (21:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mono-tools-pwd.patch -> 1.1

mono-tools-pwd.patch [new file with mode: 0644]

diff --git a/mono-tools-pwd.patch b/mono-tools-pwd.patch
new file mode 100644 (file)
index 0000000..a8051dc
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urN mono-tools-2.6.1/gendarme/rules/common.make mono-tools-2.6.1.new//gendarme/rules/common.make
+--- mono-tools-2.6.1/gendarme/rules/common.make        2009-09-25 17:24:14.000000000 +0200
++++ mono-tools-2.6.1.new//gendarme/rules/common.make   2010-03-10 21:56:50.712592528 +0100
+@@ -5,6 +5,8 @@
+ EXTRA_RULES_OPTIONS := $(GENDARME_OPTIONS)
+ EXTRA_TESTS_OPTIONS := $(TESTS_OPTIONS)
++PWD = $(shell pwd)
++
+ console_runner=../../bin/gendarme.exe
+ framework=../../bin/Gendarme.Framework.dll
+ common_tests=../Test.Rules/Test.Rules.dll
This page took 0.083309 seconds and 4 git commands to generate.