Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJo Shields <jo.shields@xamarin.com>2014-12-15 19:58:14 +0300
committerJo Shields <jo.shields@xamarin.com>2014-12-15 19:58:14 +0300
commitd1a5f1d53a91aab26f454d31388741be26578cd9 (patch)
tree67e17b27d0b766433bed533bb5c27d6a74ef192b /mcs/class/Microsoft.Build
parent9bd865ecc3d728897b2390079ed32ae54425d473 (diff)
Move XBUILD_FRAMEWORK_FOLDERS_PATH definition somewhere useful & export
This variable isn't being passed to the child xbuild process during testing, making it sorta useless.
Diffstat (limited to 'mcs/class/Microsoft.Build')
-rw-r--r--mcs/class/Microsoft.Build/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/mcs/class/Microsoft.Build/Makefile b/mcs/class/Microsoft.Build/Makefile
index 279a8147c6f..df521a857cb 100644
--- a/mcs/class/Microsoft.Build/Makefile
+++ b/mcs/class/Microsoft.Build/Makefile
@@ -35,5 +35,4 @@ BUILT_SOURCES = $(EXPR_PARSER).cs
include ../../build/library.make
-XBUILD_FRAMEWORK_FOLDERS_PATH=xbuild-testing
include $(XBUILD_DIR)/xbuild_test.make