]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
naoki: Changed paths and added group of mandatory packages.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 22 Nov 2009 17:15:16 +0000 (18:15 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 22 Nov 2009 17:15:16 +0000 (18:15 +0100)
tools/naoki-constants

index b0934e66249f4c2c8cde59fe8c89fd3a3e24d0af..c1c927c83e8cced0a79911ae02c9227402bfaafe 100644 (file)
@@ -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