summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Start trying to modularize the makefiles.P. J. McDermott2012-01-246-64/+324
|
* Note that source code patches must be applied.P. J. McDermott2012-01-241-0/+1
|
* Document '-r' option of opkbuild.P. J. McDermott2012-01-222-2/+8
|
* Add error handling to oh-buildopk.P. J. McDermott2012-01-221-5/+5
|
* Make build cleanup run as UID 0.P. J. McDermott2012-01-221-1/+1
|
* Run subcommands in subshells.P. J. McDermott2012-01-221-3/+3
| | | | | This will prevent subcommands from affecting opkbuild's current working directory.
* Try to clean up tmp on error.P. J. McDermott2012-01-221-0/+1
|
* Add '-r' option to opkbuild.P. J. McDermott2012-01-221-6/+39
|
* Add build dependencies script to 'TODO'.P. J. McDermott2012-01-211-0/+1
|
* Add more tasks to 'TODO'.P. J. McDermott2012-01-211-0/+5
|
* Document use of a separate build directory.P. J. McDermott2012-01-211-0/+15
|
* Add 'TODO' file.P. J. McDermott2012-01-211-0/+8
|
* Fix typographical error in oh-strip output.P. J. McDermott2012-01-211-1/+1
|
* Add "Attempting to build package..." messages.P. J. McDermott2012-01-211-0/+2
|
* Support multiple arguments in oh-gencontrol.P. J. McDermott2012-01-211-35/+48
|
* Note that oh-strip doesn't seem to work.P. J. McDermott2012-01-211-0/+2
|
* Add error handling to opkbuild.P. J. McDermott2012-01-211-11/+19
|
* Fix an output string.P. J. McDermott2012-01-211-1/+2
|
* Rename data directories in work area.P. J. McDermott2012-01-213-6/+6
| | | | Also, fix an 'rm' command in opkbuild.
* Remove old 'pwd' command.P. J. McDermott2012-01-211-1/+0
|
* Provide helpful status output.P. J. McDermott2012-01-215-4/+25
|
* Note a bug in handling of optional fields.P. J. McDermott2012-01-211-0/+6
|
* Fix stray output.P. J. McDermott2012-01-211-1/+1
|
* Fix line breaks in '*-src' package control file.P. J. McDermott2012-01-211-3/+3
|
* Fix unquoted operand to '['.P. J. McDermott2012-01-211-1/+1
|
* Fix syntax errors in grouping commands.P. J. McDermott2012-01-211-18/+18
|
* Fix picky field-matching BRE.P. J. McDermott2012-01-211-1/+1
| | | | Spaces are in fact allowed in field values...
* Write function 'invalid_pkg_name()'.P. J. McDermott2012-01-211-0/+6
|
* Fix syntax errors in function and mistakes in BRE.P. J. McDermott2012-01-211-4/+4
|
* Do EVERYTHING in tmp.P. J. McDermott2012-01-211-2/+4
|
* Install oh-gencontrol.P. J. McDermott2012-01-211-0/+4
|
* Use control fields library.P. J. McDermott2012-01-212-4/+10
|
* Write function 'oh_validate_pkg_name()'.P. J. McDermott2012-01-211-0/+12
|
* Suppress 'rm' errors on uninstall.P. J. McDermott2012-01-211-10/+10
|
* Document oh-gencontrol.P. J. McDermott2012-01-213-2/+41
|
* Modify build system for "compilation" and libs.P. J. McDermott2012-01-213-14/+51
|
* Adjust oh-buildopk and opkbuild for oh-gencontrol.P. J. McDermott2012-01-212-8/+2
|
* Write oh-gencontrol.P. J. McDermott2012-01-211-0/+133
|
* Write a library to handle control file fields.P. J. McDermott2012-01-211-0/+110
|
* Fix name of source package staging area.P. J. McDermott2012-01-211-2/+2
|
* Write a proof-of-concept oh-buildopk.P. J. McDermott2012-01-211-1/+21
|
* Write installation documentation.P. J. McDermott2012-01-201-0/+37
|
* Make opkbuild clean up tmp.P. J. McDermott2012-01-201-0/+4
|
* Fix a syntax error (unterminated quoted string).P. J. McDermott2012-01-201-1/+1
|
* Fix misspelled "oh-buildopk" in opkbuild.P. J. McDermott2012-01-201-1/+1
|
* Write a stub oh-buildopk.P. J. McDermott2012-01-201-0/+36
|
* Write oh-installfiles(1) and oh-buildopk(1) pages.P. J. McDermott2012-01-203-0/+59
|
* Write oh-strip(1) manual page.P. J. McDermott2012-01-202-0/+43
|
* Add MANDIR option and macro to build system.P. J. McDermott2012-01-202-1/+18
|
* Write an opkbuild(1) manual page.P. J. McDermott2012-01-201-0/+24
| | | | | Now I know how to use the groff typesetting language and the 'man' macro package! Yay.