/[make]/make/maintMakefile
ViewVC logotype

Diff of /make/maintMakefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2.32 by psmith, Tue May 10 01:38:18 2005 UTC revision 2.33 by psmith, Mon Jun 27 15:40:56 2005 UTC
# Line 111  cvs-clean: maintainer-clean Line 111  cvs-clean: maintainer-clean
111  ## Updating files.  ##  ## Updating files.  ##
112  ## ---------------- ##  ## ---------------- ##
113    
114  WGET = wget --passive-ftp --non-verbose  WGET = wget --passive-ftp -nv
115  ftp-gnu = ftp://ftp.gnu.org/gnu  ftp-gnu = ftp://ftp.gnu.org/gnu
116    
117  move_if_change =  if test -r $(target) && cmp -s $(target).t $(target); then \  move_if_change =  if test -r $(target) && cmp -s $(target).t $(target); then \

Legend:
Removed from v.2.32  
changed lines
  Added in v.2.33

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26