From 4f37c8da5649ad42e3c584df1073e2321a07964c Mon Sep 17 00:00:00 2001 From: ru Date: Wed, 23 Jul 2003 05:53:52 +0000 Subject: [PATCH] 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 --- release/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/release/Makefile b/release/Makefile index 2d1e1018df44..7635db008094 100644 --- a/release/Makefile +++ b/release/Makefile @@ -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