In message: <[EMAIL PROTECTED]> Poul-Henning Kamp <[EMAIL PROTECTED]> writes: : : The final make in this script fails, I don't think it should. : : #!/bin/sh : set -ex : rm -rf /usr/src/sys/i386/compile/GENERIC : cd /usr/src/sys/i386/conf : config GENERIC : cd ../compile/GENERIC : make depend > _.m.0.d 2>&1 : make > _.m.1 2>&1 : make clean > _.m.2.c 2>&1 : make : echo "SUCCESS" : : The error is included below. If I run "make depend" it works, but that : should not be needed after a "make clean". Some dependencies must : be missing somewhere.
Yes. This was broken about 3 years ago, and no one had cared enough to fix this case. After a make clean, you must do a make depend. Definitely a bug. Warner To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message