aboutsummaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
authorAndrzej Bialecki <abial@FreeBSD.org>1999-02-05 12:15:00 +0000
committerAndrzej Bialecki <abial@FreeBSD.org>1999-02-05 12:15:00 +0000
commitae2ad860998244305e3e63033dda29af8cd4764d (patch)
tree31b0082de0d3a1600a8926c999cadf78327d2d57 /release
parentb6b03c72534f93cad31b704b76582d6cd7b80a9f (diff)
Notes
Diffstat (limited to 'release')
-rwxr-xr-xrelease/picobsd/build/clean4
-rwxr-xr-xrelease/picobsd/build/populate11
2 files changed, 3 insertions, 12 deletions
diff --git a/release/picobsd/build/clean b/release/picobsd/build/clean
index aa2330eb217f..9ba009fcbf3c 100755
--- a/release/picobsd/build/clean
+++ b/release/picobsd/build/clean
@@ -1,7 +1,7 @@
#! /bin/sh -
#
-# $Id: clean,v 1.6 1998/09/29 11:58:54 abial Exp $
+# $Id: clean,v 1.7 1998/10/15 21:39:58 abial Exp $
#
set -e
@@ -30,7 +30,7 @@ rm -f kernel kernel.kz fs.PICOBSD *.o *core *.db
cd ..
rm -rf help/tmp_hlp
echo "===================== $0 tools started ===================="
-for i in `ls -d tinyware/[a-z]*` tools/write_mfs_in_kernel tools/dumpnlist
+for i in `ls -d tinyware/[a-z]*` tools/write_mfs_in_kernel
do
(cd ${i}; \
if [ -f Makefile ]; \
diff --git a/release/picobsd/build/populate b/release/picobsd/build/populate
index 06abaae29bb1..37099ff6e56d 100755
--- a/release/picobsd/build/populate
+++ b/release/picobsd/build/populate
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $Id: populate,v 1.7 1999/01/14 23:14:46 abial Exp $
+# $Id: populate,v 1.8 1999/01/19 23:02:05 abial Exp $
#
. ../Version
@@ -51,10 +51,6 @@ then
cd tmp_hlp;\
ar -cru help.a *;\
cp help.a /mnt/help.a)
-elif [ "${TYPE}" != "router" ]
-then
- #cp ../../build/kvm_kernel.db /mnt/var/db/kvm_kernel.db
- #rm ../../build/kvm_kernel.db
fi
echo "-> Making and installing crunch1..."
@@ -69,9 +65,4 @@ fi
cd ${pwd}
-echo "-> Preparing kernel symbols list..."
-if [ ! -f ../tools/dumpnlist/dumpnlist ]
-then
- (cd ../tools/dumpnlist; make)
-fi
(echo "-> Fixing permissions"; cd /mnt; chown -R root *)