14 lines
311 B
Text
14 lines
311 B
Text
|
$NetBSD: patch-ah,v 1.1 2007/03/24 14:01:29 markd Exp $
|
||
|
|
||
|
--- admin/cvs.sh.orig 2007-03-21 23:41:28.000000000 +1200
|
||
|
+++ admin/cvs.sh
|
||
|
@@ -6,6 +6,8 @@
|
||
|
# It defines a shell function for each known target
|
||
|
# and then does a case to call the correct function.
|
||
|
|
||
|
+exit 0
|
||
|
+
|
||
|
unset MAKEFLAGS
|
||
|
|
||
|
call_and_fix_autoconf()
|