Subject: re: Status of New Toolchain on m68k
To: Steve Woodford <scw@netbsd.org>
From: matthew green <mrg@eterna.com.au>
List: tech-toolchain
Date: 11/06/2001 12:51:43
I'm just about ready to commit the `toolchain2netbsd'-generated files for
m68k. Also, the Makefile.{in,am} for ld(1) needs to be tweaked to add
em68kelfnbsd.[co] targets. Is it safe to just commit the change to both
Makefiles without worrying about running automake?
generally for these sorts of changes, it's safer to _not_ run automake.
different automake versions and installations generate different
Makefile.in's and i've found more often than not this leads to a
losing situation...
.mrg.