aboutsummaryrefslogtreecommitdiffstats
path: root/package/kexec-tools
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-02-25 23:34:57 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-02-25 23:34:57 +0000
commit8061e38403e95d03304107d615628519d6d5a9a4 (patch)
tree37a6bd21ea38d5a64e5693107dc37894c00daa48 /package/kexec-tools
parent3b0e390c1c63aba96b93fe63acf3d0a31919b202 (diff)
downloadupstream-8061e38403e95d03304107d615628519d6d5a9a4.tar.gz
upstream-8061e38403e95d03304107d615628519d6d5a9a4.tar.bz2
upstream-8061e38403e95d03304107d615628519d6d5a9a4.zip
various configure related cleanups
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6372 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kexec-tools')
-rw-r--r--package/kexec-tools/Makefile25
1 files changed, 0 insertions, 25 deletions
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)