diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-02-25 23:34:57 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-02-25 23:34:57 +0000 |
commit | d6299cafc8a31a7461ba8f26f4ac08ce5a8d93c6 (patch) | |
tree | 1c89b5d49f389d2b7c55d38ca165c6c16f184aa2 /package/kexec-tools | |
parent | 7ae75032c1ad9b23f6b4e8e2c9bb45f6cf3991bf (diff) | |
download | upstream-d6299cafc8a31a7461ba8f26f4ac08ce5a8d93c6.tar.gz upstream-d6299cafc8a31a7461ba8f26f4ac08ce5a8d93c6.tar.bz2 upstream-d6299cafc8a31a7461ba8f26f4ac08ce5a8d93c6.zip |
various configure related cleanups
SVN-Revision: 6372
Diffstat (limited to 'package/kexec-tools')
-rw-r--r-- | package/kexec-tools/Makefile | 25 |
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) |