mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 04:50:03 -04:00
14 lines
311 B
Plaintext
14 lines
311 B
Plaintext
$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()
|