diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-10-30 22:41:57 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-10-30 22:41:57 +0000 |
commit | 072b56c97e17e8e69ddab5a735b5297387a88a70 (patch) | |
tree | 22eaee09956502609c240ddff8a108d8733521f9 /sys/arch/alpha/compile/rebuild_all | |
parent | b85b15782739220b5bf2563ccdc7ac9e256a31d2 (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/rebuild_all')
-rw-r--r-- | sys/arch/alpha/compile/rebuild_all | 6 |
1 files changed, 3 insertions, 3 deletions
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() |