![]() | :: | Software | :: | build |
build-makefile
The build-makefile program filters standard input to standard output. Input lines are concatenated, separated by spaces, and wrapped between words to a width of 72 characters. If a wrapped line begins with a tab character, a tab is inserted before the continuation line.
An empty line is copied to the output.
When build-makefile sees the end of input, it prints a newline and exits 0. If it encounters an error in processing, build-makefile complains to standard error and exits 111.