Do not define BIGBOOTSIZE and the friends for amd64; it serves

no useful purpose other than wasting CPU time in "make release"
creating useless boot.flp.

Desired by:	peter
This commit is contained in:
Ruslan Ermilov 2003-07-23 05:53:52 +00:00
parent 3819e84017
commit aebf3f7627

View File

@ -216,11 +216,8 @@ MFSINODE= 8192
MFSLABEL= auto
MFSSIZE= 8192
.elif ${TARGET_ARCH} == "amd64"
BIGBOOTSIZE= 4096
MFSSIZE= 4096
BOOTINODE= 8192
MFSINODE= 8192
BIGBOOTLABEL= auto
MFSLABEL= auto
.endif