[Buildroot] svn commit: trunk/buildroot/package/libusb

Hamish Moffatt hamish at cloud.net.au
Fri Jun 13 10:02:49 UTC 2008


On Fri, Jun 13, 2008 at 01:45:35AM -0700, jacmet at uclibc.org wrote:
> Author: jacmet
> Date: 2008-06-13 01:45:35 -0700 (Fri, 13 Jun 2008)
> New Revision: 22312
> 
> Log:
> libusb: depend on actual host-libtool binary
> 
> We need to depend on the actual host-libtool binary instead of the phony
> host-libtool as libusb otherwise will get recompiled every time.
> 
> 
> Modified:
>    trunk/buildroot/package/libusb/libusb.mk

Thanks, I fixed this already in my local copy but hadn't checked it in
yet.

>  libusb-unpacked: $(LIBUSB_DIR)/.unpacked
> -$(LIBUSB_DIR)/.unpacked: $(AUTOCONF) $(AUTOMAKE) host-libtool $(DL_DIR)/$(LIBUSB_SOURCE)
> +$(LIBUSB_DIR)/.unpacked: $(AUTOCONF) $(AUTOMAKE) $(STAGING_DIR)/$(LIBTOOL_TARGET_BINARY) $(DL_DIR)/$(LIBUSB_SOURCE)

I added a $(LIBTOOL) in libtool/libtool.mk similar to $(AUTOMAKE) and
used that instead, so that we can hide details of the libtool package.


Hamish
-- 
Hamish Moffatt VK3SB <hamish at debian.org> <hamish at cloud.net.au>



More information about the buildroot mailing list