Also, ccache is your friend if you want to cut compile times a lot
here (and elsewhere).

On Wed, Apr 23, 2014 at 2:46 PM, Nathann Cohen <nathann.co...@gmail.com> wrote:
> If it can help, here is my "gtmp" function :
>
> function gtmp
> {
>     cd ~/sage
>     git checkout d
>     git branch -D tmp
>     git checkout -b tmp d &&
>     git pull trac "$1"
> }
>
> gtmp public/whatever fetches the branches and merges it with the develop
> branch (named d on my computer). No pain involved, no recompilation. From
> time to time, i.e. old branches, you have to add a commit message which is
> usually : "trac #xxxx: Merged into 6.2.whatever"
>
> Nathann
>
> On Wednesday, April 23, 2014 6:26:37 PM UTC+2, vdelecroix wrote:
>>
>> I see. Thanks Volker.
>>
>> Are there any concrete plans for making the build system better ?
>
> --
> You received this message because you are subscribed to the Google Groups
> "sage-devel" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to sage-devel+unsubscr...@googlegroups.com.
> To post to this group, send email to sage-devel@googlegroups.com.
> Visit this group at http://groups.google.com/group/sage-devel.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to