support: move package/gnuconfig to support/gnuconfig
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 31 Aug 2011 21:35:06 +0000 (23:35 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sat, 17 Sep 2011 06:22:12 +0000 (08:22 +0200)
commit102a93bdca09742c99e110f144bf0c9267bbdd14
treee9f3cc83518b09e75177dc1d9994f24f21ca17b5
parent56da3859c770b83631ebae810dfb3024c1a9cbd2
support: move package/gnuconfig to support/gnuconfig

The CONFIG_UPDATE macro is no longer defined in
package/gnuconfig/gnuconfig.mk, but instead in
package/Makefile.autotools.in. It it also changed a little bit to take
the directory of the package sources as argument, and the AUTOTARGETS
infrastructure is updated to use this macro.

[Peter: drop echo in CONFIG_UPDATE]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
22 files changed:
Makefile
package/Makefile.autotools.in
package/cups/cups.mk
package/gettext/gettext.mk
package/gnuconfig/.cvsignore [deleted file]
package/gnuconfig/README.buildroot [deleted file]
package/gnuconfig/config.guess [deleted file]
package/gnuconfig/config.sub [deleted file]
package/gnuconfig/gnuconfig.mk [deleted file]
package/gnuconfig/patches/config.guess.uclibc.patch [deleted file]
package/gnuconfig/patches/config.sub.ps2.patch [deleted file]
package/lmbench/lmbench.mk
support/gnuconfig/.cvsignore [new file with mode: 0644]
support/gnuconfig/README.buildroot [new file with mode: 0644]
support/gnuconfig/config.guess [new file with mode: 0755]
support/gnuconfig/config.sub [new file with mode: 0755]
support/gnuconfig/patches/config.guess.uclibc.patch [new file with mode: 0644]
support/gnuconfig/patches/config.sub.ps2.patch [new file with mode: 0644]
support/scripts/pkg-stats
toolchain/elf2flt/elf2flt.mk
toolchain/gcc/gcc-uclibc-4.x.mk
toolchain/gdb/gdb.mk