Re: Unix build patch: make "./configure; make install" work
Ralph Giles <[email protected]>
| Newsgroups | gmane.comp.printing.ghostscript.patches |
|---|---|
| Message-ID | <[email protected]> |
On Saturday, August 16, 2003, at 04:43 PM, Raph Levien wrote: > I'm still concerned that the STDDIRS target is specified in parallel > with the build, because I think the possibility exists that a "make > -j2" parallel can cause things to be written to obj/ before the > subdirectory is created, but I do believe this patch is harmless and > an improvement. I agree. Obviously it would be better if STDDIRS was properly a dependency of GS_XE (at least) and genconf, etc. but I haven't looked enough to know if it's safe to move it to the general makefiles. Please commit after the release. -r