This is the mail archive of the
automake-cvs@sources.redhat.com
mailing list for the automake project.
automake ./ChangeLog ./NEWS ./automake.in lib/ ...
- From: adl at sources dot redhat dot com
- To: automake-cvs at sources dot redhat dot com
- Date: 30 Dec 2003 23:49:59 -0000
- Subject: automake ./ChangeLog ./NEWS ./automake.in lib/ ...
CVSROOT: /cvs/automake
Module name: automake
Changes by: adl@sourceware.org 2003-12-30 23:49:59
Modified files:
. : ChangeLog NEWS automake.in
lib : depcomp
lib/am : depend2.am
tests : ansi9.test yacc5.test
Log message:
* automake.in (handle_languages): Define %DEPBASE% conditionally
on subdir-objects. Define SUBDIROBJ. Do not clean *_.c files
here ...
(lang_c_finish): ... do it here.
(handle_single_transform_list): Do not output specific rules for
subdir-objects files which are not renamed. This should reduce
the size of Makefiles with lots of subdirectory sources.
* lib/depcomp: Simplify computation of dependency output, and use
DEPDIR.
* lib/am/depend2.am (%EXT%.o, %EXT%.obj, %EXT%.lo): Adjust call
to depcomp. Compute depbase on-the-fly in generic fastdep rules
for subdir-objects.
* tests/ansi9.test: Do not grep for an explicit rule that
we no longer expect. Really run $MAKE to make sure the chain
of rules works.
* tests/yacc5.test: Do not grep for an explicit rule that
we no longer expect. Adjust to use set -e.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/ChangeLog.diff?cvsroot=automake&r1=1.2473&r2=1.2474
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/NEWS.diff?cvsroot=automake&r1=1.258&r2=1.259
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/automake.in.diff?cvsroot=automake&r1=1.1528&r2=1.1529
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/lib/depcomp.diff?cvsroot=automake&r1=1.47&r2=1.48
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/lib/am/depend2.am.diff?cvsroot=automake&r1=1.56&r2=1.57
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/tests/ansi9.test.diff?cvsroot=automake&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/tests/yacc5.test.diff?cvsroot=automake&r1=1.6&r2=1.7