public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* Q: Any revision control tips ?
@ 2013-12-30 22:26 Mau Z
  2013-12-30 23:03 ` Yann E. MORIN
  0 siblings, 1 reply; 3+ messages in thread
From: Mau Z @ 2013-12-30 22:26 UTC (permalink / raw)
  To: crossgcc

Hi!

So, at the end of the succesfull build, I did "du -h" and got  5.X GB of data.

What should I keep in a revision control system ?
Any constructive advices/tips ?



Thanks
Mau

--
For unsubscribe information see http://sourceware.org/lists.html#faq

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Q: Any revision control tips ?
  2013-12-30 22:26 Q: Any revision control tips ? Mau Z
@ 2013-12-30 23:03 ` Yann E. MORIN
  2013-12-30 23:07   ` Mau Z
  0 siblings, 1 reply; 3+ messages in thread
From: Yann E. MORIN @ 2013-12-30 23:03 UTC (permalink / raw)
  To: Mau Z; +Cc: crossgcc

Mau, All,

On 2013-12-31 00:26 +0200, Mau Z spake thusly:
> So, at the end of the succesfull build, I did "du -h" and got  5.X GB of data.
> 
> What should I keep in a revision control system ?
> Any constructive advices/tips ?

Just keep the crostool-NG sources in revision control, plus your ct-ng
configuration:

    ct-ng saveconfig

This will create a subdir 'samples/${CT_TARGET}' in the current directory,
that copntains the crosstool-NG configuration.

You can later use that same configuration again, by calling:

    ct-ng "name-of-your-configuration"

where "name-of-your-configuration" is just the tuple (aka ${CT_TARGET}).


You can even see the existing configurations bundled with ct-ng:

    ct-ng list-samples

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

--
For unsubscribe information see http://sourceware.org/lists.html#faq

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Q: Any revision control tips ?
  2013-12-30 23:03 ` Yann E. MORIN
@ 2013-12-30 23:07   ` Mau Z
  0 siblings, 0 replies; 3+ messages in thread
From: Mau Z @ 2013-12-30 23:07 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: crossgcc

Thanks.


On Tue, Dec 31, 2013 at 1:03 AM, Yann E. MORIN <yann.morin.1998@free.fr> wrote:
> Mau, All,
>
> On 2013-12-31 00:26 +0200, Mau Z spake thusly:
>> So, at the end of the succesfull build, I did "du -h" and got  5.X GB of data.
>>
>> What should I keep in a revision control system ?
>> Any constructive advices/tips ?
>
> Just keep the crostool-NG sources in revision control, plus your ct-ng
> configuration:
>
>     ct-ng saveconfig
>
> This will create a subdir 'samples/${CT_TARGET}' in the current directory,
> that copntains the crosstool-NG configuration.
>
> You can later use that same configuration again, by calling:
>
>     ct-ng "name-of-your-configuration"
>
> where "name-of-your-configuration" is just the tuple (aka ${CT_TARGET}).
>
>
> You can even see the existing configurations bundled with ct-ng:
>
>     ct-ng list-samples
>
> Regards,
> Yann E. MORIN.
>
> --
> .-----------------.--------------------.------------------.--------------------.
> |  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
> | +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
> | +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
> | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
> '------------------------------^-------^------------------^--------------------'

--
For unsubscribe information see http://sourceware.org/lists.html#faq

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-12-30 23:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-30 22:26 Q: Any revision control tips ? Mau Z
2013-12-30 23:03 ` Yann E. MORIN
2013-12-30 23:07   ` Mau Z

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).