I checked in changes that add options to all server programs:
--help prints the usage
--version prints the name of the repository and the version#
from which the program was built.
This will require a _autosetup/configure/make at the top level.
BTW, I've noticed a couple of problems in the build system:
- "make" at the top level rebuilds everything in sched/,
even if it's up to date.
- dependencies across directories are ignored in some cases.
For example, if you make everything,
then go to tools/ and touch backend_lib.cpp,
make doesn't rebuild anything.
If any autoconf/automake experts can figure this out, let me know.
-- David
_______________________________________________
boinc_dev mailing list
[email protected]
http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev
To unsubscribe, visit the above URL and
(near bottom of page) enter your email address.