Module Name: src
Committed By: isaki
Date: Wed Aug 6 14:10:42 UTC 2014
Modified Files:
src/sys/arch/x68k/stand/boot: Makefile
src/sys/arch/x68k/stand/netboot: Makefile
Log Message:
Remove unused variable.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/x68k/stand/boot/Makefile
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/x68k/stand/netboot/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/x68k/stand/boot/Makefile
diff -u src/sys/arch/x68k/stand/boot/Makefile:1.24 src/sys/arch/x68k/stand/boot/Makefile:1.25
--- src/sys/arch/x68k/stand/boot/Makefile:1.24 Tue Aug 5 13:49:04 2014
+++ src/sys/arch/x68k/stand/boot/Makefile Wed Aug 6 14:10:42 2014
@@ -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 @@ STRIPFLAG=
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}/../../../..
Index: src/sys/arch/x68k/stand/netboot/Makefile
diff -u src/sys/arch/x68k/stand/netboot/Makefile:1.4 src/sys/arch/x68k/stand/netboot/Makefile:1.5
--- src/sys/arch/x68k/stand/netboot/Makefile:1.4 Tue Aug 5 13:49:04 2014
+++ src/sys/arch/x68k/stand/netboot/Makefile Wed Aug 6 14:10:42 2014
@@ -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 @@ STRIPFLAG=
BFDNAME= a.out-m68k-netbsd
STRIP?= /usr/bin/strip
-OBJCOPY?= /usr/bin/objcopy
# XXX shared sources should be in COMMONDIR
BOOTDIR= ${.CURDIR}/../boot