From: sjhill at uclibc.org <sjhill@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/usbutils
Date: Sun, 6 May 2007 20:59:35 -0700 (PDT) [thread overview]
Message-ID: <20070507035935.6899C480A3@busybox.net> (raw)
Author: sjhill
Date: 2007-05-06 20:59:35 -0700 (Sun, 06 May 2007)
New Revision: 18573
Log:
Target binary was incorrect and do a better job of cleaning up.
Modified:
trunk/buildroot/package/usbutils/usbutils.mk
Changeset:
Modified: trunk/buildroot/package/usbutils/usbutils.mk
===================================================================
--- trunk/buildroot/package/usbutils/usbutils.mk 2007-05-07 03:59:04 UTC (rev 18572)
+++ trunk/buildroot/package/usbutils/usbutils.mk 2007-05-07 03:59:35 UTC (rev 18573)
@@ -9,7 +9,7 @@
USBUTILS_DIR:=$(BUILD_DIR)/usbutils-$(USBUTILS_VER)
USBUTILS_CAT:=$(ZCAT)
USBUTILS_BINARY:=lsusb
-USBUTILS_TARGET_BINARY:=usr/bin/lsusb
+USBUTILS_TARGET_BINARY:=usr/sbin/lsusb
$(DL_DIR)/$(USBUTILS_SOURCE):
$(WGET) -P $(DL_DIR) $(USBUTILS_SITE)/$(USBUTILS_SOURCE)
@@ -46,6 +46,8 @@
usbutils-clean:
rm -f $(TARGET_DIR)/$(USBUTILS_TARGET_BINARY)
+ rm -f $(TARGET_DIR)/usr/share/usb.ids
+ rmdir --ignore-fail-on-non-empty $(TARGET_DIR)/usr/share
-$(MAKE) -C $(USBUTILS_DIR) clean
usbutils-dirclean:
next reply other threads:[~2007-05-07 3:59 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-05-07 3:59 sjhill at uclibc.org [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-06-18 8:45 [Buildroot] svn commit: trunk/buildroot/package/usbutils jacmet 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=20070507035935.6899C480A3@busybox.net \
--to=sjhill@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