Makefile and csh...?

John E. Davis davis at pacific.mps.ohio-state.edu
Mon Jun 3 20:09:39 AEST 1991


In article <3605 at litchi.bbn.com> rsalz at bbn.com (Rich Salz) writes:
   In <1991May21.210000.15284 at shearson.com> kaplanr at shearson.com (Roger Kaplan) writes:{
   As to the specific problem:
   >	cc -M $(CFILES) > deps
   causes the Cshell to not overwrite a file.  Ignore advice telling you to
   put "unset noclobber" in everyone's .cshrc file.  Put this line before the
   cc line instead:
           rm -f deps


I missed the main thread here but what about just using `>!' to redirect
output?  It always ignores the value of noclobber.
--
John

  bitnet: davis at ohstpy
internet: davis at pacific.mps.ohio-state.edu



More information about the Comp.unix.programmer mailing list