![]() | :: | Software | :: | build |
build-nosuchtarget opts filewhere opts is a set of arguments as listed below, and file is a filename.
-b: attempt to borrow the target.
-B: do not attempt to borrow the target.
--: terminate the option list.
The build-nosuchtarget program attempts to borrow file or another file required to construct file. If it borrows file, then build-nosuchtarget exits 0. If it borrows another file (a .do file or a control file), then build-nosuchtarget exits 99. If it encounters a temporary error in borrowing a file, build-nosuchtarget exits 111.