Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/8] Update GNU config support.
@ 2011-02-25 17:46 Will Newton
  2011-02-25 20:42 ` Peter Korsgaard
  0 siblings, 1 reply; 4+ messages in thread
From: Will Newton @ 2011-02-25 17:46 UTC (permalink / raw)
  To: buildroot

We currently use a version of config.sub that is nearly 4 years old
and a version of config.guess that is nearly 2 years old.

Since this package was last updated GNU config has merged a couple of
patches and moved to git. This means we cannot use cvs up to update
it any more, so we can get rid of all the files that were kept around
for that purpose.

Will Newton (8):
  gnuconfig: Remove old checkout of GNU config.
  gnuconfig: Remove GNU Hurd patch as it is no longer supported.
  gnuconfig: Remove gnuconfig patch as it has been merged upstream.
  gnuconfig: Remove sh patch.
  gnuconfig: Update config.{sub,guess} to 2011-02-02 version.
  gnuconfig: Update patches to apply to 2011-02-02 version.
  gnuconfig: Apply patches to config.{sub,guess}.
  gnuconfig: Update README.buildroot.

 package/gnuconfig/CVS/Entries                      |   14 -
 package/gnuconfig/CVS/Repository                   |    1 -
 package/gnuconfig/CVS/Root                         |    1 -
 package/gnuconfig/ChangeLog                        | 1996 --------------------
 package/gnuconfig/Makefile                         |   15 -
 package/gnuconfig/README.buildroot                 |    8 +-
 package/gnuconfig/config.guess                     |  458 +++---
 package/gnuconfig/config.sub                       |  219 ++-
 .../gnuconfig/patches/config.guess.uclibc.patch    |  137 +-
 .../patches/config.sub.gnuhurd-uclibc.patch        |   20 -
 package/gnuconfig/patches/config.sub.ps2.patch     |   19 +-
 package/gnuconfig/patches/config.sub.sh.patch      |   39 -
 package/gnuconfig/patches/config.xtensa.glob.patch |   44 -
 package/gnuconfig/testsuite/.cvsignore             |    1 -
 package/gnuconfig/testsuite/CVS/Entries            |    7 -
 package/gnuconfig/testsuite/CVS/Repository         |    1 -
 package/gnuconfig/testsuite/CVS/Root               |    1 -
 package/gnuconfig/testsuite/config-guess.data      |   34 -
 package/gnuconfig/testsuite/config-guess.sh        |   47 -
 package/gnuconfig/testsuite/config-sub.data        |  117 --
 package/gnuconfig/testsuite/config-sub.sh          |   35 -
 package/gnuconfig/testsuite/uname.in               |    9 -
 package/gnuconfig/uname                            |   11 -
 23 files changed, 455 insertions(+), 2779 deletions(-)
 delete mode 100644 package/gnuconfig/CVS/Entries
 delete mode 100644 package/gnuconfig/CVS/Repository
 delete mode 100644 package/gnuconfig/CVS/Root
 delete mode 100644 package/gnuconfig/ChangeLog
 delete mode 100644 package/gnuconfig/Makefile
 delete mode 100644 package/gnuconfig/patches/config.sub.gnuhurd-uclibc.patch
 delete mode 100644 package/gnuconfig/patches/config.sub.sh.patch
 delete mode 100644 package/gnuconfig/patches/config.xtensa.glob.patch
 delete mode 100644 package/gnuconfig/testsuite/.cvsignore
 delete mode 100644 package/gnuconfig/testsuite/CVS/Entries
 delete mode 100644 package/gnuconfig/testsuite/CVS/Repository
 delete mode 100644 package/gnuconfig/testsuite/CVS/Root
 delete mode 100644 package/gnuconfig/testsuite/config-guess.data
 delete mode 100644 package/gnuconfig/testsuite/config-guess.sh
 delete mode 100644 package/gnuconfig/testsuite/config-sub.data
 delete mode 100644 package/gnuconfig/testsuite/config-sub.sh
 delete mode 100755 package/gnuconfig/testsuite/uname.in
 delete mode 100755 package/gnuconfig/uname

-- 
1.7.3.4

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

* [Buildroot] [PATCH 0/8] Update GNU config support.
  2011-02-25 17:46 [Buildroot] [PATCH 0/8] Update GNU config support Will Newton
@ 2011-02-25 20:42 ` Peter Korsgaard
  2011-03-04 16:13   ` Will Newton
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Korsgaard @ 2011-02-25 20:42 UTC (permalink / raw)
  To: buildroot

>>>>> "Will" == Will Newton <will.newton@gmail.com> writes:

 Will> We currently use a version of config.sub that is nearly 4 years old
 Will> and a version of config.guess that is nearly 2 years old.

 Will> Since this package was last updated GNU config has merged a
 Will> couple of patches and moved to git. This means we cannot use cvs
 Will> up to update it any more, so we can get rid of all the files that
 Will> were kept around for that purpose.

 Will>  23 files changed, 455 insertions(+), 2779 deletions(-)

Always nice to see such a diffstat ;)

Sounds good, will take a closer look at it post-2011.02.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 0/8] Update GNU config support.
  2011-02-25 20:42 ` Peter Korsgaard
@ 2011-03-04 16:13   ` Will Newton
  2011-03-08  6:29     ` Peter Korsgaard
  0 siblings, 1 reply; 4+ messages in thread
From: Will Newton @ 2011-03-04 16:13 UTC (permalink / raw)
  To: buildroot

On Fri, Feb 25, 2011 at 8:42 PM, Peter Korsgaard <jacmet@uclibc.org> wrote:
>>>>>> "Will" == Will Newton <will.newton@gmail.com> writes:
>
> ?Will> We currently use a version of config.sub that is nearly 4 years old
> ?Will> and a version of config.guess that is nearly 2 years old.
>
> ?Will> Since this package was last updated GNU config has merged a
> ?Will> couple of patches and moved to git. This means we cannot use cvs
> ?Will> up to update it any more, so we can get rid of all the files that
> ?Will> were kept around for that purpose.
>
> ?Will> ?23 files changed, 455 insertions(+), 2779 deletions(-)
>
> Always nice to see such a diffstat ;)
>
> Sounds good, will take a closer look at it post-2011.02.

Hi Peter,

Did you get time to take another look at this?

Thanks,

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

* [Buildroot] [PATCH 0/8] Update GNU config support.
  2011-03-04 16:13   ` Will Newton
@ 2011-03-08  6:29     ` Peter Korsgaard
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2011-03-08  6:29 UTC (permalink / raw)
  To: buildroot

>>>>> "Will" == Will Newton <will.newton@gmail.com> writes:

 Will> On Fri, Feb 25, 2011 at 8:42 PM, Peter Korsgaard <jacmet@uclibc.org> wrote:
 >>>>>>> "Will" == Will Newton <will.newton@gmail.com> writes:
 >> 
 >> ?Will> We currently use a version of config.sub that is nearly 4 years old
 >> ?Will> and a version of config.guess that is nearly 2 years old.
 >> 
 >> ?Will> Since this package was last updated GNU config has merged a
 >> ?Will> couple of patches and moved to git. This means we cannot use cvs
 >> ?Will> up to update it any more, so we can get rid of all the files that
 >> ?Will> were kept around for that purpose.


 Will> Hi Peter,

 Will> Did you get time to take another look at this?

yes, looks good - Committed, thanks!


-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2011-03-08  6:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-25 17:46 [Buildroot] [PATCH 0/8] Update GNU config support Will Newton
2011-02-25 20:42 ` Peter Korsgaard
2011-03-04 16:13   ` Will Newton
2011-03-08  6:29     ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox