Mail Archives: djgpp-workers/1996/08/28/14:17:44
> > I never tried this. But if it works, this is what I want. I thought, I know
> > most of the things, which make can do, but nobody is perfect.
>
> I came to a conclusion long ago that it's next to impossible to know
> everything GNU Make can do.
Please be sure that the new make does not break the following:
gzip:
(cd .. && gnufind lzo-0.21 -type f) | gnusort | (cd .. && tar -cvf- -T-) | gzip -9 > backup.tgz
This works fine with 4DOS + make right now, and with some care
you can share most of your Makefiles under DOS and Linux.
- Raw text -