summaryrefslogtreecommitdiffstats
path: root/release/picobsd/build
diff options
context:
space:
mode:
authorabial <abial@FreeBSD.org>1998-09-22 15:40:00 +0000
committerabial <abial@FreeBSD.org>1998-09-22 15:40:00 +0000
commit1f1f8a83caa9157e080db120bea23d658f4d40e0 (patch)
treef5184c1d47db22c4aa7ed33f32700d199d9a48f5 /release/picobsd/build
parent9d65ca90f51284321352bcdeafe609f75f8da7e6 (diff)
downloadFreeBSD-src-1f1f8a83caa9157e080db120bea23d658f4d40e0.zip
FreeBSD-src-1f1f8a83caa9157e080db120bea23d658f4d40e0.tar.gz
All PicoBSD userland is now ELF. This buys us extra 15-30kB on the floppy.
NOTIE: If you don't use /usr/obj (or you wiped it), remember to clean also the source tree of stale .depend and *.o files...
Diffstat (limited to 'release/picobsd/build')
-rwxr-xr-xrelease/picobsd/build/build4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/picobsd/build/build b/release/picobsd/build/build
index 37e19a6..8878fc55 100755
--- a/release/picobsd/build/build
+++ b/release/picobsd/build/build
@@ -1,7 +1,7 @@
#!/bin/sh -
#
-# $Id: build,v 1.7 1998/09/19 21:44:42 abial Exp $
+# $Id: build,v 1.8 1998/09/20 00:46:07 abial Exp $
#
# You can set the SRC variable which points to your source tree. It's
@@ -10,7 +10,7 @@ SRC=/usr/src
# Set this until the tools are fixed...
-OBJFORMAT=aout; export OBJFORMAT
+#OBJFORMAT=aout; export OBJFORMAT
# Default MFS sizes for different types of the floppy. Again, most people
# shouldn't change them unless they know what they are doing.
OpenPOWER on IntegriCloud