From: Michael Tremer Date: Sun, 22 Nov 2009 17:15:16 +0000 (+0100) Subject: naoki: Changed paths and added group of mandatory packages. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fe99a07c0c0399becc527024db7eaa67b447460;p=ipfire-3.x.git naoki: Changed paths and added group of mandatory packages. --- diff --git a/tools/naoki-constants b/tools/naoki-constants index b0934e662..c1c927c83 100644 --- a/tools/naoki-constants +++ b/tools/naoki-constants @@ -1,15 +1,18 @@ #!/bin/bash -BUILD_DIR="${BASEDIR}/naoki_$$" +BUILD_DIR="${BASEDIR}/build/naoki_$(date +"%d%m-%H%M").$$.${MACHINE}" BUILD_ROOT="/buildroot.$$" TOOLS_DIR=/tools_${MACHINE} +TOOLS_DIR_REAL=${BASEDIR}/build/tools_${MACHINE} ARCH=i686 -PACKAGES_TO_EXTRACT="coreutils filesystem perl util-linux-ng" +PACKAGES_MANDATORY="bash bzip2 coreutils cpio diffutils findutils gawk gcc grep" +PACKAGES_MANDATORY="${PACKAGES_MANDATORY} gzip make patch sed tar util-linux-ng" +PACKAGES_MANDATORY="${PACKAGES_MANDATORY} which" PACKAGES_PARALLELISM=2 -PARALLELISMFLAGS=-j1 +PARALLELISMFLAGS=-j5 CFLAGS="-fomit-frame-pointer -pipe" case "${ARCH}" in