| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-01-19 | Fix dependency generation for compat, test, and util | Austin Clements | |
| This adds source files in compat, test, and util to SRCS so that the top-level Makefile.local will generate dependency files for them. | |||
| 2011-12-12 | build-system: clean $(libutil_modules) rather than listing them individually. | David Bremner | |
| This matches the way the other 'Makefile.local's work. | |||
| 2011-11-26 | build system: clean up object files in ./test and ./util | David Bremner | |
| 2011-10-30 | xutil.c: remove duplicate copies, create new library libutil.a to contain xutil. | David Bremner | |
| We keep the lib/xutil.c version. As a consequence, also factor out _internal_error and associated macros. It might be overkill to make a new file error_util.c for this, but _internal_error does not really belong in database.cc. | |||
