From: jacmet at uclibc.org <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/libtool
Date: Mon, 22 Sep 2008 01:11:02 -0700 (PDT) [thread overview]
Message-ID: <20080922081102.7FD763C2BE@busybox.net> (raw)
Author: jacmet
Date: 2008-09-22 01:11:02 -0700 (Mon, 22 Sep 2008)
New Revision: 23451
Log:
libtool: don't error on missing directories in clean targets
Modified:
trunk/buildroot/package/libtool/libtool.mk
Changeset:
Modified: trunk/buildroot/package/libtool/libtool.mk
===================================================================
--- trunk/buildroot/package/libtool/libtool.mk 2008-09-21 15:29:29 UTC (rev 23450)
+++ trunk/buildroot/package/libtool/libtool.mk 2008-09-22 08:11:02 UTC (rev 23451)
@@ -90,7 +90,7 @@
libtool: uclibc $(TARGET_DIR)/$(LIBTOOL_TARGET_BINARY)
libtool-clean:
- $(MAKE) DESTDIR=$(TARGET_DIR) CC=$(TARGET_CC) -C $(LIBTOOL_DIR) uninstall
+ -$(MAKE) DESTDIR=$(TARGET_DIR) CC=$(TARGET_CC) -C $(LIBTOOL_DIR) uninstall
-$(MAKE) -C $(LIBTOOL_DIR) clean
libtool-cross: uclibc $(LIBTOOL_DIR)/$(LIBTOOL_BINARY)
@@ -138,7 +138,7 @@
host-libtool: $(LIBTOOL)
host-libtool-clean:
- $(MAKE) -C $(LIBTOOL_HOST_DIR) uninstall
+ -$(MAKE) -C $(LIBTOOL_HOST_DIR) uninstall
-$(MAKE) -C $(LIBTOOL_HOST_DIR) clean
host-libtool-dirclean:
next reply other threads:[~2008-09-22 8:11 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-22 8:11 jacmet at uclibc.org [this message]
-- strict thread matches above, loose matches on Subject: below --
2009-01-04 6:04 [Buildroot] svn commit: trunk/buildroot/package/libtool nkukard at uclibc.org
2009-01-04 6:04 ` Nigel Kukard
2007-09-21 9:45 aldot at uclibc.org
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080922081102.7FD763C2BE@busybox.net \
--to=jacmet@uclibc.org \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox