home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Bug_Fixes / Net.v7bugs / 0049 < prev    next >
Encoding:
Text File  |  1981-12-07  |  624 b   |  18 lines

  1. Autzoo.1194
  2. net.v7bugs
  3. utzoo!henry
  4. Mon Dec  7 20:14:52 1981
  5. make(1) vs spaces
  6. If you have a makefile like this (the tab is written \t for clarity,
  7. note the space preceding it):
  8.  
  9.     foo: foo.o
  10.      \tcc -n -s ...
  11.  
  12. make(1) will produce an EXTREMELY cryptic message.  It can take a long
  13. time to track this one down, because the line LOOKS right.  Perhaps
  14. make should consider spaces and tabs equivalent, but I am not sure this
  15. is a good idea;  if it had been done that way from the beginning, ok,
  16. but as a retrofit I wonder how many makefiles would break.  Failing
  17. this, the error reporting definitely could stand some more smarts.
  18.