Greatly speed up gensources.sh and improve dependency handling
authorRaja R Harinath <harinath@hurrynot.org>
Wed, 7 Apr 2010 07:07:15 +0000 (07:07 -0000)
committerRaja R Harinath <harinath@hurrynot.org>
Wed, 7 Apr 2010 07:07:15 +0000 (07:07 -0000)
commit1dadf7ca8a14558f7bb5f0312a3eebcf33a69e40
treeea75946100c0f811d0e32a423e2778aedd8854d3
parent482e7855fbd5ac4ea9beccfe182cd8ba92c9c0ac
Greatly speed up gensources.sh and improve dependency handling

* build/Makefile (DISTFILES): Add gensources.sh.
* build/gensources.sh: New, improved version of tools/gensources.sh.
* build/library.make ($(sourcefile)): Use the new gensources.sh.
($(makefrag)): Update to handle the optional makefrag generated by
gensources.sh.
* tools/Makefile (DISTFILES): Remove gensources.sh.
* tools/gensources.sh: Remove.

svn path=/trunk/mcs/; revision=154909
mcs/build/ChangeLog
mcs/build/Makefile
mcs/build/gensources.sh [new file with mode: 0644]
mcs/build/library.make
mcs/tools/ChangeLog
mcs/tools/Makefile
mcs/tools/gensources.sh [deleted file]