blob: fe83857e6122371cb2ad3951b515c17a7fd236de (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
$NetBSD: patch-as,v 1.1.1.1 2005/10/17 16:16:48 is Exp $
--- Makefile.orig 2001-02-06 19:30:37.000000000 +0100
+++ Makefile
@@ -4,7 +4,7 @@
CC = cc
-CFLAGS = -g
+CFLAGS = -O3 -Wall
MAKE = make
SHELL = /bin/sh
@@ -212,6 +212,9 @@ vscripts: ; @cd vsuite; find * -name Sc
+verify:
+ mpdv/mpdv
+
# run some distributed tests with mpdv
mpdvdist:
|