WHAT????
Henry Cejtin
henry@sourcelight.com
Wed, 3 Oct 2001 15:26:05 -0500
If you unpack the source RPM's and then go to
???/src/doc/web
and type make it tries to do the CVS checkout. The reason is that there is
no benchmarks directory. An unrelated question: in the src/doc/web directory
why is there a copy of If ../CHANGES changes then a new one is copied in, but
there are no other dependencies expressed on it. Thus the effect is exactly
the same (modulo avoiding the copy) of eliminating the lines:
CHANGES: ../CHANGES
cp -p ../CHANGES .
and the CHANGES line from the clean actions, and the CHANGES dependency for
all, and then using ../CHANGES every where.