mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
more fixes for the V= stuff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2225 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -19,7 +19,7 @@ include $(TOPDIR)/package/rules.mk
|
||||
|
||||
$(eval $(call PKG_template,LIBDB,libdb,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
|
||||
|
||||
$(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.prepared
|
||||
$(PKG_BUILD_DIR)/.configured:
|
||||
(cd $(PKG_BUILD_DIR)/build_unix ; \
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
CFLAGS="$(TARGET_CFLAGS)" \
|
||||
@@ -61,14 +61,14 @@ $(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.prepared
|
||||
);
|
||||
touch $@
|
||||
|
||||
$(PKG_BUILD_DIR)/.built: $(PKG_BUILD_DIR)/.configured
|
||||
$(PKG_BUILD_DIR)/.built:
|
||||
rm -rf $(PKG_INSTALL_DIR)
|
||||
mkdir -p $(PKG_INSTALL_DIR)
|
||||
$(MAKE) -C $(PKG_BUILD_DIR)/build_unix \
|
||||
DESTDIR="$(PKG_INSTALL_DIR)" install
|
||||
touch $@
|
||||
|
||||
$(IPKG_LIBDB): $(STAGING_DIR)/usr/lib/libdb.so
|
||||
$(IPKG_LIBDB):
|
||||
install -m0755 -d $(IDIR_LIBDB)/usr/lib
|
||||
cp -fpR $(PKG_INSTALL_DIR)/usr/lib/libdb*.so $(IDIR_LIBDB)/usr/lib/
|
||||
$(RSTRIP) $(IDIR_LIBDB)
|
||||
@@ -87,5 +87,5 @@ uninstall-dev:
|
||||
rm -rf $(STAGING_DIR)/usr/include/db.h
|
||||
rm -rf $(STAGING_DIR)/usr/lib/libdb*.{a,so}
|
||||
|
||||
compile: install-dev
|
||||
clean: uninstall-dev
|
||||
compile-targets: install-dev
|
||||
clean-targets: uninstall-dev
|
||||
|
||||
Reference in New Issue
Block a user