|
From: | Helge Hess |
Subject: | Re: Building in a separate build directory |
Date: | Fri, 17 May 2002 09:30:48 +0200 |
User-agent: | Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0rc2) Gecko/20020510 |
Hi,even better: MacOSX also supports "build-intermediate", that is, it can keep temporary object files (eg .o files) in a separate dir from the results (GNUstep make places all files in a single directory).
I think Nicola considered to add the "build-dir" feature to gstep-make, but currently it isn't supported.
Greetings Helge Andreas Hoeschler wrote:
Hi all,I am coming from MacOSX and am used to build all my stuff in /Build/.... Keeping the object files and the sources separated is convenient for backup purposes. Moreover it accelerates the builds if the sources are stored on an NFS server.How can I tell the GNUstep make package to write the object files into a separate directory outside of the sources folder?Thanks a lot, Andreas
[Prev in Thread] | Current Thread | [Next in Thread] |