summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemy Bohmer <linux@bohmer.net>2010-06-25 21:29:25 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-06-27 12:10:50 +0200
commit446f8d81fe78ca6bb76dca6ac77556685db439a1 (patch)
treee835378ec52fc1622e1c93142d4816b0f3abdb04
parent2d5dcaf14c9b944ae0a2e28243fee08b27d2f29d (diff)
downloadptxdist-446f8d81fe78ca6bb76dca6ac77556685db439a1.tar.gz
ptxdist-446f8d81fe78ca6bb76dca6ac77556685db439a1.tar.xz
[collection] the '-q' option breaks 'ptxdist -q allyesconfig collection'
The result is an almost empty collection config file with no options selected, like this: ======================================= PTXCONF__collectionconfig_MAGIC__=y PTXCONF_COLLECTION_ALL=y ======================================= Signed-off-by: Remy Bohmer <linux@bohmer.net> [mkl: moved fix to scripts/lib/ptxd_lib_colgen.sh] Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
-rw-r--r--scripts/lib/ptxd_lib_colgen.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/lib/ptxd_lib_colgen.sh b/scripts/lib/ptxd_lib_colgen.sh
index c93445d8d..330ef4706 100644
--- a/scripts/lib/ptxd_lib_colgen.sh
+++ b/scripts/lib/ptxd_lib_colgen.sh
@@ -2,6 +2,11 @@
ptxd_colgen_generate_sections()
{
+ #
+ # "ptxdist -q allyesconfig" collection gives an empty collection
+ # ignore the '-q' option to get a valid collection.
+ #
+ unset PTXDIST_QUIET
ptxd_make_log "print-PACKAGES-m" | gawk '
BEGIN {
FS = "=\"|\"|=";