Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rm libopkbuild dir on uninstall. | P. J. McDermott | 2012-10-08 | 1 | -0/+1 |
| | |||||
* | Make libopkbuild dir once. | P. J. McDermott | 2012-10-08 | 1 | -1/+1 |
| | |||||
* | Fix library installation path. | P. J. McDermott | 2012-10-02 | 1 | -4/+4 |
| | |||||
* | Update old header comment in lib/Makefile.in. | P. J. McDermott | 2012-09-30 | 1 | -1/+1 |
| | |||||
* | Fix "uninstall" target in lib/Makefile.in. | P. J. McDermott | 2012-09-30 | 1 | -1/+1 |
| | |||||
* | Update SRCS in lib/Makefile.in. | P. J. McDermott | 2012-09-30 | 1 | -7/+5 |
| | |||||
* | Support "@@METADATA@@" macro in library modules. | P. J. McDermott | 2012-09-28 | 1 | -1/+3 |
| | |||||
* | Build only the files that currently exist. | P. J. McDermott | 2012-09-09 | 1 | -1/+4 |
| | |||||
* | Fix sed command in lib/Makefile.in. | P. J. McDermott | 2012-09-09 | 1 | -2/+2 |
| | |||||
* | Add "libopkbuild" macro to build system. | P. J. McDermott | 2012-09-04 | 1 | -2/+3 |
| | |||||
* | Update makefiles for opkbuild 3.0.0. | P. J. McDermott | 2012-09-04 | 1 | -8/+7 |
| | |||||
* | Better describe paths in output of object targets. | P. J. McDermott | 2012-08-02 | 1 | -1/+1 |
| | |||||
* | Get rid of old INSTALL macros. | P. J. McDermott | 2012-08-02 | 1 | -2/+0 |
| | |||||
* | Fix case of libdir makefile macro. | P. J. McDermott | 2012-08-02 | 1 | -1/+1 |
| | |||||
* | Portably install, set better file modes. | P. J. McDermott | 2012-08-02 | 1 | -1/+3 |
| | | | | | | | The install utility is not required by POSIX, and it's easily replaced by mkdir, cp, and chmod. Libraries, locales, and manual pages should not be executable. | ||||
* | Write oh_cache(). | P. J. McDermott | 2012-08-02 | 1 | -0/+1 |
| | |||||
* | Update lib and man input makefiles. | P. J. McDermott | 2012-08-02 | 1 | -22/+26 |
| | |||||
* | Add oh-parsechangelog. | P. J. McDermott | 2012-07-26 | 1 | -1/+1 |
| | |||||
* | Write a messages library. | P. J. McDermott | 2012-04-24 | 1 | -1/+1 |
| | |||||
* | Fix $(OBJS) targets in build system. | P. J. McDermott | 2012-03-06 | 1 | -1/+2 |
| | |||||
* | Translate from 'SRCS' to 'OBJS' in build system. | P. J. McDermott | 2012-03-06 | 1 | -3/+4 |
| | |||||
* | Add distribution targets to build system. | P. J. McDermott | 2012-02-13 | 1 | -0/+11 |
| | |||||
* | Extract compressed source archives. | P. J. McDermott | 2012-01-30 | 1 | -1/+1 |
| | |||||
* | Write lib/architecture. | P. J. McDermott | 2012-01-29 | 1 | -1/+1 |
| | |||||
* | Fix installation path in 'lib/Makefile.in'. | P. J. McDermott | 2012-01-29 | 1 | -2/+2 |
| | |||||
* | Fix uninstallation. | P. J. McDermott | 2012-01-25 | 1 | -1/+1 |
| | | | | | * Read installation configuration file. * Correctly spell macro names. | ||||
* | Recurse into subdirectories in build system. | P. J. McDermott | 2012-01-25 | 1 | -13/+13 |
| | |||||
* | Start trying to modularize the makefiles. | P. J. McDermott | 2012-01-24 | 1 | -0/+58 |