only build and install utils here, standardize Makefile
SVN-Revision: 2306
This commit is contained in:
parent
b4159fc032
commit
9826f4ec14
1 changed files with 9 additions and 10 deletions
|
@ -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 a new issue