buildrootschalter/support
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
..
dependencies dependencies.sh: suppress output of locale 2012-07-15 01:09:40 +02:00
gnuconfig Rename XXXTARGETS to xxx-package 2012-07-17 20:22:41 +02:00
kconfig kconfig: do not use HOST_LOADLIBES anymore 2012-04-19 16:04:21 +02:00
legal-info legal-info: infrastructure to collect legally-relevant material 2012-07-17 19:05:49 +02:00
libtool support: move libtool patches in support/libtool 2011-09-17 08:14:56 +02:00
scripts support/graph-depends: fix out-of-tree usage 2012-08-14 15:09:21 +02:00