Source-Changes-HG archive

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

[src/trunk]: src/lib/libc_aligned/arch/powerpc Remove comment-outed garbage.



details:   https://anonhg.NetBSD.org/src/rev/7874a0b43c70
branches:  trunk
changeset: 366557:7874a0b43c70
user:      rin <rin%NetBSD.org@localhost>
date:      Mon May 30 15:18:32 2022 +0000

description:
Remove comment-outed garbage.

diffstat:

 lib/libc_aligned/arch/powerpc/Makefile.inc |  10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)

diffs (20 lines):

diff -r cbfa5a766784 -r 7874a0b43c70 lib/libc_aligned/arch/powerpc/Makefile.inc
--- a/lib/libc_aligned/arch/powerpc/Makefile.inc        Mon May 30 15:13:25 2022 +0000
+++ b/lib/libc_aligned/arch/powerpc/Makefile.inc        Mon May 30 15:18:32 2022 +0000
@@ -1,15 +1,7 @@
-#      $NetBSD: Makefile.inc,v 1.1 2022/05/30 15:06:55 rin Exp $
+#      $NetBSD: Makefile.inc,v 1.2 2022/05/30 15:18:32 rin Exp $
 
 # Disable asm versions that use unaligned memory access.
 
 .PATH: ${NETBSDSRCDIR}/common/lib/libc/string
 
 SRCS+= memcmp.c bcopy.c memcpy.c memmove.c
-
-.if 0
-.  for name in bcopy memcmp memcpy memmove
-.    for suffix in o po pico go d
-${name}.${suffix}: ${name}.c
-.    endfor
-.  endfor
-.endif



Home | Main Index | Thread Index | Old Index