bash ptest: Sed away the Makefile dependency to remove error messages.
authorBjörn Stenberg <bjst@enea.com>
Mon, 24 Jun 2013 07:45:52 +0000 (09:45 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 25 Jun 2013 16:44:57 +0000 (17:44 +0100)
commit977bd0472c57a315ff53f00edfd2f99a54f38b25
tree9ea068be70b7886f7b62fa98ed7e995e243ab39d
parent26562a28cf1335e2b520b866b03a26e195f092de
bash ptest: Sed away the Makefile dependency to remove error messages.

The bash Makefile defines a dependency on itself and tries to run configure,
causing error messages when running ptest on target:

make: *** No rule to make target `configure.in', needed by `configure'.
make: *** No rule to make target `aclocal.m4', needed by `configure'.
make: *** No rule to make target `config.h.in', needed by `configure'.
make: *** No rule to make target `Makefile.in', needed by `Makefile'.
make: Failed to remake makefile `Makefile'.

This patch edits out this dependency in the Makefile installed for ptest,
to get rid of these messages.

(From OE-Core rev: b5fe8c9ff330105337b003be0de2f970545d13ef)

Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/bash/bash-4.2/run-ptest
meta/recipes-extended/bash/bash.inc