aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/rxvt
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-12-24 08:50:34 +0100
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-12-24 16:46:33 +0100
commit018b90264f45a695997e1bfe1fb647dae1b9b746 (patch)
tree573bb85b7ea401a256e4d9a360ee8b4f9a10ea2c /recipes/rxvt
parent4352cc35092af610e445e37715e3213cf5218aac (diff)
downloadopenembedded-018b90264f45a695997e1bfe1fb647dae1b9b746.tar.gz
changed rm into rm -f to remove old libtool stuff
this keeps things working even if the files are not there (e.g. because configure is ran twice) Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/rxvt')
-rw-r--r--recipes/rxvt/rxvt_2.7.9.bb2
-rw-r--r--recipes/rxvt/rxvt_2.8.0.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/rxvt/rxvt_2.7.9.bb b/recipes/rxvt/rxvt_2.7.9.bb
index f4840b7a16..6cd834ba57 100644
--- a/recipes/rxvt/rxvt_2.7.9.bb
+++ b/recipes/rxvt/rxvt_2.7.9.bb
@@ -29,7 +29,7 @@ EXTRA_OEMAKE = "'XINC=-I${STAGING_INCDIR}' \
do_configure () {
mv autoconf/configure.in . || true
- rm autoconf/libtool.m4
+ rm -f autoconf/libtool.m4
libtoolize --force
autotools_do_configure
echo '#define RXVT_UTMP_FILE "${localstatedir}/run/utmp"' >> config.h
diff --git a/recipes/rxvt/rxvt_2.8.0.bb b/recipes/rxvt/rxvt_2.8.0.bb
index 0ed4392436..99b4de2767 100644
--- a/recipes/rxvt/rxvt_2.8.0.bb
+++ b/recipes/rxvt/rxvt_2.8.0.bb
@@ -29,7 +29,7 @@ EXTRA_OEMAKE = "'XINC=-I${STAGING_INCDIR}' \
do_configure () {
mv autoconf/configure.in . || true
- rm autoconf/libtool.m4
+ rm -f autoconf/libtool.m4
libtoolize --force
autotools_do_configure
echo '#define RXVT_UTMP_FILE "${localstatedir}/run/utmp"' >> config.h