projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
adm5120: sync kernel config
[openwrt.git]
/
tools
/
genext2fs
/
Makefile
diff --git
a/tools/genext2fs/Makefile
b/tools/genext2fs/Makefile
index
69700ed
..
78416f2
100644
(file)
--- a/
tools/genext2fs/Makefile
+++ b/
tools/genext2fs/Makefile
@@
-4,22
+4,20
@@
# 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
PKG_NAME:=genext2fs
include $(TOPDIR)/rules.mk
PKG_NAME:=genext2fs
-PKG_VERSION:=1.4
rc
1
+PKG_VERSION:=1.4
.
1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=@SF/$(PKG_NAME)
-PKG_MD5SUM:=664431bf6737df1c265500e1f0b5d40c
-PKG_CAT:=zcat
+PKG_SOURCE_URL:=@SF/genext2fs
+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) \
@@
-39,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.025054 seconds
and
4
git commands to generate.