Re: [Mono-dev] Building mcs from source without mono

2009-05-02 Thread Joachim Ante
Hi,I placed this in mcs/build/profiles. (I tried a couple different values for BOOTSTRAP_PROFILE, but can't figure out what it should be) unity.make Description: Binary data Then i do:cd mcs/class/corlibmake PROFILE="">(This is on a completely clean 2.4 mcs svn checkout)the output i get is:make a

Re: [Mono-dev] Building mcs from source without mono

2009-05-02 Thread Robert Jordan
Joachim Ante wrote: > Hi, > > I placed this in mcs/build/profiles. (I tried a couple different values for > BOOTSTRAP_PROFILE, but can't figure out what it should be) You need a manually configured mcs/build/config.make which is usually generated by the build of the mono tree. Take one from a pr

Re: [Mono-dev] FileInfo Replace

2009-05-02 Thread David Uvalle
On Fri, May 1, 2009 at 5:18 PM, Max de Lavenne wrote: > Nice, > > But... you need to also check for the read-only flag of the > destinationFileName before copying. Especially important for Linux > systemswhere IsReadOnly isn't the only parameter to check > What are the others? e.g. that the de