summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/compile
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1996-10-30 22:41:57 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1996-10-30 22:41:57 +0000
commit072b56c97e17e8e69ddab5a735b5297387a88a70 (patch)
tree22eaee09956502609c240ddff8a108d8733521f9 /sys/arch/alpha/compile
parentb85b15782739220b5bf2563ccdc7ac9e256a31d2 (diff)
Merge to NetBSD 961020. Retained our kernel APIs where NetBSD has changed.
-Wall -Wstrict-prototypes -Wmissing-prototypes too.
Diffstat (limited to 'sys/arch/alpha/compile')
-rw-r--r--sys/arch/alpha/compile/.cvsignore2
-rw-r--r--sys/arch/alpha/compile/.keep_me2
-rw-r--r--sys/arch/alpha/compile/build_all6
-rw-r--r--sys/arch/alpha/compile/rebuild_all6
4 files changed, 9 insertions, 7 deletions
diff --git a/sys/arch/alpha/compile/.cvsignore b/sys/arch/alpha/compile/.cvsignore
index 7a0b2488b29..d09b918e852 100644
--- a/sys/arch/alpha/compile/.cvsignore
+++ b/sys/arch/alpha/compile/.cvsignore
@@ -10,3 +10,5 @@ NOSY
NOSY.PROF
OPAL
OPAL.PROF
+RAMDISK
+RAMDISK.PROF
diff --git a/sys/arch/alpha/compile/.keep_me b/sys/arch/alpha/compile/.keep_me
index c92516d7ab9..2d357971ff0 100644
--- a/sys/arch/alpha/compile/.keep_me
+++ b/sys/arch/alpha/compile/.keep_me
@@ -1,4 +1,4 @@
-$OpenBSD: .keep_me,v 1.2 1996/07/29 22:58:15 niklas Exp $
+$OpenBSD: .keep_me,v 1.3 1996/10/30 22:38:34 niklas Exp $
$NetBSD: .keep_me,v 1.1 1995/02/13 23:07:19 cgd Exp $
This normally empty directory needs to be kept in the distribution.
diff --git a/sys/arch/alpha/compile/build_all b/sys/arch/alpha/compile/build_all
index b90abb6a68f..3eea2368d0d 100644
--- a/sys/arch/alpha/compile/build_all
+++ b/sys/arch/alpha/compile/build_all
@@ -1,9 +1,9 @@
#!/bin/sh -
#
-# $OpenBSD: build_all,v 1.3 1996/07/29 22:58:17 niklas Exp $
-# $NetBSD: build_all,v 1.4.4.1 1996/06/15 03:46:17 cgd Exp $
+# $OpenBSD: build_all,v 1.4 1996/10/30 22:38:35 niklas Exp $
+# $NetBSD: build_all,v 1.6 1996/08/20 22:28:37 cgd Exp $
-cflist=`cd ../conf ; find . -type f ! -name "*[a-z.]*" ! -name ".*" | \
+cflist=`cd ../conf ; find . -type f ! -name "*[a-z]*" ! -name ".*" | \
sed -e 's,^\./,,'`
docmd()
diff --git a/sys/arch/alpha/compile/rebuild_all b/sys/arch/alpha/compile/rebuild_all
index bff75fac1c6..30eea0f5d8f 100644
--- a/sys/arch/alpha/compile/rebuild_all
+++ b/sys/arch/alpha/compile/rebuild_all
@@ -1,9 +1,9 @@
#!/bin/sh -
#
-# $OpenBSD: rebuild_all,v 1.3 1996/07/29 22:58:18 niklas Exp $
-# $NetBSD: rebuild_all,v 1.4.4.1 1996/06/15 03:46:19 cgd Exp $
+# $OpenBSD: rebuild_all,v 1.4 1996/10/30 22:38:35 niklas Exp $
+# $NetBSD: rebuild_all,v 1.6 1996/08/20 22:28:40 cgd Exp $
-cflist=`cd ../conf ; find . -type f ! -name "*[a-z.]*" ! -name ".*" | \
+cflist=`cd ../conf ; find . -type f ! -name "*[a-z]*" ! -name ".*" | \
sed -e 's,^\./,,'`
docmd()