Module Name: src
Committed By: skrll
Date: Wed Oct 21 19:30:46 UTC 2009
Modified Files:
src/lib/libc/arch/hppa: Makefile.inc
Removed Files:
src/lib/libc/arch/hppa/string: bcopy.m4
Log Message:
G/C bcopy.m4 and references to it.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/lib/libc/arch/hppa/Makefile.inc
cvs rdiff -u -r1.1 -r0 src/lib/libc/arch/hppa/string/bcopy.m4
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/hppa/Makefile.inc
diff -u src/lib/libc/arch/hppa/Makefile.inc:1.8 src/lib/libc/arch/hppa/Makefile.inc:1.9
--- src/lib/libc/arch/hppa/Makefile.inc:1.8 Sun Oct 26 07:43:07 2008
+++ src/lib/libc/arch/hppa/Makefile.inc Wed Oct 21 19:30:46 2009
@@ -1,13 +1,7 @@
-# $NetBSD: Makefile.inc,v 1.8 2008/10/26 07:43:07 mrg Exp $
+# $NetBSD: Makefile.inc,v 1.9 2009/10/21 19:30:46 skrll Exp $
# $OpenBSD: Makefile.inc,v 1.3 1999/12/25 06:02:10 mickey Exp $
SRCS+= __sigaction14_sigtramp.c __sigtramp2.S
-#SRCS+= memmove.S
-#CLEANFILES+= memmove.S
SRCS+= bcopy.c
-
-#memmove.S: ${LIBCDIR}/arch/hppa/string/bcopy.m4
-# @echo 'building ${.TARGET} from ${.ALLSRC}'
-# @m4 -DNAME=bcopy ${.ALLSRC} > ${.TARGET}