On Tue, May 13, 2008 at 1:44 AM, Lucas C. Villa Real <[EMAIL PROTECTED]> wrote: > On Tue, May 13, 2008 at 1:16 AM, Hisham <[EMAIL PROTECTED]> wrote: > > On Tue, May 13, 2008 at 1:01 AM, Lucas C. Villa Real > > <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > > > I was looking at Cmake's body in bin/Compile and it turns out that > > > cmake_variables serves to exactly the same purpose as the environment > > > array. Is there a reason to keep it? Are there recipes using that yet? > > > > Well, technically the difference is that those variables are only > > exported to the cmake call. I don't really remember if it does make a > > difference. > > Yes, but since Compile is called only once per recipe, there's really > no point in duplicating functionality, unless to have nice variable > names.
The point I was trying to bring was that perhaps the variables shouldn't be exported during the make run for some reason. > > Know of a good way to search for cmake_variables uses in > > recipes without downloading the entire svn repo locally? > > That's the only way, I think. Do you have it around? Of course not, that's why I asked. ;) -- Hisham _______________________________________________ gobolinux-devel mailing list [email protected] http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel
