remake  4.3+dbg-1.5
help/quit.h
Go to the documentation of this file.
1 #define quit_HELP_TEXT \
2  "Exit make. If a numeric argument is given, it will be the exit\n" \
3  "status reported back. A status of 77 in a nested make will signals\n" \
4  "termination in the parent. So if no numeric argument is given and\n" \
5  "MAKELEVEL is 0, then status 0 is set; otherwise it is 77." \
6  "Select and print the immediate child dependency target that is\n" \
7  "currently under consideration.\n" \
8  "\n" \
9  "If *count* is the default is 1.\n" \
10  "\n" \
11  "See also:\n" \
12  "---------\n" \
13  "`down`, and `frame`"