summaryrefslogtreecommitdiff
path: root/distrib/alpha
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-07-01 01:58:06 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-07-01 01:58:06 +0000
commit6df200135f3492aa88d9e410a33a48e991293720 (patch)
treecdecb7c3db345f33ff44d19c5a293e039a3f23e8 /distrib/alpha
parenta16c0f66d5b8599f1762fc3b05a3eaf5e0637f3e (diff)
compile ramdisk kernel -O, smaller, happier
Diffstat (limited to 'distrib/alpha')
-rw-r--r--distrib/alpha/ramdisk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/alpha/ramdisk/Makefile b/distrib/alpha/ramdisk/Makefile
index d6def7d48ca..173d895522e 100644
--- a/distrib/alpha/ramdisk/Makefile
+++ b/distrib/alpha/ramdisk/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.14 1997/10/19 20:34:54 deraadt Exp $
+# $OpenBSD: Makefile,v 1.15 1998/07/01 01:58:05 deraadt Exp $
TOP= ${.CURDIR}/..
@@ -75,7 +75,7 @@ bsd.rd: bsd ${IMAGE} ecoffrdsetroot
bsd:
cd ${.CURDIR}/../../../sys/arch/alpha/conf && config RAMDISK
cd ${.CURDIR}/../../../sys/arch/alpha/compile/RAMDISK && \
- make clean && make
+ make clean && make COPTS=-O
cp ${.CURDIR}/../../../sys/arch/alpha/compile/RAMDISK/bsd bsd
${IMAGE}: do_prep do_mount do_files do_umount