summaryrefslogtreecommitdiff
path: root/mk/scripts/mkdatabase
AgeCommit message (Collapse)AuthorFilesLines
2015-10-03Add a list of options to generated README.html files. Patch frombsiegert1-7/+9
Daniel Loffgren on tech-pkg, slightly modified by me to use dl tags.
2005-11-18Added a few FIXMEs at places where this program might fail unexpectedly.rillig1-1/+5
2005-11-18Renamed append to append_flag. Removed superfluous quotes around thatrillig1-5/+4
variable. As it is controlled completely by this program, they are not needed.
2005-11-18Don't accept anything besides the known options on the command line. Asrillig1-7/+2
no additional parameters are used it's better to reject them.
2005-11-18- Added section headings.rillig1-29/+34
- Renamed DEBUG to debug_flag, as it is not modifiable via the environment. - Removed trailing white-space from the --help output. - Removed the clean_and_exit function, as it had been practically unused. - Replaced some "if"s with "case"s to avoid line noise.
2005-11-17Properly quoted variables.rillig1-21/+17
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-7/+7
2003-01-05add a -a|--append option to allow appending to an existing database instead ofdmcmahill1-4/+36
creating a new one.
2003-01-04expr -> ${EXPR}dmcmahill1-2/+3
2003-01-04add two scripts used for creating dependency databases. These scriptsdmcmahill1-0/+179
can be used anytime one needs to extract the complete dependency information for a package for example, when creating a README.html file for the pkg. The approach used by mkdatabase requires exactly one make call per package which makes it scale well to packages with large dependency trees that have many paths to the leaves.