makeall
Syntax | |||||||||||||||
makeall --help makeall [-vb] [-a] [-q] src makeall [-vb] [-a] [-q] src lst... makeall [-vb] [-a] [-q] src stdin | |||||||||||||||
Synopsis | |||||||||||||||
Searches a source code tree looking for source code directories and compiles them. | |||||||||||||||
Options | |||||||||||||||
| |||||||||||||||
Description | |||||||||||||||
The program searches the directory tree specified as a source directory looking for source code to compile. Every time a makefile is encountered make is run in that directory. Different versions of the same software can be installed on the same system and are distinguished by having the major and minor version numbers appended to the library home directory name. By default if two versions are installed on a system, only the most recent is compiled. This behavior can be overridden by specifying the " Any additional arguments on the command line after the source directory are assumed to be a list of specific software to compile. The search of the directory tree is still performed, but only the source code in directories that match the list is compiled. The version number is stripped from the end of the directory name when comparing it with the list. If the first argument after the source directory is " The program will terminate if an error occurs, unless the " All operations are logged to standard output so that they can be recorded in a log file. | |||||||||||||||
Examples | |||||||||||||||
Search the directory "
Search the directory " |