[darcs-users] Re: Cross-platform development and makefiles.
Remko Troncon
remko at psi-im.org
Thu Sep 8 11:39:26 UTC 2005
On 08 Sep 2005, at 11:15, Anthony Metcalf wrote:
> What is the recommended way of avoiding recording the changes in
> the makefile whenever I change between windows and Linux?
The makefile shouldn't be under version control at all. You should
put a script (or separate Makefile) which runs qmake on your project
file, and which you run after checking it out of Darcs. Optionally,
you can add running this script (and removing it from the source
tree) in the 'predist' preference, such that 'darcs dist' does all
that is needed.
cheers,
Remko
More information about the darcs-users
mailing list