From: Schantl Stefan Date: Fri, 19 Mar 2010 16:37:34 +0000 (+0100) Subject: cpio: Clean up naoki-makefile. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1ae0dc8e7183fb13ea5560f3107c37c29a2e4cf;p=ipfire-3.x.git cpio: Clean up naoki-makefile. --- diff --git a/pkgs/core/cpio/cpio.nm b/pkgs/core/cpio/cpio.nm index 7ecbe7ea8..9fe8cb670 100644 --- a/pkgs/core/cpio/cpio.nm +++ b/pkgs/core/cpio/cpio.nm @@ -46,25 +46,15 @@ endef PKG_TARBALL = $(THISAPP).tar.bz2 -############################################################################### -# Installation Details -############################################################################### +CONFIGURE_OPTIONS += \ + --bindir=/bin \ + --libexecdir=/tmp \ + --with-rmt=/usr/sbin/rmt define STAGE_PREPARE_CMDS cd $(DIR_APP) && autoreconf --force endef -define STAGE_BUILD - cd $(DIR_APP) && \ - ./configure \ - --prefix=/usr \ - --bindir=/bin \ - --libexecdir=/tmp \ - --with-rmt=/usr/sbin/rmt - - cd $(DIR_APP) && make $(PARALLELISMFLAGS) -endef - define STAGE_TEST cd $(DIR_APP) && make check endef