Okay, I've made it so the build works like it used to (using the list
files).

because of this the build is now broken: corlib fails to build because
the unix.args file is out-of-date.


If you want your linux build to work then you can specify the
'USE_SOURCE_RULES=1' flag on the make command line:

  make -f makefile.gnu USE_SOURCE_RULES=1

It should work on BSD (no more -false, I checked the BSD man page), and
it won't include any files or directories starting with '__'

Piers.

-----Original Message-----
From: Paolo Molaro [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 16, 2002 6:40 AM
To: mono-list
Subject: Re: [Mono-list] Is nant being used by mono ?


On 08/16/02 Piers Haken wrote:
> Okay, will do. What's the best way to do this with cvs? I tried doing
> 'cvs update -r' to the previous version and it gets the older version
> but cvs diff doesn't show any changes. Any ideas?

cvs update -r will use a sticky tag on the file, so don't do that.
I usually run:
        cvs diff -r ... | patch
        cvs commit ...
to revert patches.

lupus

-- 
-----------------------------------------------------------------
[EMAIL PROTECTED]                                     debian/rules
[EMAIL PROTECTED]                             Monkeys do it better

_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to