home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / tcl / 2159 < prev    next >
Encoding:
Text File  |  1992-12-21  |  892 b   |  25 lines

  1. Newsgroups: comp.lang.tcl
  2. Path: sparky!uunet!walter!grumpy!bytor
  3. From: bytor@grumpy.NoSubdomain.NoDomain (Ross Huitt)
  4. Subject: Re: tk3.0 - menu strangeness in widget demo
  5. Message-ID: <1992Dec18.214007.2257@walter.bellcore.com>
  6. Sender: bytor@grumpy (Ross Huitt)
  7. Nntp-Posting-Host: grumpy.ctt.bellcore.com
  8. Organization: Bellcore
  9. References:  <1992Dec18.193800.23262@cbnewsk.cb.att.com>
  10. Distribution: na
  11. Date: Fri, 18 Dec 92 21:40:07 GMT
  12. Lines: 11
  13.  
  14. In article <1992Dec18.193800.23262@cbnewsk.cb.att.com>, ellson@ontap.att.com (John Ellson) writes:
  15.  
  16. |> 
  17. |> P.S. Minor problem with the Makefiles, our default version of "cp" doesn't 
  18. |> support the "-f" flag used in "make install".  I just removed all the
  19. |> "-f"s and it worked fine.
  20.  
  21. Actually 'install -c' would be more appropriate. It works around the
  22. problems with read-only permissions that 'cp -f' was intended to address.
  23.  
  24.         -bytor
  25.