projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[PATCH] dnsmasq: Fix setting the network-id for config host sections
[openwrt.git]
/
tools
/
genext2fs
/
Makefile
diff --git
a/tools/genext2fs/Makefile
b/tools/genext2fs/Makefile
index
5878b5c
..
78416f2
100644
(file)
--- a/
tools/genext2fs/Makefile
+++ b/
tools/genext2fs/Makefile
@@
-4,7
+4,6
@@
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
-# $Id$
include $(TOPDIR)/rules.mk
include $(TOPDIR)/rules.mk
@@
-17,8
+16,8
@@
PKG_MD5SUM:=b7b6361bcce2cedff1ae437fadafe53b
include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/host-build.mk
-define
Build
/Configure
- ( cd $(
PKG
_BUILD_DIR); \
+define
Host
/Configure
+ ( cd $(
HOST
_BUILD_DIR); \
./configure \
--target=$(GNU_HOST_NAME) \
--host=$(GNU_HOST_NAME) \
./configure \
--target=$(GNU_HOST_NAME) \
--host=$(GNU_HOST_NAME) \
@@
-38,17
+37,17
@@
define Build/Configure
)
endef
)
endef
-define
Build
/Compile
- $(MAKE) -C $(
PKG
_BUILD_DIR) \
+define
Host
/Compile
+ $(MAKE) -C $(
HOST
_BUILD_DIR) \
CFLAGS="$(HOST_CFLAGS) -include getline.h" \
all
endef
CFLAGS="$(HOST_CFLAGS) -include getline.h" \
all
endef
-define
Build
/Install
- install -m0755 $(
PKG
_BUILD_DIR)/genext2fs $(STAGING_DIR_HOST)/bin/
+define
Host
/Install
+ install -m0755 $(
HOST
_BUILD_DIR)/genext2fs $(STAGING_DIR_HOST)/bin/
endef
endef
-define
Build
/Clean
+define
Host
/Clean
rm -f $(STAGING_DIR_HOST)/bin/genext2fs
endef
rm -f $(STAGING_DIR_HOST)/bin/genext2fs
endef
This page took
0.032947 seconds
and
4
git commands to generate.