version 1.255.2.2, 2013/02/25 00:23:49 |
version 1.255.2.3, 2013/06/23 06:26:12 |
Line 586 MACHINE=cobalt MACHINE_ARCH=mips64el AL |
|
Line 586 MACHINE=cobalt MACHINE_ARCH=mips64el AL |
|
MACHINE=cobalt MACHINE_ARCH=mipsel DEFAULT |
MACHINE=cobalt MACHINE_ARCH=mipsel DEFAULT |
MACHINE=dreamcast MACHINE_ARCH=sh3el |
MACHINE=dreamcast MACHINE_ARCH=sh3el |
MACHINE=emips MACHINE_ARCH=mipseb |
MACHINE=emips MACHINE_ARCH=mipseb |
|
MACHINE=epoc32 MACHINE_ARCH=arm |
MACHINE=evbarm MACHINE_ARCH=arm ALIAS=evbarm-el DEFAULT |
MACHINE=evbarm MACHINE_ARCH=arm ALIAS=evbarm-el DEFAULT |
MACHINE=evbarm MACHINE_ARCH=armeb ALIAS=evbarm-eb |
MACHINE=evbarm MACHINE_ARCH=armeb ALIAS=evbarm-eb |
MACHINE=evbarm MACHINE_ARCH=earm ALIAS=evbearm-el |
MACHINE=evbarm MACHINE_ARCH=earm ALIAS=evbearm-el |
Line 1434 print_tooldir_make() |
|
Line 1435 print_tooldir_make() |
|
# 1. build a new version of nbmake in a temporary directory; |
# 1. build a new version of nbmake in a temporary directory; |
# 2. use the temporary nbmake to create the top level obj directory; |
# 2. use the temporary nbmake to create the top level obj directory; |
# 3. use $(getmakevar TOOLDIR) with the temporary nbmake to |
# 3. use $(getmakevar TOOLDIR) with the temporary nbmake to |
# get the corect value of TOOLDIR; |
# get the correct value of TOOLDIR; |
# 4. move the temporary nbmake to ${TOOLDIR}/bin/nbmake. |
# 4. move the temporary nbmake to ${TOOLDIR}/bin/nbmake. |
# |
# |
# However, people don't like building nbmake unnecessarily if their |
# However, people don't like building nbmake unnecessarily if their |
|
|
[ "${1}" != "rumptest" ] && bomb 'build.sh rump not yet functional. ' \ |
[ "${1}" != "rumptest" ] && bomb 'build.sh rump not yet functional. ' \ |
'did you mean "rumptest"?' |
'did you mean "rumptest"?' |
|
|
|
export RUMPTEST_BUILDSH=1 |
# create obj and distrib dirs |
# create obj and distrib dirs |
if [ "${MKOBJDIRS}" != "no" ]; then |
if [ "${MKOBJDIRS}" != "no" ]; then |
make_in_dir "${NETBSDSRCDIR}/etc/mtree" obj |
make_in_dir "${NETBSDSRCDIR}/etc/mtree" obj |
|
|
/undefined reference/ && |
/undefined reference/ && |
!/more undefined references.*follow/{ |
!/more undefined references.*follow/{ |
if (match($NF, |
if (match($NF, |
"`(rumpuser_|__" quirks ")") == 0) |
"`(rumpuser_|rumpcomp_|__" quirks ")") == 0) |
fails[NR] = $0 |
fails[NR] = $0 |
} |
} |
/cannot find -l/{fails[NR] = $0} |
/cannot find -l/{fails[NR] = $0} |