Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/usr.bin/gcc3/f771 support MAKEVERBOSE
details: https://anonhg.NetBSD.org/src/rev/f420eee5ed3b
branches: trunk
changeset: 555409:f420eee5ed3b
user: lukem <lukem%NetBSD.org@localhost>
date: Sun Nov 16 16:29:04 2003 +0000
description:
support MAKEVERBOSE
diffstat:
gnu/usr.bin/gcc3/f771/Makefile | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diffs (29 lines):
diff -r 270f55492216 -r f420eee5ed3b gnu/usr.bin/gcc3/f771/Makefile
--- a/gnu/usr.bin/gcc3/f771/Makefile Sun Nov 16 16:24:48 2003 +0000
+++ b/gnu/usr.bin/gcc3/f771/Makefile Sun Nov 16 16:29:04 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2003/09/26 06:55:48 tron Exp $
+# $NetBSD: Makefile,v 1.9 2003/11/16 16:29:04 lukem Exp $
PROG= f771
SRCS= ${G_F77_OBJS:.o=.c} main.c
@@ -11,8 +11,9 @@
DPSRCS+= str-${f}.h
.endfor
-fini: fini.c
- ${HOST_LINK.c} -o $@ $> ${HOSTLIBIBERTY}
+fini: fini.lo
+ ${_MKTARGET_LINK}
+ ${HOST_LINK.c} -o ${.TARGET} ${.ALLSRC} ${HOSTLIBIBERTY}
CLEANFILES+= fini
.include "../Makefile.backend"
@@ -21,6 +22,7 @@
CLEANFILES+= str-${f}.h str-${f}.j
str-${f}.h str-${f}.j: str-${f}.fin fini
+ ${_MKTARGET_CREATE}
./fini ${>:M*.fin} str-${f}.j str-${f}.h
.endfor
Home |
Main Index |
Thread Index |
Old Index