On Thu, Feb 08, 2001 at 02:09:38PM +0100, Martin Quinson wrote: > If the next line is something like > scripts/list-languages data/unstable> data/langs > make -C ./ > make[1]: Entering directory > `/home/mquinson/src/DEBIAN/webwml/english/international/l10n' > > it's (almost) ok. It's because I didn't manage to force make to reevaluate the > values of > LANGS_TMPL=$(shell cat data/langs |grep 'templates:'|sed 's/templates://') > LANGS_PO =$(shell cat data/langs |grep 'po:' |sed 's/po://') > LANGS_ALL =$(shell cat data/langs |grep 'all:' |sed 's/all://') > > when data/langs is changed, so I simply re-run make in this case.
I see the problem... <sigh> BTW you don't need to use cat :) "grep 'templates:' data/langs" etc. > > messages at the start, but otherwise it seems to have built fine. > > I can't see this message on the logs from the link you gave. I guess these > logs are one rebuild too late. > > There is still problems. po-<lang> is not build, for example. I need to see > the logs of a real build, not a make when everything is up to date. Could > you remove data/langs before the next build ? I would force anything to > rebuild. OK, done. Check the log within 6 hours. :) -- Digital Electronic Being Intended for Assassination and Nullification

