]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
cpio: Clean up naoki-makefile.
authorSchantl Stefan <Stevee@ipfire.org>
Fri, 19 Mar 2010 16:37:34 +0000 (17:37 +0100)
committerSchantl Stefan <Stevee@ipfire.org>
Fri, 19 Mar 2010 16:37:34 +0000 (17:37 +0100)
pkgs/core/cpio/cpio.nm

index 7ecbe7ea868ef8d166dd15b926b7c0e3659a8d4f..9fe8cb670984cf1b932dad3c4170abb3a17123bd 100644 (file)
@@ -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