Module Name: src
Committed By: rin
Date: Mon May 30 15:18:32 UTC 2022
Modified Files:
src/lib/libc_aligned/arch/powerpc: Makefile.inc
Log Message:
Remove comment-outed garbage.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libc_aligned/arch/powerpc/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_aligned/arch/powerpc/Makefile.inc
diff -u src/lib/libc_aligned/arch/powerpc/Makefile.inc:1.1 src/lib/libc_aligned/arch/powerpc/Makefile.inc:1.2
--- src/lib/libc_aligned/arch/powerpc/Makefile.inc:1.1 Mon May 30 15:06:55 2022
+++ src/lib/libc_aligned/arch/powerpc/Makefile.inc Mon May 30 15:18:32 2022
@@ -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