2007-09-04 Wade Berrier <wberrier@novell.com>
authorWade Berrier <wade@mono-cvs.ximian.com>
Tue, 4 Sep 2007 21:23:03 +0000 (21:23 -0000)
committerWade Berrier <wade@mono-cvs.ximian.com>
Tue, 4 Sep 2007 21:23:03 +0000 (21:23 -0000)
commit62c7cfa2cf4da289e764e15f4e4ce5cb14ce4398
tree355401e3e5c938d7ab7cf66ccdd948fd7cf9b43f
parent145ae552b3c41d180631bed83f78d88190232126
2007-09-04  Wade Berrier  <wberrier@novell.com>

       * removecomments.sh: New script to aid 'make dist'
       Removes '#' comments (specifically for .sources files)
       Had to put in a separate script because alterint IFS to
       contain a newline doesn't work inside make

       * Makefile: include gensources.sh, the 2_1 profile needs it.
       (Should also make it possible to build the jvm profile from a
tarball)

2007-09-04  Wade Berrier  <wberrier@novell.com>

       * library.make: Glob for .sources for all profiles.
       Use tools/removecomments.sh to account for '#include' and
       comments, which are only used in the jvm profile at this point

svn path=/trunk/mcs/; revision=85325
mcs/build/ChangeLog
mcs/build/library.make
mcs/tools/ChangeLog
mcs/tools/Makefile
mcs/tools/removecomments.sh [new file with mode: 0755]