Re: [error] make -j option ...

2005-03-10 Thread Paul D. Smith
%% you wrote: > $(TARGETDIR)/exist : > @if test ! -f $(TARGETDIR)/exist; then mkdir $(TARGETDIR); fi > @echo Building $(TARGETDIR) > $(TARGETDIR)/exist > > ==> Above codes are run smoothly at -J1. > > ==> However, contrary to my expectation, I see following error message > at -J2, -

Re: some snippets from make381

2005-03-10 Thread Markus Mauhart
"Markus Mauhart" wrote ... > > yes, but 'result' is used not only for ISTRING_COMPARE, but for every > substraction seen in this function: > > result = x->ctime - y->ctime; > result = x->ino[0] - y->ino[0]; > result = x->dev - y->dev; > > Currently I cant swear where to expect value truncation,

[error] make -j option ...

2005-03-10 Thread 김준범
hello ~ hi there... i found serious error > > > > ==> Following is Source Code of the Makefile. > > > #--- > # Object directory targ