Hacks to get i386 and pc98 building:

- TARGET=${TARGET_MACHINE}
 - BOOT2_UFS=UFS1_ONLY
This commit is contained in:
Dag-Erling Smørgrav 2003-02-24 10:48:01 +00:00
parent 1281f763a9
commit 473ef84576

View File

@ -392,6 +392,7 @@ MAIN:{
'__MAKE_CONF' => "/dev/null",
'MAKEOBJDIRPREFIX' => "$sandbox/obj",
'TARGET' => $machine,
'TARGET_ARCH' => $arch,
'TARGET_MACHINE' => $machine,
@ -402,6 +403,7 @@ MAIN:{
'MAKE_KERBEROS4' => "YES",
'MAKE_KERBEROS5' => "YES",
'BOOT2_UFS' => "UFS1_ONLY",
);
# Build the world