From d6299cafc8a31a7461ba8f26f4ac08ce5a8d93c6 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 25 Feb 2007 23:34:57 +0000 Subject: various configure related cleanups SVN-Revision: 6372 --- 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 baad4fdc06..a537cdf42c 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