From ddc47d62f9bb0666edde40775077bdbfc428880a Mon Sep 17 00:00:00 2001 From: nbd Date: Sun, 25 Feb 2007 23:34:57 +0000 Subject: various configure related cleanups git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6372 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/kexec-tools/Makefile | 25 ------------------------- 1 file changed, 25 deletions(-) (limited to 'package/kexec-tools') diff --git a/package/kexec-tools/Makefile b/package/kexec-tools/Makefile index baad4fdc0..a537cdf42 100644 --- a/package/kexec-tools/Makefile +++ b/package/kexec-tools/Makefile @@ -33,31 +33,6 @@ define Package/kexec-tools URL:=http://www.xmission.com/~ebiederm/files/kexec/README endef -define Build/Configure - (cd $(PKG_BUILD_DIR); rm -rf config.{cache,status}; \ - $(TARGET_CONFIGURE_OPTS) \ - CFLAGS="$(TARGET_CFLAGS)" \ - ./configure \ - --target=$(GNU_TARGET_NAME) \ - --host=$(GNU_TARGET_NAME) \ - --build=$(GNU_HOST_NAME) \ - --program-prefix="" \ - --program-suffix="" \ - --prefix=/usr \ - --exec-prefix=/usr \ - --bindir=/usr/bin \ - --sbindir=/usr/sbin \ - --libexecdir=/usr/lib \ - --sysconfdir=/etc \ - --datadir=/usr/share \ - --localstatedir=/var \ - --mandir=/usr/man \ - --infodir=/usr/info \ - $(DISABLE_NLS) \ - $(DISABLE_LARGEFILE) \ - ); -endef - define Build/Compile rm -rf $(PKG_INSTALL_DIR) mkdir -p $(PKG_INSTALL_DIR) -- cgit v1.2.3