Module Name:    src
Committed By:   pooka
Date:           Wed Jul 15 14:23:40 UTC 2015

Modified Files:
        src/lib/libc/arch/i386/gen: Makefile.inc
        src/lib/libc/arch/x86_64/gen: Makefile.inc

Log Message:
Remove "objects built from C sources" comments.  Everyone can see
they're built from C sources because the source files end in .c (???)


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/lib/libc/arch/i386/gen/Makefile.inc
cvs rdiff -u -r1.16 -r1.17 src/lib/libc/arch/x86_64/gen/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/arch/i386/gen/Makefile.inc
diff -u src/lib/libc/arch/i386/gen/Makefile.inc:1.27 src/lib/libc/arch/i386/gen/Makefile.inc:1.28
--- src/lib/libc/arch/i386/gen/Makefile.inc:1.27	Sat Mar 26 19:51:41 2011
+++ src/lib/libc/arch/i386/gen/Makefile.inc	Wed Jul 15 14:23:40 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.27 2011/03/26 19:51:41 christos Exp $
+#	$NetBSD: Makefile.inc,v 1.28 2015/07/15 14:23:40 pooka Exp $
 
 # objects built from assembler sources (need lint stubs)
 SRCS+=	alloca.S byte_swap_2.S byte_swap_4.S fabs.S \
@@ -9,8 +9,6 @@ SRCS+=	alloca.S byte_swap_2.S byte_swap_
 SRCS+=	setjmp.S _setjmp.S sigsetjmp.S
 
 SRCS+=	resumecontext.S swapcontext.S
-
-# objects built from C sources
 SRCS+=	bswap64.c _lwp.c makecontext.c
 
 # Common ieee754 constants and functions

Index: src/lib/libc/arch/x86_64/gen/Makefile.inc
diff -u src/lib/libc/arch/x86_64/gen/Makefile.inc:1.16 src/lib/libc/arch/x86_64/gen/Makefile.inc:1.17
--- src/lib/libc/arch/x86_64/gen/Makefile.inc:1.16	Sat Mar 26 19:51:42 2011
+++ src/lib/libc/arch/x86_64/gen/Makefile.inc	Wed Jul 15 14:23:40 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.16 2011/03/26 19:51:42 christos Exp $
+#	$NetBSD: Makefile.inc,v 1.17 2015/07/15 14:23:40 pooka Exp $
 
 # objects built from assembler sources (need lint stubs)
 SRCS+=	alloca.S byte_swap_2.S byte_swap_4.S byte_swap_8.S fabs.S \
@@ -11,8 +11,6 @@ SRCS+=	_setjmp.S
 SRCS+=	__sigsetjmp14.S
 
 SRCS+=	resumecontext.S swapcontext.S
-
-# objects built from C sources
 SRCS+=	_lwp.c makecontext.c
 
 # Common ieee754 constants and functions

Reply via email to