From fc0e233fe6d9a2439c427e26926e1d96873bf704 Mon Sep 17 00:00:00 2001 From: Andrzej Bialecki Date: Wed, 23 Sep 1998 14:54:46 +0000 Subject: [PATCH] Correct comment in the "build" script about aout/ELF. --- release/picobsd/build/build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release/picobsd/build/build b/release/picobsd/build/build index 8878fc553117..786ee283f35d 100755 --- a/release/picobsd/build/build +++ b/release/picobsd/build/build @@ -1,7 +1,7 @@ #!/bin/sh - # -# $Id: build,v 1.8 1998/09/20 00:46:07 abial Exp $ +# $Id: build,v 1.9 1998/09/22 15:40:00 abial Exp $ # # You can set the SRC variable which points to your source tree. It's @@ -9,7 +9,7 @@ SRC=/usr/src -# Set this until the tools are fixed... +# Set this if your crunchgen and kzip don't support ELF. #OBJFORMAT=aout; export OBJFORMAT # Default MFS sizes for different types of the floppy. Again, most people