Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix quotes in "install" target. | P. J. McDermott | 2012-10-23 | 1 | -1/+1 |
| | |||||
* | Additionally license man/* under GPLv2. | P. J. McDermott | 2012-10-16 | 19 | -19/+19 |
| | |||||
* | Don't rely on POSIX-conformant comment parsing. | P. J. McDermott | 2012-10-13 | 1 | -32/+32 |
| | | | | | | | | | | | | | | | | | | | | | | | POSIX.1-2008 specifies that comments in makefile syntax start with a "#" and continue "until an **unescaped** <newline> is reached" (empahsis added). FreeBSD's pmake apparently ignores the backslash before the newline in comments and prints a "Need an operator" error message while parsing a generated src/Makefile: $ make Making executable files... "Makefile", line 49: Need an operator make: fatal errors encountered -- cannot continue NetBSD's pmake on the other hand appears to be POSIX-conformant in this regard. See also: http://pubs.opengroup.org/onlinepubs/9699919799/utilities/make.html#tag_20_76_13_01 https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.69/html_node/Backslash_002dNewline-Comments.html | ||||
* | Fix "distdir" macro in man/Makefile.in. | P. J. McDermott | 2012-10-04 | 1 | -1/+1 |
| | |||||
* | Build only the files that currently exist. | P. J. McDermott | 2012-09-09 | 1 | -3/+3 |
| | |||||
* | Add ob_get_text_domain to build system. | P. J. McDermott | 2012-09-04 | 1 | -1/+2 |
| | |||||
* | Change ob_add_text_domain to ob_set_text_domain. | P. J. McDermott | 2012-09-04 | 1 | -2/+2 |
| | | | | Also add ob_get_msg. | ||||
* | Update makefiles for opkbuild 3.0.0. | P. J. McDermott | 2012-09-04 | 1 | -7/+35 |
| | |||||
* | Get rid of old INSTALL macros. | P. J. McDermott | 2012-08-02 | 1 | -2/+0 |
| | |||||
* | 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. | ||||
* | Update man pages and build system. | P. J. McDermott | 2012-08-02 | 8 | -9/+23 |
| | | | | | | * Add section 3 manual pages to build system. * Update build system macros in manual pages. * Add package description substitution variable to build system. | ||||
* | Support @@DATE@@ build system macro in man pages. | P. J. McDermott | 2012-08-02 | 1 | -1/+11 |
| | |||||
* | Update build system macros in opkhelper(7). | P. J. McDermott | 2012-08-02 | 1 | -1/+1 |
| | |||||
* | Update lib and man input makefiles. | P. J. McDermott | 2012-08-02 | 1 | -28/+22 |
| | |||||
* | Hardcode relative path to changelog. | P. J. McDermott | 2012-08-01 | 1 | -1/+0 |
| | |||||
* | Document functions in messages library. | P. J. McDermott | 2012-08-01 | 6 | -0/+223 |
| | |||||
* | Document oh_changelog_parse(). | P. J. McDermott | 2012-08-01 | 1 | -0/+33 |
| | |||||
* | Document oh_locale_set(3). | P. J. McDermott | 2012-08-01 | 1 | -0/+43 |
| | |||||
* | Rewrite opkbuild, add natural language support. | P. J. McDermott | 2012-07-31 | 1 | -62/+48 |
| | |||||
* | Support '-S' and '-b' options. | P. J. McDermott | 2012-05-22 | 1 | -1/+8 |
| | |||||
* | Remove leading blank lines from manual pages. | P. J. McDermott | 2012-04-26 | 9 | -9/+0 |
| | |||||
* | Update dates in manual pages. | P. J. McDermott | 2012-04-26 | 2 | -2/+2 |
| | |||||
* | Document kbuild-specific environment variables. | P. J. McDermott | 2012-04-26 | 1 | -0/+20 |
| | |||||
* | Add expat build makefile example to opkhelper(7). | P. J. McDermott | 2012-04-23 | 1 | -1/+27 |
| | |||||
* | Write opkhelper(7) manual page. | P. J. McDermott | 2012-04-22 | 2 | -1/+206 |
| | |||||
* | Document new '-a' option and use GNU terms. | P. J. McDermott | 2012-04-22 | 1 | -2/+10 |
| | | | | | | | | | | | | | | GNU Architectures ----------------- Build: Architecture on which software is being built. Host: Architecture on which software is to run. Target: Architecture for which software is to generate code. Used only by packages that generate architecture-dependent code (e.g. assemblers and compilers). | ||||
* | Add '-V' option to opkbuild to print version info. | P. J. McDermott | 2012-03-21 | 1 | -0/+3 |
| | |||||
* | Improve format of and use macros in manual pages. | P. J. McDermott | 2012-03-21 | 8 | -12/+68 |
| | |||||
* | Support build system macros in manual pages. | P. J. McDermott | 2012-03-21 | 1 | -1/+1 |
| | |||||
* | Add '-s' option to and improve format of manual. | P. J. McDermott | 2012-03-21 | 1 | -1/+30 |
| | |||||
* | Format program names in bold in opkbuild(1). | P. J. McDermott | 2012-03-20 | 1 | -2/+5 |
| | |||||
* | Document '-s' option of opkbuild. | P. J. McDermott | 2012-03-20 | 1 | -0/+10 |
| | |||||
* | Fix $(OBJS) targets in build system. | P. J. McDermott | 2012-03-06 | 1 | -1/+2 |
| | |||||
* | Rename all source files. | P. J. McDermott | 2012-03-06 | 9 | -0/+0 |
| | |||||
* | Translate from 'SRCS' to 'OBJS' in build system. | P. J. McDermott | 2012-03-06 | 1 | -5/+7 |
| | |||||
* | Add distribution targets to build system. | P. J. McDermott | 2012-02-13 | 1 | -0/+11 |
| | |||||
* | Document opkbuild's '-d' option. | P. J. McDermott | 2012-02-03 | 1 | -1/+5 |
| | | | | Woo! 1000000th commit! | ||||
* | Write and document oh-installdocs. | P. J. McDermott | 2012-01-30 | 2 | -1/+32 |
| | |||||
* | Document '-p' option of opkbuild. | P. J. McDermott | 2012-01-30 | 1 | -1/+7 |
| | |||||
* | Document oh-copyconfig. | P. J. McDermott | 2012-01-29 | 2 | -2/+27 |
| | |||||
* | Use correct architecture name in oh-buildopk. | P. J. McDermott | 2012-01-29 | 1 | -0/+5 |
| | | | | The interface and logic is changed to resemble that of oh-gencontrol. | ||||
* | Write oh-checkbuilddeps. | P. J. McDermott | 2012-01-27 | 2 | -1/+26 |
| | |||||
* | Add oh-applypatches to the build system. | P. J. McDermott | 2012-01-25 | 1 | -1/+2 |
| | |||||
* | Document oh-applypatches. | P. J. McDermott | 2012-01-25 | 1 | -0/+25 |
| | |||||
* | 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/+15 |
| | |||||
* | Start trying to modularize the makefiles. | P. J. McDermott | 2012-01-24 | 1 | -0/+58 |
| | |||||
* | Document '-r' option of opkbuild. | P. J. McDermott | 2012-01-22 | 1 | -1/+7 |
| | |||||
* | Document oh-gencontrol. | P. J. McDermott | 2012-01-21 | 1 | -0/+32 |
| | |||||
* | Write oh-installfiles(1) and oh-buildopk(1) pages. | P. J. McDermott | 2012-01-20 | 2 | -0/+51 |
| |