On 26 November 2012 19:26, Manuel Kaufmann <[email protected]> wrote: > It seems to be a shortcut for do what you described here. > > 1. make shell > 2. cd source/sugar > 3. make > 4. make install
But did you use it to build your own changes or changes someone made to the repo? Or both? I'm not sure it's possible to cover both use cases nicely without adding an option (which is not very convenient to use with make, because you need to pass it as a variable). The old implementation was trying to pull from remote before building, which is at best annoying if you just want to build your changes. Maybe we should have pull-* and build-*. _______________________________________________ Sugar-devel mailing list [email protected] http://lists.sugarlabs.org/listinfo/sugar-devel

