summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorabial <abial@FreeBSD.org>1998-09-04 08:08:05 +0000
committerabial <abial@FreeBSD.org>1998-09-04 08:08:05 +0000
commit9e91d3d6c6094bea2b50219d169b80fcde2a44f0 (patch)
tree7eb817ac47135fadeae9ed601662142c7c22c049 /release
parente2df972eb1b251e9321868d79ea5c26d4b32b6e4 (diff)
downloadFreeBSD-src-9e91d3d6c6094bea2b50219d169b80fcde2a44f0.zip
FreeBSD-src-9e91d3d6c6094bea2b50219d169b80fcde2a44f0.tar.gz
Set OBJFORMAT=aout to affect the whole build - for now, it seems that too
many tools needed to build the floppies are dependent on a.out...
Diffstat (limited to 'release')
-rwxr-xr-xrelease/picobsd/build/build6
-rwxr-xr-xrelease/picobsd/build/populate4
2 files changed, 7 insertions, 3 deletions
diff --git a/release/picobsd/build/build b/release/picobsd/build/build
index 6281b86..4dcf3f1 100755
--- a/release/picobsd/build/build
+++ b/release/picobsd/build/build
@@ -1,13 +1,17 @@
#!/bin/sh -
#
-# $Id: build,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $
+# $Id: build,v 1.2 1998/09/03 10:40:27 abial Exp $
#
# You can set the SRC variable which points to your source tree. It's
# /usr/src by default (most people shouldn't change it).
SRC=/usr/src
+
+# Set this until the tools are fixed...
+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.
diff --git a/release/picobsd/build/populate b/release/picobsd/build/populate
index 45d301b..b54b7c9 100755
--- a/release/picobsd/build/populate
+++ b/release/picobsd/build/populate
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $Id: populate,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $
+# $Id: populate,v 1.2 1998/09/03 10:16:03 abial Exp $
#
pwd=`pwd`
@@ -45,7 +45,7 @@ fi
echo "-> Making and installing crunch1..."
cd ../crunch1
-make OBJFORMAT=aout "SRC=${SRC}" && make install 2>&1 >/dev/null
+make "SRC=${SRC}" && make install 2>&1 >/dev/null
if [ "X$?" != "X0" ]
then
echo "-> ERROR while building ../${TYPE}/crunch1..."
OpenPOWER on IntegriCloud