Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sun68k/stand/libsa no need fo clean vers.c
details: https://anonhg.NetBSD.org/src/rev/d737e20e4e9e
branches: trunk
changeset: 352584:d737e20e4e9e
user: christos <christos%NetBSD.org@localhost>
date: Sun Apr 09 18:46:55 2017 +0000
description:
no need fo clean vers.c
fix typo
diffstat:
sys/arch/sun68k/stand/libsa/Makefile | 4 ++--
sys/arch/sun68k/stand/libsa/Makefile.inc | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (34 lines):
diff -r 0efd37dba036 -r d737e20e4e9e sys/arch/sun68k/stand/libsa/Makefile
--- a/sys/arch/sun68k/stand/libsa/Makefile Sun Apr 09 16:40:42 2017 +0000
+++ b/sys/arch/sun68k/stand/libsa/Makefile Sun Apr 09 18:46:55 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2013/11/07 19:52:56 christos Exp $
+# $NetBSD: Makefile,v 1.32 2017/04/09 18:46:55 christos Exp $
# Logically src/sys
.include <bsd.own.mk>
@@ -25,7 +25,7 @@
CFLAGS+= -Wall -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith
COPTS= -Os -fno-defer-pop -ffreestanding -fno-unwind-tables
CPPFLAGS= ${DEFS} ${DEBUG} ${INCL}
-CLEANFILES= SRT0.o SRT1.o vers.c
+CLEANFILES= SRT0.o SRT1.o
SRCS= SRT0.S SRT1.c
OBJS= SRT0.o SRT1.o
diff -r 0efd37dba036 -r d737e20e4e9e sys/arch/sun68k/stand/libsa/Makefile.inc
--- a/sys/arch/sun68k/stand/libsa/Makefile.inc Sun Apr 09 16:40:42 2017 +0000
+++ b/sys/arch/sun68k/stand/libsa/Makefile.inc Sun Apr 09 18:46:55 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.4 2017/04/08 19:53:23 christos Exp $
+# $NetBSD: Makefile.inc,v 1.5 2017/04/09 18:46:55 christos Exp $
S!= cd ${SA_EXTRADIR}/../../../..; pwd
@@ -18,5 +18,5 @@
.PATH.S: ${S}/../common/lib/libc/arch/m68k/gen
SRCS+= mulsi3.S divsi3.S udivsi3.S modsi3.S umodsi3.S
-VERSIONFILE=${SA_EXTRADIR}/vers
+VERSIONFILE=${SA_EXTRADIR}/version
.include "${S}/conf/newvers_stand.mk"
Home |
Main Index |
Thread Index |
Old Index