From b5fe8c9ff330105337b003be0de2f970545d13ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Stenberg?= Date: Mon, 24 Jun 2013 09:45:52 +0200 Subject: 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. Signed-off-by: Sona Sarmadi Signed-off-by: Saul Wold --- meta/recipes-extended/bash/bash-4.2/run-ptest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-extended/bash/bash-4.2') diff --git a/meta/recipes-extended/bash/bash-4.2/run-ptest b/meta/recipes-extended/bash/bash-4.2/run-ptest index 66f1eee543..8dd3b9981d 100644 --- a/meta/recipes-extended/bash/bash-4.2/run-ptest +++ b/meta/recipes-extended/bash/bash-4.2/run-ptest @@ -1,2 +1,2 @@ #!/bin/sh -echo Makefile: | make -f Makefile -f - -k THIS_SH=/bin/bash BUILD_DIR=. runtest +make -k THIS_SH=/bin/bash BUILD_DIR=. runtest -- cgit v1.2.3