Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/news68k/floppies/ramdisk Add "COPTS= -Os" for buildi...



details:   https://anonhg.NetBSD.org/src/rev/33c74922e45b
branches:  trunk
changeset: 487522:33c74922e45b
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Thu Jun 08 23:39:07 2000 +0000

description:
Add "COPTS= -Os" for building libhack.o.

diffstat:

 distrib/news68k/floppies/ramdisk/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r e76ceacf726e -r 33c74922e45b distrib/news68k/floppies/ramdisk/Makefile
--- a/distrib/news68k/floppies/ramdisk/Makefile Thu Jun 08 23:26:10 2000 +0000
+++ b/distrib/news68k/floppies/ramdisk/Makefile Thu Jun 08 23:39:07 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.3 2000/05/02 16:06:52 sjg Exp $
+#      $NetBSD: Makefile,v 1.4 2000/06/08 23:39:07 tsutsui Exp $
 
 TOP=           ${.CURDIR}/..
 
@@ -52,6 +52,7 @@
        make -f ${CBIN}.mk all
 
 HACKSRC=${TOP}/../../utils/libhack
+COPTS= -Os
 .include "${HACKSRC}/Makefile.inc"
 
 # turn off small gethostby* temporarily
@@ -64,4 +65,4 @@
 .include <bsd.own.mk>
 .include <bsd.obj.mk>
 .include <bsd.subdir.mk>
-.include <bsd.sys.mk>
+.include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index