projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Tweak package build
[openwrt.git]
/
package
/
usbutils
/
Makefile
diff --git
a/package/usbutils/Makefile
b/package/usbutils/Makefile
index
84502e6
..
02f9d44
100644
(file)
--- a/
package/usbutils/Makefile
+++ b/
package/usbutils/Makefile
@@
-48,15
+48,15
@@
$(PKG_BUILD_DIR)/.configured:
--enable-shared \
--disable-static \
);
--enable-shared \
--disable-static \
);
- touch $
(PKG_BUILD_DIR)/.configured
+ touch $
@
$(PKG_BUILD_DIR)/.built:
$(PKG_BUILD_DIR)/.built:
-
$(MAKE) -C $(PKG_BUILD
_DIR)
+
rm -rf $(PKG_INSTALL
_DIR)
mkdir -p $(PKG_INSTALL_DIR)
$(MAKE) -C $(PKG_BUILD_DIR) \
DESTDIR="$(PKG_INSTALL_DIR)" \
mkdir -p $(PKG_INSTALL_DIR)
$(MAKE) -C $(PKG_BUILD_DIR) \
DESTDIR="$(PKG_INSTALL_DIR)" \
- install
- touch $
(PKG_BUILD_DIR)/.built
+
all
install
+ touch $
@
$(IPKG_LSUSB):
install -d -m0755 $(IDIR_LSUSB)/usr/share
$(IPKG_LSUSB):
install -d -m0755 $(IDIR_LSUSB)/usr/share
This page took
0.026133 seconds
and
4
git commands to generate.