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

_______________________________________________
darcs-users mailing list
[email protected]
http://www.abridgegame.org/mailman/listinfo/darcs-users

Reply via email to