[rt-devel] request for Makefile feature
Vivek Khera
khera at kcilink.com
Tue Jul 24 11:45:04 EDT 2001
With the upgrade from 2.0.1 to 2.0.2, a new dependency was added. I
personally consider this out of the norm given the minor release
number change, and a bit surprising. Not that it is a big deal,
though.
I think that the "make upgrade" target might do well to run testdeps
-quiet, and fail if dependencies are not satisfied. Something like
this:
upgrade: checkdeps dirs config-replace upgrade-noclobber
checkdeps:
$(PERL) ./tools/testdeps -quiet $(DB_TYPE)
should do nicely to prevent us from running into problems during an
upgrade which may introduce new dependencies unexpectedly.
Thanks.
More information about the Rt-devel
mailing list