[cil-strip] Move comment out of .sources file
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Mon, 26 Jun 2017 17:16:47 +0000 (19:16 +0200)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Mon, 26 Jun 2017 17:19:10 +0000 (19:19 +0200)
I forgot that we only run gensources.sh on libraries but not
tools so the comments don't get stripped out...

mcs/tools/cil-strip/Makefile
mcs/tools/cil-strip/mono-cil-strip.exe.sources

index e84d78325e6b1cb4efd81b13174b37445881aa51..80a4caf2a95bfae1a3d60c4df841be032f590e48 100644 (file)
@@ -5,6 +5,9 @@ include ../../build/rules.make
 LOCAL_MCS_FLAGS =
 LIB_REFS = System
 
+# IMPORTANT: we need to keep the old copy of Cecil we have in this folder since newer Cecil
+# doesn't support keeping metadata tokens the same which would break AOT compilation
+
 PROGRAM = mono-cil-strip.exe
 
 include ../../build/executable.make
index ebc3922f3cb150de3eedf730915ccacf23c4bffb..5ea4d803027507ac4001617186c8871ff6726156 100644 (file)
@@ -1,7 +1,5 @@
 ./cilstrip.cs
 ./AssemblyStripper.cs
-# IMPORTANT: we need to keep this old copy of Cecil since newer Cecil
-# doesn't support keeping metadata tokens the same which would break AOT compilation
 ./Mono.Cecil/AggressiveReflectionReader.cs
 ./Mono.Cecil/ArrayDimension.cs
 ./Mono.Cecil/ArrayDimensionCollection.cs