Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/arch Remove "objects built from C sources" comments...



details:   https://anonhg.NetBSD.org/src/rev/1da7fa1abdc8
branches:  trunk
changeset: 809491:1da7fa1abdc8
user:      pooka <pooka%NetBSD.org@localhost>
date:      Wed Jul 15 14:23:40 2015 +0000

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

diffstat:

 lib/libc/arch/i386/gen/Makefile.inc   |  4 +---
 lib/libc/arch/x86_64/gen/Makefile.inc |  4 +---
 2 files changed, 2 insertions(+), 6 deletions(-)

diffs (36 lines):

diff -r 1feb4f8c8c78 -r 1da7fa1abdc8 lib/libc/arch/i386/gen/Makefile.inc
--- a/lib/libc/arch/i386/gen/Makefile.inc       Wed Jul 15 13:54:38 2015 +0000
+++ b/lib/libc/arch/i386/gen/Makefile.inc       Wed Jul 15 14:23:40 2015 +0000
@@ -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+= 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
diff -r 1feb4f8c8c78 -r 1da7fa1abdc8 lib/libc/arch/x86_64/gen/Makefile.inc
--- a/lib/libc/arch/x86_64/gen/Makefile.inc     Wed Jul 15 13:54:38 2015 +0000
+++ b/lib/libc/arch/x86_64/gen/Makefile.inc     Wed Jul 15 14:23:40 2015 +0000
@@ -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+= __sigsetjmp14.S
 
 SRCS+= resumecontext.S swapcontext.S
-
-# objects built from C sources
 SRCS+= _lwp.c makecontext.c
 
 # Common ieee754 constants and functions



Home | Main Index | Thread Index | Old Index