buildrootschalter/support/scripts
Yann E. MORIN a293d4ab33 support/graph-depends: fix out-of-tree usage
graph-depends calls make to get the list of packages, and the
dependencies of each package.

When called out-of-tree, the Makefile is a wrapper that calls
the real Makefile, so make will spit out a line like:
  make -C /path/to/buildroot O=/path/to/build-dir show-targets

which graph-depends wrongly believes is part of the target list.

Be silent when calling make, as we really only want the target
and dependency lists.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2012-08-14 15:09:21 +02:00
..
apply-patches.sh apply-patches.sh: add documentation 2012-05-19 20:57:55 +02:00
build-ext3-img support: move scripts/ to a new support/ directory 2011-09-17 08:14:11 +02:00
copy.sh support: move scripts/ to a new support/ directory 2011-09-17 08:14:11 +02:00
graph-depends support/graph-depends: fix out-of-tree usage 2012-08-14 15:09:21 +02:00
mkmakefile support: move scripts/ to a new support/ directory 2011-09-17 08:14:11 +02:00
pkg-stats pkg-stats: statistics about license files information 2012-08-05 11:50:10 +02:00
setlocalversion setlocalversion: fix i18n issue with svn 2012-01-16 13:54:57 +01:00