summaryrefslogtreecommitdiffstats
path: root/release/alpha
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2000-06-29 13:34:54 +0000
committernyan <nyan@FreeBSD.org>2000-06-29 13:34:54 +0000
commit4a257138c569056daa386e82e59dfa83e19504a3 (patch)
tree5efdf451bff12d7544aea2c87834de11ab78c089 /release/alpha
parentb878e64d535c8ad5e68d6b68041052151f3313af (diff)
downloadFreeBSD-src-4a257138c569056daa386e82e59dfa83e19504a3.zip
FreeBSD-src-4a257138c569056daa386e82e59dfa83e19504a3.tar.gz
- Removed machine dependent directory and command from
src/release/{boot,fixit}_crunch.conf. - Added machine specific fixit_crunch.conf for PC/AT and PC-98 to src/release/$MACHINE. - Use config file in src/release/$MACHINE if exist. If it does not exist, use in src/release.
Diffstat (limited to 'release/alpha')
-rw-r--r--release/alpha/boot_crunch.conf2
-rw-r--r--release/alpha/fixit_crunch.conf3
2 files changed, 2 insertions, 3 deletions
diff --git a/release/alpha/boot_crunch.conf b/release/alpha/boot_crunch.conf
index 6e9446b..e81fbae 100644
--- a/release/alpha/boot_crunch.conf
+++ b/release/alpha/boot_crunch.conf
@@ -1,7 +1,7 @@
# $FreeBSD$
srcdirs /usr/src/bin /usr/src/sbin /usr/src/release /usr/src/usr.bin
-srcdirs /usr/src/gnu/usr.bin /usr/src/usr.sbin /usr/src/sbin/MACHINE
+srcdirs /usr/src/gnu/usr.bin /usr/src/usr.sbin
srcdirs /usr/src/usr.sbin/pccard
progs sh find sed test rm
diff --git a/release/alpha/fixit_crunch.conf b/release/alpha/fixit_crunch.conf
index 156d670..e8bd0ed 100644
--- a/release/alpha/fixit_crunch.conf
+++ b/release/alpha/fixit_crunch.conf
@@ -5,7 +5,6 @@
srcdirs /usr/src/bin /usr/src/sbin /usr/src/usr.bin /usr/src/usr.sbin
srcdirs /usr/src/gnu/usr.bin /usr/src/usr.bin/vi
-srcdirs /usr/src/sbin/MACHINE
# second, we list all the programs we want to include in our crunched binary.
# The order doesn't matter. Any program that needs hard links to it gets an
@@ -18,7 +17,7 @@ progs mv rm rmdir sleep sync
# /sbin stuff
-progs chown clri disklabel dmesg fdisk
+progs chown clri disklabel dmesg
progs mknod mount reboot restore swapon umount
progs mount_msdos mount_cd9660
OpenPOWER on IntegriCloud