Makefile cleanup, remove unused variables and options

git-svn-id: svn://svn.openwrt.org/openwrt/packages@5611 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2006-11-21 22:01:26 +00:00
parent 90a9d5e588
commit 61e30ef635
13 changed files with 2 additions and 18 deletions

View File

@ -94,7 +94,6 @@ define Build/Configure
$(call Build/Configure/Default, \
--enable-shared \
--enable-static \
--with-gnu-ld \
--disable-glib \
--disable-qt3 \
--disable-qt4 \

View File

@ -85,7 +85,6 @@ define Build/Configure
$(call Build/Configure/Default, \
--enable-shared \
--enable-static \
--with-gnu-ld \
);
endef

View File

@ -34,7 +34,6 @@ define Build/Configure
--enable-shared \
--enable-static \
--disable-rpath \
--with-gnu-ld \
)
endef

View File

@ -36,7 +36,6 @@ define Build/Configure
$(call Build/Configure/Default, \
--enable-shared \
--enable-static \
--with-gnu-ld \
)
endef
@ -66,7 +65,7 @@ endef
define Package/libmcrypt/install
install -d -m0755 $(1)/usr/lib
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libmcrypt.so.* $(1)/usr/lib
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libmcrypt.so.* $(1)/usr/lib/
endef
$(eval $(call BuildPackage,libmcrypt))

View File

@ -18,7 +18,6 @@ PKG_MD5SUM:=e72b3550bf064eedf080f16f09688891
PKG_CAT:=zcat
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
include $(INCLUDE_DIR)/package.mk

View File

@ -47,7 +47,6 @@ define Build/InstallDev
$(CP) $(PKG_INSTALL_DIR)/usr/include/popt.h $(STAGING_DIR)/usr/include/
mkdir -p $(STAGING_DIR)/usr/lib
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libpopt.{a,so*} $(STAGING_DIR)/usr/lib/
touch $(STAGING_DIR)/usr/lib/libpopt.so
endef
define Build/UninstallDev

View File

@ -18,7 +18,6 @@ PKG_MD5SUM:=0e7ec62eeca5d1b197f3ef2d0f0d417f
PKG_CAT:=zcat
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
include $(INCLUDE_DIR)/package.mk

View File

@ -18,7 +18,6 @@ PKG_MD5SUM:=3111a027907016c0902d67350c619df6
PKG_CAT:=zcat
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
include $(INCLUDE_DIR)/package.mk
@ -44,7 +43,6 @@ define Build/Configure
)
endef
define Build/Compile
$(call Build/Compile/Default,all)
endef
@ -55,4 +53,3 @@ define Package/bmon/install
endef
$(eval $(call BuildPackage,bmon))

View File

@ -36,8 +36,6 @@ endef
# uses GNU configure
define Build/Compile
rm -rf $(PKG_INSTALL_DIR)
mkdir -p $(PKG_INSTALL_DIR)
$(MAKE) -C $(PKG_BUILD_DIR) \
cfg_filename="/etc/dhcp-fwd.conf" \
DESTDIR="$(PKG_INSTALL_DIR)" \

View File

@ -34,7 +34,6 @@ endef
define Build/Configure
$(call Build/Configure/Default, \
--disable-rpath \
--with-gnu-ld \
--disable-asm \
--disable-gnupg-iconv \
--disable-card-support \

View File

@ -19,7 +19,6 @@ PKG_MD5SUM:=c18e2a5f04e9abae5a42439de294f086
PKG_CAT:=zcat
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
include $(INCLUDE_DIR)/package.mk

View File

@ -22,7 +22,7 @@ PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
include $(INCLUDE_DIR)/package.mk
define Package/rrdcollect
define Package/rrdcollect/Default
SECTION:=utils
CATEGORY:=Utilities
DESCRIPTION:=\
@ -63,7 +63,6 @@ define Build/Configure
--enable-shared \
--disable-static \
--disable-rpath \
--with-gnu-ld \
--enable-exec \
--without-rrdtool \
--with-librrd \

View File

@ -18,7 +18,6 @@ PKG_MD5SUM:=a125d76f630c4aab940df5912f161965
PKG_CAT:=zcat
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
include $(INCLUDE_DIR)/package.mk