only build and install utils here, standardize Makefile

SVN-Revision: 2306
This commit is contained in:
Nicolas Thill 2005-10-31 15:04:15 +00:00
parent b4159fc032
commit 9826f4ec14

View File

@ -28,10 +28,9 @@ $(PKG_BUILD_DIR)/.built:
OFLAGS="$(TARGET_CFLAGS)" \
CC="$(TARGET_CC)" \
LINKER="$(TARGET_CC)" \
KERNEL="$(LINUX_VERSION)" \
KERNEL_SOURCES="$(LINUX_DIR)" \
ROOT="$(PKG_INSTALL_DIR)" \
all install
utils utils-install
touch $@
$(IPKG_SHFS_UTILS):