projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
brcm47xx: refresh patches
[openwrt.git]
/
tools
/
squashfs
/
Makefile
diff --git
a/tools/squashfs/Makefile
b/tools/squashfs/Makefile
index
d009836
..
473c526
100644
(file)
--- a/
tools/squashfs/Makefile
+++ b/
tools/squashfs/Makefile
@@
-14,22
+14,24
@@
PKG_SOURCE_URL:=@SF/squashfs
PKG_MD5SUM:=9fd05d0bfbb712f5fb95edafea5bc733
PKG_CAT:=zcat
PKG_MD5SUM:=9fd05d0bfbb712f5fb95edafea5bc733
PKG_CAT:=zcat
-
PKG
_BUILD_DIR:=$(BUILD_DIR_HOST)/$(PKG_NAME)$(PKG_VERSION)
+
HOST
_BUILD_DIR:=$(BUILD_DIR_HOST)/$(PKG_NAME)$(PKG_VERSION)
include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/host-build.mk
-define
Build
/Compile
- $(MAKE) -C $(
PKG
_BUILD_DIR)/squashfs-tools \
+define
Host
/Compile
+ $(MAKE) -C $(
HOST
_BUILD_DIR)/squashfs-tools \
LZMAPATH=$(STAGING_DIR_HOST)/lib \
LZMAPATH=$(STAGING_DIR_HOST)/lib \
- mksquashfs-lzma
+ mksquashfs-lzma
unsquashfs-lzma
endef
endef
-define Build/Install
- $(INSTALL_BIN) $(PKG_BUILD_DIR)/squashfs-tools/mksquashfs-lzma $(STAGING_DIR_HOST)/bin/
+define Host/Install
+ $(INSTALL_BIN) $(HOST_BUILD_DIR)/squashfs-tools/mksquashfs-lzma $(STAGING_DIR_HOST)/bin/
+ $(INSTALL_BIN) $(HOST_BUILD_DIR)/squashfs-tools/unsquashfs-lzma $(STAGING_DIR_HOST)/bin/
endef
endef
-define
Build
/Clean
+define
Host
/Clean
rm -f $(STAGING_DIR_HOST)/bin/mksquashfs-lzma
rm -f $(STAGING_DIR_HOST)/bin/mksquashfs-lzma
+ rm -f $(STAGING_DIR_HOST)/bin/unsquashfs-lzma
endef
$(eval $(call HostBuild))
endef
$(eval $(call HostBuild))
This page took
0.025217 seconds
and
4
git commands to generate.