From 753eda06f3d75c930d2754e232c39d3a73fc6836 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Mon, 31 Mar 2008 13:32:55 +0000 Subject: [PATCH] Double up the necessary size of /usr/obj to 800MB PR: misc/99735 Reported by: Philip M. Gollucci , Maxim Konovalov --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8df04244c8df..5265f4f06ce1 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ # The user-driven targets (as listed above) are implemented in Makefile.inc1. # # If you want to build your system from source be sure that /usr/obj has -# at least 400MB of diskspace available. +# at least 800MB of diskspace available. # # For individuals wanting to build from the sources currently on their # system, the simple instructions are: