diff options
author | 1999-04-02 06:17:00 +0000 | |
---|---|---|
committer | 1999-04-02 06:17:00 +0000 | |
commit | b1e8dc0783bfe50ae25c67ac2c2fa591182db3ed (patch) | |
tree | 8935b55c8d6314b2b4fc02ad09ecef4f556804a5 | |
parent | Change a = to -eq in test statement. Otherwise we get an error if someone just hits return at the Server IP prompt during an ftp install (diff) | |
download | wireguard-openbsd-b1e8dc0783bfe50ae25c67ac2c2fa591182db3ed.tar.xz wireguard-openbsd-b1e8dc0783bfe50ae25c67ac2c2fa591182db3ed.zip |
Don't delete bsd when we make bsd.rd. Kernel compiles on hp300 take
a llllooonnnngggg time so we really don't want to do one when we don't
have to do we? I didn't think so.
-rw-r--r-- | distrib/hp300/ramdisk/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/distrib/hp300/ramdisk/Makefile b/distrib/hp300/ramdisk/Makefile index 5effdf85fc4..8e6783f371b 100644 --- a/distrib/hp300/ramdisk/Makefile +++ b/distrib/hp300/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 1998/03/28 23:40:47 millert Exp $ +# $OpenBSD: Makefile,v 1.13 1999/04/02 06:17:00 millert Exp $ # $NetBSD: Makefile,v 1.1 1995/07/18 04:13:06 briggs Exp $ TOP= ${.CURDIR}/.. @@ -36,7 +36,6 @@ NEWFSARGS= -m 0 -o space -c 16 -i 3072 bsd.rd: ${IMAGE} bsd rdsetroot ${.OBJDIR}/rdsetroot bsd < ${IMAGE} ${GZIP} -c ${GZIPFLAGS} bsd > bsd.rd - rm bsd bsd: cd ${.CURDIR}/../../../sys/arch/hp300/conf && config RAMDISK |