[Freeciv-Dev] Re: undep.sh
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Jason Dorje Short wrote:
What does undep.sh do? Or more precisely, why is it needed?
From the cvs log:
revision 1.1
date: 1998/12/15 10:30:22; author: freeciv; state: Exp;
dwp@xxxxxxxxxxxxxx:
Added a configure option --disable-cvs-deps, to mangle the
configure-produced Makefiles produced from cvs sources, to
remove the dependency calculation parts, which depend on
features of gcc and gmake. If the options is not specified,
configure makes a decision based on whether gcc is being used;
ideally it should also check for gmake, but doesn't. If the
dependency calculation parts are removed, you should always do
"make clean" before "make" if any header files (.h files) change.
I made two trees with --enable-cvs-deps and --disable-cvs-deps. I then
removed the Makefile.bak files from the tree with cvs deps disabled. I
took a diff (attached). It shows no differences between the trees
(other than in the value of the CVS_DEPS variable).
So I still don't know what undep.sh is supposed to do. automake and
autoconf don't do dependency calculations...
jason
diff -Naur dep/Makefile nodep/Makefile
--- dep/Makefile 2004-03-28 12:19:01.000000000 -0500
+++ nodep/Makefile 2004-03-28 12:19:37.000000000 -0500
@@ -110,7 +110,7 @@
CLIENT_TRUE =
CPP = gcc -E
CPPFLAGS =
-CVS_DEPS = yes
+CVS_DEPS = no
CYGPATH_W = echo
DATADIRNAME = share
DEFS = -DHAVE_CONFIG_H
diff -Naur dep/ai/Makefile nodep/ai/Makefile
--- dep/ai/Makefile 2004-03-28 12:19:05.000000000 -0500
+++ nodep/ai/Makefile 2004-03-28 12:19:53.000000000 -0500
@@ -114,7 +114,7 @@
CLIENT_TRUE =
CPP = gcc -E
CPPFLAGS =
-CVS_DEPS = yes
+CVS_DEPS = no
CYGPATH_W = echo
DATADIRNAME = share
DEFS = -DHAVE_CONFIG_H
diff -Naur dep/client/Makefile nodep/client/Makefile
--- dep/client/Makefile 2004-03-28 12:19:05.000000000 -0500
+++ nodep/client/Makefile 2004-03-28 12:19:53.000000000 -0500
@@ -157,7 +157,7 @@
CLIENT_TRUE =
CPP = gcc -E
CPPFLAGS =
-CVS_DEPS = yes
+CVS_DEPS = no
CYGPATH_W = echo
DATADIRNAME = share
DEFS = -DHAVE_CONFIG_H
diff -Naur dep/client/agents/Makefile nodep/client/agents/Makefile
--- dep/client/agents/Makefile 2004-03-28 12:19:06.000000000 -0500
+++ nodep/client/agents/Makefile 2004-03-28 12:19:53.000000000 -0500
@@ -105,7 +105,7 @@
CLIENT_TRUE =
CPP = gcc -E
CPPFLAGS =
-CVS_DEPS = yes
+CVS_DEPS = no
CYGPATH_W = echo
DATADIRNAME = share
DEFS = -DHAVE_CONFIG_H
diff -Naur dep/client/gui-gtk/Makefile nodep/client/gui-gtk/Makefile
--- dep/client/gui-gtk/Makefile 2004-03-28 12:19:07.000000000 -0500
+++ nodep/client/gui-gtk/Makefile 2004-03-28 12:19:43.000000000 -0500
@@ -126,7 +126,7 @@
CLIENT_TRUE =
CPP = gcc -E
CPPFLAGS =
-CVS_DEPS = yes
+CVS_DEPS = no
CYGPATH_W = echo
DATADIRNAME = share
DEFS = -DHAVE_CONFIG_H
diff -Naur dep/client/gui-gtk-2.0/Makefile nodep/client/gui-gtk-2.0/Makefile
--- dep/client/gui-gtk-2.0/Makefile 2004-03-28 12:19:08.000000000 -0500
+++ nodep/client/gui-gtk-2.0/Makefile 2004-03-28 12:19:53.000000000 -0500
@@ -126,7 +126,7 @@
CLIENT_TRUE =
CPP = gcc -E
CPPFLAGS =
-CVS_DEPS = yes
+CVS_DEPS = no
CYGPATH_W = echo
DATADIRNAME = share
DEFS = -DHAVE_CONFIG_H
diff -Naur dep/client/gui-sdl/Makefile nodep/client/gui-sdl/Makefile
--- dep/client/gui-sdl/Makefile 2004-03-28 12:19:07.000000000 -0500
+++ nodep/client/gui-sdl/Makefile 2004-03-28 12:19:42.000000000 -0500
@@ -133,7 +133,7 @@
CLIENT_TRUE =
CPP = gcc -E
CPPFLAGS =
-CVS_DEPS = yes
+CVS_DEPS = no
CYGPATH_W = echo
DATADIRNAME = share
DEFS = -DHAVE_CONFIG_H
diff -Naur dep/client/gui-stub/Makefile nodep/client/gui-stub/Makefile
--- dep/client/gui-stub/Makefile 2004-03-28 12:19:09.000000000 -0500
+++ nodep/client/gui-stub/Makefile 2004-03-28 12:19:44.000000000 -0500
@@ -121,7 +121,7 @@
CLIENT_TRUE =
CPP = gcc -E
CPPFLAGS =
-CVS_DEPS = yes
+CVS_DEPS = no
CYGPATH_W = echo
DATADIRNAME = share
DEFS = -DHAVE_CONFIG_H
diff -Naur dep/client/gui-win32/Makefile nodep/client/gui-win32/Makefile
--- dep/client/gui-win32/Makefile 2004-03-28 12:19:09.000000000 -0500
+++ nodep/client/gui-win32/Makefile 2004-03-28 12:19:44.000000000 -0500
@@ -125,7 +125,7 @@
CLIENT_TRUE =
CPP = gcc -E
CPPFLAGS =
-CVS_DEPS = yes
+CVS_DEPS = no
CYGPATH_W = echo
DATADIRNAME = share
DEFS = -DHAVE_CONFIG_H
diff -Naur dep/client/gui-xaw/Makefile nodep/client/gui-xaw/Makefile
--- dep/client/gui-xaw/Makefile 2004-03-28 12:19:08.000000000 -0500
+++ nodep/client/gui-xaw/Makefile 2004-03-28 12:19:43.000000000 -0500
@@ -128,7 +128,7 @@
CLIENT_TRUE =
CPP = gcc -E
CPPFLAGS =
-CVS_DEPS = yes
+CVS_DEPS = no
CYGPATH_W = echo
DATADIRNAME = share
DEFS = -DHAVE_CONFIG_H
diff -Naur dep/client/include/Makefile nodep/client/include/Makefile
--- dep/client/include/Makefile 2004-03-28 12:19:06.000000000 -0500
+++ nodep/client/include/Makefile 2004-03-28 12:19:42.000000000 -0500
@@ -89,7 +89,7 @@
CLIENT_TRUE =
CPP = gcc -E
CPPFLAGS =
-CVS_DEPS = yes
+CVS_DEPS = no
CYGPATH_W = echo
DATADIRNAME = share
DEFS = -DHAVE_CONFIG_H
diff -Naur dep/common/Makefile nodep/common/Makefile
--- dep/common/Makefile 2004-03-28 12:19:04.000000000 -0500
+++ nodep/common/Makefile 2004-03-28 12:19:53.000000000 -0500
@@ -142,7 +142,7 @@
CLIENT_TRUE =
CPP = gcc -E
CPPFLAGS =
-CVS_DEPS = yes
+CVS_DEPS = no
CYGPATH_W = echo
DATADIRNAME = share
DEFS = -DHAVE_CONFIG_H
diff -Naur dep/common/aicore/Makefile nodep/common/aicore/Makefile
--- dep/common/aicore/Makefile 2004-03-28 12:19:05.000000000 -0500
+++ nodep/common/aicore/Makefile 2004-03-28 12:19:53.000000000 -0500
@@ -106,7 +106,7 @@
CLIENT_TRUE =
CPP = gcc -E
CPPFLAGS =
-CVS_DEPS = yes
+CVS_DEPS = no
CYGPATH_W = echo
DATADIRNAME = share
DEFS = -DHAVE_CONFIG_H
diff -Naur dep/config.log nodep/config.log
--- dep/config.log 2004-03-28 12:19:26.000000000 -0500
+++ nodep/config.log 2004-03-28 12:19:54.000000000 -0500
@@ -4,7 +4,7 @@
It was created by configure, which was
generated by GNU Autoconf 2.59. Invocation command line was
- $ ../freeciv/configure
+ $ ../freeciv/configure --disable-cvs-deps
## --------- ##
## Platform. ##
@@ -1281,9 +1281,9 @@
configure:15090: result: yes
configure:15256: checking for pow
configure:15313: gcc -o conftest -Wall -Wpointer-arith -Wcast-align
-Wmissing-prototypes -Wmissing-declarations conftest.c -lz >&5
-/tmp/cccFKrQk.o(.text+0x16): In function `main':
+/tmp/ccEHSicA.o(.text+0x16): In function `main':
: undefined reference to `pow'
-/tmp/cccFKrQk.o(.data+0x0): undefined reference to `pow'
+/tmp/ccEHSicA.o(.data+0x0): undefined reference to `pow'
collect2: ld returned 1 exit status
configure:15319: $? = 1
configure: failed program was:
@@ -2009,9 +2009,9 @@
configure:16572: result: yes
configure:16579: checking for _doprnt
configure:16636: gcc -o conftest -Wall -Wpointer-arith -Wcast-align
-Wmissing-prototypes -Wmissing-declarations conftest.c -lz >&5
-/tmp/ccgO5nS2.o(.text+0x16): In function `main':
+/tmp/cckScqNm.o(.text+0x16): In function `main':
: undefined reference to `_doprnt'
-/tmp/ccgO5nS2.o(.data+0x0): undefined reference to `_doprnt'
+/tmp/cckScqNm.o(.data+0x0): undefined reference to `_doprnt'
collect2: ld returned 1 exit status
configure:16642: $? = 1
configure: failed program was:
@@ -2219,9 +2219,9 @@
configure:16881: result: yes
configure:16794: checking for snooze
configure:16851: gcc -o conftest -Wall -Wpointer-arith -Wcast-align
-Wmissing-prototypes -Wmissing-declarations conftest.c -lz >&5
-/tmp/cckkbdQM.o(.text+0x16): In function `main':
+/tmp/ccGVAaUi.o(.text+0x16): In function `main':
: undefined reference to `snooze'
-/tmp/cckkbdQM.o(.data+0x0): undefined reference to `snooze'
+/tmp/ccGVAaUi.o(.data+0x0): undefined reference to `snooze'
collect2: ld returned 1 exit status
configure:16857: $? = 1
configure: failed program was:
@@ -2396,9 +2396,9 @@
configure:16881: result: yes
configure:16794: checking for strlcat
configure:16851: gcc -o conftest -Wall -Wpointer-arith -Wcast-align
-Wmissing-prototypes -Wmissing-declarations conftest.c -lz >&5
-/tmp/ccieImto.o(.text+0x16): In function `main':
+/tmp/ccgnzvhI.o(.text+0x16): In function `main':
: undefined reference to `strlcat'
-/tmp/ccieImto.o(.data+0x0): undefined reference to `strlcat'
+/tmp/ccgnzvhI.o(.data+0x0): undefined reference to `strlcat'
collect2: ld returned 1 exit status
configure:16857: $? = 1
configure: failed program was:
@@ -2558,9 +2558,9 @@
configure:16881: result: no
configure:16794: checking for strlcpy
configure:16851: gcc -o conftest -Wall -Wpointer-arith -Wcast-align
-Wmissing-prototypes -Wmissing-declarations conftest.c -lz >&5
-/tmp/ccQr5ENj.o(.text+0x16): In function `main':
+/tmp/ccJgV7Xg.o(.text+0x16): In function `main':
: undefined reference to `strlcpy'
-/tmp/ccQr5ENj.o(.data+0x0): undefined reference to `strlcpy'
+/tmp/ccJgV7Xg.o(.data+0x0): undefined reference to `strlcpy'
collect2: ld returned 1 exit status
configure:16857: $? = 1
configure: failed program was:
@@ -3061,7 +3061,7 @@
CLIENT_TRUE=''
CPP='gcc -E'
CPPFLAGS=''
-CVS_DEPS='yes'
+CVS_DEPS='no'
CYGPATH_W='echo'
DATADIRNAME='share'
DEFS='-DHAVE_CONFIG_H'
diff -Naur dep/config.status nodep/config.status
--- dep/config.status 2004-03-28 12:19:00.000000000 -0500
+++ nodep/config.status 2004-03-28 12:19:37.000000000 -0500
@@ -304,7 +304,7 @@
ac_cs_version="\
config.status
configured by ../freeciv/configure, generated by GNU Autoconf 2.59,
- with options \"\"
+ with options \"'--disable-cvs-deps'\"
Copyright (C) 2003 Free Software Foundation, Inc.
This config.status script is free software; the Free Software Foundation
@@ -383,8 +383,8 @@
fi
if $ac_cs_recheck; then
- echo "running /bin/sh ../freeciv/configure " $ac_configure_extra_args "
--no-create --no-recursion" >&6
- exec /bin/sh ../freeciv/configure $ac_configure_extra_args --no-create
--no-recursion
+ echo "running /bin/sh ../freeciv/configure " '--disable-cvs-deps'
$ac_configure_extra_args " --no-create --no-recursion" >&6
+ exec /bin/sh ../freeciv/configure '--disable-cvs-deps'
$ac_configure_extra_args --no-create --no-recursion
fi
#
@@ -575,7 +575,7 @@
s,@MAKE_DATA_FALSE@,#,;t t
s,@MAKE_CLIENT_INCLUDE_TRUE@,#,;t t
s,@MAKE_CLIENT_INCLUDE_FALSE@,,;t t
-s,@CVS_DEPS@,yes,;t t
+s,@CVS_DEPS@,no,;t t
s,@CC@,gcc,;t t
s,@CFLAGS@,-g -O2 -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes
-Wmissing-declarations,;t t
s,@LDFLAGS@,,;t t
diff -Naur dep/data/Makefile nodep/data/Makefile
--- dep/data/Makefile 2004-03-28 12:19:01.000000000 -0500
+++ nodep/data/Makefile 2004-03-28 12:19:37.000000000 -0500
@@ -97,7 +97,7 @@
CLIENT_TRUE =
CPP = gcc -E
CPPFLAGS =
-CVS_DEPS = yes
+CVS_DEPS = no
CYGPATH_W = echo
DATADIRNAME = share
DEFS = -DHAVE_CONFIG_H
diff -Naur dep/data/civ1/Makefile nodep/data/civ1/Makefile
--- dep/data/civ1/Makefile 2004-03-28 12:19:02.000000000 -0500
+++ nodep/data/civ1/Makefile 2004-03-28 12:19:39.000000000 -0500
@@ -88,7 +88,7 @@
CLIENT_TRUE =
CPP = gcc -E
CPPFLAGS =
-CVS_DEPS = yes
+CVS_DEPS = no
CYGPATH_W = echo
DATADIRNAME = share
DEFS = -DHAVE_CONFIG_H
diff -Naur dep/data/civ2/Makefile nodep/data/civ2/Makefile
--- dep/data/civ2/Makefile 2004-03-28 12:19:03.000000000 -0500
+++ nodep/data/civ2/Makefile 2004-03-28 12:19:39.000000000 -0500
@@ -88,7 +88,7 @@
CLIENT_TRUE =
CPP = gcc -E
CPPFLAGS =
-CVS_DEPS = yes
+CVS_DEPS = no
CYGPATH_W = echo
DATADIRNAME = share
DEFS = -DHAVE_CONFIG_H
diff -Naur dep/data/default/Makefile nodep/data/default/Makefile
--- dep/data/default/Makefile 2004-03-28 12:19:02.000000000 -0500
+++ nodep/data/default/Makefile 2004-03-28 12:19:39.000000000 -0500
@@ -88,7 +88,7 @@
CLIENT_TRUE =
CPP = gcc -E
CPPFLAGS =
-CVS_DEPS = yes
+CVS_DEPS = no
CYGPATH_W = echo
DATADIRNAME = share
DEFS = -DHAVE_CONFIG_H
diff -Naur dep/data/history/Makefile nodep/data/history/Makefile
--- dep/data/history/Makefile 2004-03-28 12:19:03.000000000 -0500
+++ nodep/data/history/Makefile 2004-03-28 12:19:40.000000000 -0500
@@ -88,7 +88,7 @@
CLIENT_TRUE =
CPP = gcc -E
CPPFLAGS =
-CVS_DEPS = yes
+CVS_DEPS = no
CYGPATH_W = echo
DATADIRNAME = share
DEFS = -DHAVE_CONFIG_H
diff -Naur dep/data/isotrident/Makefile nodep/data/isotrident/Makefile
--- dep/data/isotrident/Makefile 2004-03-28 12:19:02.000000000 -0500
+++ nodep/data/isotrident/Makefile 2004-03-28 12:19:38.000000000 -0500
@@ -88,7 +88,7 @@
CLIENT_TRUE =
CPP = gcc -E
CPPFLAGS =
-CVS_DEPS = yes
+CVS_DEPS = no
CYGPATH_W = echo
DATADIRNAME = share
DEFS = -DHAVE_CONFIG_H
diff -Naur dep/data/misc/Makefile nodep/data/misc/Makefile
--- dep/data/misc/Makefile 2004-03-28 12:19:01.000000000 -0500
+++ nodep/data/misc/Makefile 2004-03-28 12:19:38.000000000 -0500
@@ -88,7 +88,7 @@
CLIENT_TRUE =
CPP = gcc -E
CPPFLAGS =
-CVS_DEPS = yes
+CVS_DEPS = no
CYGPATH_W = echo
DATADIRNAME = share
DEFS = -DHAVE_CONFIG_H
diff -Naur dep/data/nation/Makefile nodep/data/nation/Makefile
--- dep/data/nation/Makefile 2004-03-28 12:19:03.000000000 -0500
+++ nodep/data/nation/Makefile 2004-03-28 12:19:40.000000000 -0500
@@ -90,7 +90,7 @@
CLIENT_TRUE =
CPP = gcc -E
CPPFLAGS =
-CVS_DEPS = yes
+CVS_DEPS = no
CYGPATH_W = echo
DATADIRNAME = share
DEFS = -DHAVE_CONFIG_H
diff -Naur dep/data/scenario/Makefile nodep/data/scenario/Makefile
--- dep/data/scenario/Makefile 2004-03-28 12:19:03.000000000 -0500
+++ nodep/data/scenario/Makefile 2004-03-28 12:19:39.000000000 -0500
@@ -88,7 +88,7 @@
CLIENT_TRUE =
CPP = gcc -E
CPPFLAGS =
-CVS_DEPS = yes
+CVS_DEPS = no
CYGPATH_W = echo
DATADIRNAME = share
DEFS = -DHAVE_CONFIG_H
diff -Naur dep/data/trident/Makefile nodep/data/trident/Makefile
--- dep/data/trident/Makefile 2004-03-28 12:19:01.000000000 -0500
+++ nodep/data/trident/Makefile 2004-03-28 12:19:38.000000000 -0500
@@ -88,7 +88,7 @@
CLIENT_TRUE =
CPP = gcc -E
CPPFLAGS =
-CVS_DEPS = yes
+CVS_DEPS = no
CYGPATH_W = echo
DATADIRNAME = share
DEFS = -DHAVE_CONFIG_H
diff -Naur dep/doc/Makefile nodep/doc/Makefile
--- dep/doc/Makefile 2004-03-28 12:19:11.000000000 -0500
+++ nodep/doc/Makefile 2004-03-28 12:19:45.000000000 -0500
@@ -93,7 +93,7 @@
CLIENT_TRUE =
CPP = gcc -E
CPPFLAGS =
-CVS_DEPS = yes
+CVS_DEPS = no
CYGPATH_W = echo
DATADIRNAME = share
DEFS = -DHAVE_CONFIG_H
diff -Naur dep/doc/de/Makefile nodep/doc/de/Makefile
--- dep/doc/de/Makefile 2004-03-28 12:19:12.000000000 -0500
+++ nodep/doc/de/Makefile 2004-03-28 12:19:46.000000000 -0500
@@ -84,7 +84,7 @@
CLIENT_TRUE =
CPP = gcc -E
CPPFLAGS =
-CVS_DEPS = yes
+CVS_DEPS = no
CYGPATH_W = echo
DATADIRNAME = share
DEFS = -DHAVE_CONFIG_H
diff -Naur dep/doc/fr/Makefile nodep/doc/fr/Makefile
--- dep/doc/fr/Makefile 2004-03-28 12:19:12.000000000 -0500
+++ nodep/doc/fr/Makefile 2004-03-28 12:19:46.000000000 -0500
@@ -84,7 +84,7 @@
CLIENT_TRUE =
CPP = gcc -E
CPPFLAGS =
-CVS_DEPS = yes
+CVS_DEPS = no
CYGPATH_W = echo
DATADIRNAME = share
DEFS = -DHAVE_CONFIG_H
diff -Naur dep/doc/it/Makefile nodep/doc/it/Makefile
--- dep/doc/it/Makefile 2004-03-28 12:19:13.000000000 -0500
+++ nodep/doc/it/Makefile 2004-03-28 12:19:46.000000000 -0500
@@ -84,7 +84,7 @@
CLIENT_TRUE =
CPP = gcc -E
CPPFLAGS =
-CVS_DEPS = yes
+CVS_DEPS = no
CYGPATH_W = echo
DATADIRNAME = share
DEFS = -DHAVE_CONFIG_H
diff -Naur dep/doc/ja/Makefile nodep/doc/ja/Makefile
--- dep/doc/ja/Makefile 2004-03-28 12:19:13.000000000 -0500
+++ nodep/doc/ja/Makefile 2004-03-28 12:19:46.000000000 -0500
@@ -84,7 +84,7 @@
CLIENT_TRUE =
CPP = gcc -E
CPPFLAGS =
-CVS_DEPS = yes
+CVS_DEPS = no
CYGPATH_W = echo
DATADIRNAME = share
DEFS = -DHAVE_CONFIG_H
diff -Naur dep/doc/nl/Makefile nodep/doc/nl/Makefile
--- dep/doc/nl/Makefile 2004-03-28 12:19:14.000000000 -0500
+++ nodep/doc/nl/Makefile 2004-03-28 12:19:47.000000000 -0500
@@ -84,7 +84,7 @@
CLIENT_TRUE =
CPP = gcc -E
CPPFLAGS =
-CVS_DEPS = yes
+CVS_DEPS = no
CYGPATH_W = echo
DATADIRNAME = share
DEFS = -DHAVE_CONFIG_H
diff -Naur dep/doc/sv/Makefile nodep/doc/sv/Makefile
--- dep/doc/sv/Makefile 2004-03-28 12:19:14.000000000 -0500
+++ nodep/doc/sv/Makefile 2004-03-28 12:19:47.000000000 -0500
@@ -84,7 +84,7 @@
CLIENT_TRUE =
CPP = gcc -E
CPPFLAGS =
-CVS_DEPS = yes
+CVS_DEPS = no
CYGPATH_W = echo
DATADIRNAME = share
DEFS = -DHAVE_CONFIG_H
diff -Naur dep/server/Makefile nodep/server/Makefile
--- dep/server/Makefile 2004-03-28 12:19:10.000000000 -0500
+++ nodep/server/Makefile 2004-03-28 12:19:53.000000000 -0500
@@ -144,7 +144,7 @@
CLIENT_TRUE =
CPP = gcc -E
CPPFLAGS =
-CVS_DEPS = yes
+CVS_DEPS = no
CYGPATH_W = echo
DATADIRNAME = share
DEFS = -DHAVE_CONFIG_H
diff -Naur dep/server/userdb/Makefile nodep/server/userdb/Makefile
--- dep/server/userdb/Makefile 2004-03-28 12:19:10.000000000 -0500
+++ nodep/server/userdb/Makefile 2004-03-28 12:19:45.000000000 -0500
@@ -103,7 +103,7 @@
CLIENT_TRUE =
CPP = gcc -E
CPPFLAGS =
-CVS_DEPS = yes
+CVS_DEPS = no
CYGPATH_W = echo
DATADIRNAME = share
DEFS = -DHAVE_CONFIG_H
diff -Naur dep/undep.sh nodep/undep.sh
--- dep/undep.sh 2004-03-28 12:19:14.000000000 -0500
+++ nodep/undep.sh 2004-03-28 12:19:47.000000000 -0500
@@ -15,7 +15,7 @@
# this script will in effect do nothing because the sed regex's
# won't match.
-CVS_DEPS=yes
+CVS_DEPS=no
if test "$CVS_DEPS" = "yes"; then
exit
|
|