Mail Archives: djgpp-workers/1997/02/03/20:16:52
>
> 3) Make can't find the files I patched, specifically builtins/history.def.
> I don't understand this at all, I can list it with ls and dir. THe name
> is <8 characters, so that's not even an issue. It's not hidden, the
> date looks ok (not in the future).
>
> The last problem has me stuck.
>
> I think your right about this being a shell bug though. That makes the
Sorry, it's not make, but the bash source build utility "mkbuiltins". It
calls "stat()" and then "open()" on a long list of .def files passed
to it on the command line. Both functions fail to find the files that
are patched. Very strange.
- Raw text -