[4729] in Athena Bugs
vax 6.4R: make
daemon@ATHENA.MIT.EDU (ellis@ATHENA.MIT.EDU)
Tue Apr 10 17:51:18 1990
From: ellis@ATHENA.MIT.EDU
To: bugs@ATHENA.MIT.EDU
Date: Tue, 10 Apr 90 17:50:57 EDT
System name: orthanc
Type and version: CVAXSTAR 6.4R
Display type: SM
What were you trying to do?
use the "-s" option to make
What's wrong:
make is treating -s option like the -w option.
orthanc% make -k -s all
#################### Entering /mit/16_d0006/src/1dnozzle.d ###################
What should have happened:
"-s" means the same as .SILENT, the "-w" option is the option for getting
directory printout
Please describe any relevant documentation references:
see "man make"