Source-Changes-HG archive

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

[src/trunk]: src/regress/sys/kern Everyone now has CPU locks, so test them.



details:   https://anonhg.NetBSD.org/src/rev/507cb0d746c3
branches:  trunk
changeset: 536485:507cb0d746c3
user:      gmcgarry <gmcgarry%NetBSD.org@localhost>
date:      Mon Sep 16 21:08:28 2002 +0000

description:
Everyone now has CPU locks, so test them.

diffstat:

 regress/sys/kern/Makefile |  18 ++----------------
 1 files changed, 2 insertions(+), 16 deletions(-)

diffs (26 lines):

diff -r b9f19baff2c3 -r 507cb0d746c3 regress/sys/kern/Makefile
--- a/regress/sys/kern/Makefile Mon Sep 16 21:01:31 2002 +0000
+++ b/regress/sys/kern/Makefile Mon Sep 16 21:08:28 2002 +0000
@@ -1,20 +1,6 @@
-#      $NetBSD: Makefile,v 1.16 2002/08/29 03:46:39 gmcgarry Exp $
+#      $NetBSD: Makefile,v 1.17 2002/09/16 21:08:28 gmcgarry Exp $
 
-SUBDIR+= execve extent getcwd ipf lockf pipe ras \
+SUBDIR+= execve extent getcwd ipf lock lockf pipe ras \
        sigtramp sysvmsg sysvsem sysvshm unfdpass writev
 
-.include <bsd.own.mk>
-
-.if ${MACHINE_CPU} == "alpha" ||               \
-    ${MACHINE_CPU} == "i386" ||                        \
-    ${MACHINE_CPU} == "m68k" ||                        \
-    ${MACHINE_CPU} == "powerpc" ||             \
-    ${MACHINE_CPU} == "hppa" ||                        \
-    ${MACHINE_CPU} == "sparc" ||               \
-    ${MACHINE_CPU} == "sparc64" ||             \
-    ${MACHINE_CPU} == "vax"
-SUBDIR+=lock
-.endif
-
-
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index