Tweak package build

SVN-Revision: 968
This commit is contained in:
Nicolas Thill
2005-05-19 21:14:18 +00:00
parent 5bba199dd0
commit 48e69e6e71
23 changed files with 133 additions and 144 deletions

View File

@@ -59,15 +59,15 @@ $(PKG_BUILD_DIR)/.configured:
--disable-auto-modprobe \
--with-kernel=$(LINUX_DIR) \
);
touch $(PKG_BUILD_DIR)/.configured
touch $@
$(PKG_BUILD_DIR)/.built:
$(MAKE) -C $(PKG_BUILD_DIR)
rm -rf $(PKG_INSTALL_DIR)
mkdir -p $(PKG_INSTALL_DIR)
$(MAKE) -C $(PKG_BUILD_DIR) \
DESTDIR="$(PKG_INSTALL_DIR)" \
install
touch $(PKG_BUILD_DIR)/.built
all install
touch $@
$(IPKG_KMOD_FUSE):
mkdir -p $(IDIR_KMOD_FUSE)/lib/modules/$(LINUX_VERSION)