only build and install utils here, standardize Makefile
SVN-Revision: 2306
This commit is contained in:
parent
b4159fc032
commit
9826f4ec14
@ -2,16 +2,16 @@
|
|||||||
|
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME := shfs
|
PKG_NAME:=shfs
|
||||||
PKG_VERSION := 0.35
|
PKG_VERSION:=0.35
|
||||||
PKG_RELEASE := 2
|
PKG_RELEASE:=2
|
||||||
PKG_MD5SUM := 016f49d71bc32eee2b5d11fc1600cfbe
|
PKG_MD5SUM:=016f49d71bc32eee2b5d11fc1600cfbe
|
||||||
|
|
||||||
PKG_SOURCE_URL := @SF/shfs
|
PKG_SOURCE_URL:=@SF/shfs
|
||||||
PKG_SOURCE := $(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_CAT := zcat
|
PKG_CAT:=zcat
|
||||||
|
|
||||||
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
||||||
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
|
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
|
||||||
|
|
||||||
include $(TOPDIR)/package/rules.mk
|
include $(TOPDIR)/package/rules.mk
|
||||||
@ -28,10 +28,9 @@ $(PKG_BUILD_DIR)/.built:
|
|||||||
OFLAGS="$(TARGET_CFLAGS)" \
|
OFLAGS="$(TARGET_CFLAGS)" \
|
||||||
CC="$(TARGET_CC)" \
|
CC="$(TARGET_CC)" \
|
||||||
LINKER="$(TARGET_CC)" \
|
LINKER="$(TARGET_CC)" \
|
||||||
KERNEL="$(LINUX_VERSION)" \
|
|
||||||
KERNEL_SOURCES="$(LINUX_DIR)" \
|
KERNEL_SOURCES="$(LINUX_DIR)" \
|
||||||
ROOT="$(PKG_INSTALL_DIR)" \
|
ROOT="$(PKG_INSTALL_DIR)" \
|
||||||
all install
|
utils utils-install
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
$(IPKG_SHFS_UTILS):
|
$(IPKG_SHFS_UTILS):
|
||||||
|
Loading…
Reference in New Issue
Block a user