[oe-commits] Khem Raj : gdb-common.inc: Add -f to rm the files dont exist while building target gdb

git version control git at git.openembedded.org
Thu Jul 15 20:18:24 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: c8664fddb9ce79d6b9b2cda05c39d8dc26530128
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c8664fddb9ce79d6b9b2cda05c39d8dc26530128

Author: Khem Raj <raj.khem at gmail.com>
Date:   Thu Jul 15 13:16:48 2010 -0700

gdb-common.inc: Add -f to rm the files dont exist while building target gdb

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/gdb/gdb-common.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/gdb/gdb-common.inc b/recipes/gdb/gdb-common.inc
index 1e0d7c2..c3eef69 100644
--- a/recipes/gdb/gdb-common.inc
+++ b/recipes/gdb/gdb-common.inc
@@ -23,7 +23,7 @@ B = "${WORKDIR}/build-${TARGET_SYS}"
 do_install_append() {
 	# these mo files from gdb-cross-sdk clash with files from binutils-cross-sdk
 	# when building sdk archives. Drop them for now as a way to restore toolchains.
-	rm ${D}/${datadir}/locale/*/LC_MESSAGES/{bfd,opcodes}.mo
+	rm -f ${D}/${datadir}/locale/*/LC_MESSAGES/{bfd,opcodes}.mo
 
 	# we don't care about these infos, installed from binutils
 	rm -f ${D}/${infodir}/{configure,standards,bfd}.info





More information about the Openembedded-commits mailing list