Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x68k/stand Remove unused variable.
details: https://anonhg.NetBSD.org/src/rev/5cf06249b746
branches: trunk
changeset: 331257:5cf06249b746
user: isaki <isaki%NetBSD.org@localhost>
date: Wed Aug 06 14:10:42 2014 +0000
description:
Remove unused variable.
diffstat:
sys/arch/x68k/stand/boot/Makefile | 3 +--
sys/arch/x68k/stand/netboot/Makefile | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
diffs (34 lines):
diff -r 87e34a88adca -r 5cf06249b746 sys/arch/x68k/stand/boot/Makefile
--- a/sys/arch/x68k/stand/boot/Makefile Wed Aug 06 14:05:08 2014 +0000
+++ b/sys/arch/x68k/stand/boot/Makefile Wed Aug 06 14:10:42 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2014/08/05 13:49:04 isaki Exp $
+# $NetBSD: Makefile,v 1.25 2014/08/06 14:10:42 isaki Exp $
NOMAN= # defined
@@ -20,7 +20,6 @@
BFDNAME= a.out-m68k-netbsd
STRIP?= /usr/bin/strip
-OBJCOPY?= /usr/bin/objcopy
SRCS= srt0.S boot.c conf.c switch.c exec_image.S
S= ${.CURDIR}/../../../..
diff -r 87e34a88adca -r 5cf06249b746 sys/arch/x68k/stand/netboot/Makefile
--- a/sys/arch/x68k/stand/netboot/Makefile Wed Aug 06 14:05:08 2014 +0000
+++ b/sys/arch/x68k/stand/netboot/Makefile Wed Aug 06 14:10:42 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2014/08/05 13:49:04 isaki Exp $
+# $NetBSD: Makefile,v 1.5 2014/08/06 14:10:42 isaki Exp $
NOMAN= # defined
@@ -23,7 +23,6 @@
BFDNAME= a.out-m68k-netbsd
STRIP?= /usr/bin/strip
-OBJCOPY?= /usr/bin/objcopy
# XXX shared sources should be in COMMONDIR
BOOTDIR= ${.CURDIR}/../boot
Home |
Main Index |
Thread Index |
Old Index