%% 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, -
"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,
hello ~ hi there...
i found serious error
>
>
>
> ==> Following is Source Code of the Makefile.
>
>
> #---
> # Object directory targ