sources.am, [...]: Rebuilt.

* sources.am, Makefile.in: Rebuilt.
	* scripts/makemake.tcl: Accept -verbose command-line option.
	(is_verbose): New global.
	(verbose): Use it.
	(classify_source_file): Don't special case '.' for 'package'
	type.

From-SVN: r114051
This commit is contained in:
Tom Tromey
2006-05-24 19:38:05 +00:00
committed by Tom Tromey
parent 03e6713159
commit ee4e9e6531
4 changed files with 176 additions and 59 deletions
+9
View File
@@ -1,3 +1,12 @@
2006-05-24 Tom Tromey <tromey@redhat.com>
* sources.am, Makefile.in: Rebuilt.
* scripts/makemake.tcl: Accept -verbose command-line option.
(is_verbose): New global.
(verbose): Use it.
(classify_source_file): Don't special case '.' for 'package'
type.
2006-05-24 Tom Tromey <tromey@redhat.com>
PR libgcj/27729: