Subject: make build depends on src file dates
To: None <tech-toolchain@netbsd.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: tech-toolchain
Date: 09/26/2001 01:53:13
hi.

if filedate of gnu/dist/toolchain/binutils/arlex.l is older than
gnu/dist/toolchain/binutils/arlex.c, make build will fail
with following messages.

> /bin/sh /usr/src/tools/toolchain/../../gnu/dist/toolchain/binutils/../ylwrap "true" /usr/src/tools/toolchain/../../gnu/dist/toolchain/binutils/arlex.l lex.yy.c /usr/src/tools/toolchain/../../gnu/dist/toolchain/binutils/arlex.c --  
*** Error code 1
>
> Stop.


it's because ylwrap checks if lex.yy.c is exist or not.

---
YAMAMOTO Takashi<yamt@mwd.biglobe.ne.jp>