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
path: root/mcs/build
diff options
context:
space:
mode:
authorMartin Baulig <mabaul@microsoft.com>2019-03-26 20:02:55 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2019-03-26 20:02:55 +0300
commit22073ed676b32470043c06b1e20d6040603819d6 (patch)
tree202d65249abf4e39f3f7974ff9b73a1a04a0ad33 /mcs/build
parent5e70d5ee51213ee4b07699b7b6c04cf9e08d5c0c (diff)
Cosmetic: remove accidentally added gensources debugging flag. (#13678)
Diffstat (limited to 'mcs/build')
-rw-r--r--mcs/build/tests.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/build/tests.make b/mcs/build/tests.make
index 65f2ff5b823..428baada657 100644
--- a/mcs/build/tests.make
+++ b/mcs/build/tests.make
@@ -278,7 +278,7 @@ test_library = $(ASSEMBLY:$(ASSEMBLY_EXT)=)_test$(ASSEMBLY_EXT)
test_sourcefile = $(depsdir)/$(PROFILE_PLATFORM)_$(PROFILE)_$(test_library).sources
$(test_sourcefile): $(test_sourcefile_base) $(wildcard *_test.dll.sources) $(wildcard *_test.dll.exclude.sources) $(depsdir)/.stamp
- $(GENSOURCES) --trace:4 --basedir:./Test --strict --platformsdir:$(topdir)/build "$@" "$(test_library)" "$(PROFILE_PLATFORM)" "$(PROFILE)"
+ $(GENSOURCES) --basedir:./Test --strict --platformsdir:$(topdir)/build "$@" "$(test_library)" "$(PROFILE_PLATFORM)" "$(PROFILE)"
test_response = $(depsdir)/$(PROFILE_PLATFORM)_$(PROFILE)_$(test_library).response
$(test_response): $(test_sourcefile) $(topdir)/build/tests.make $(depsdir)/.stamp