/[emacs]/emacs/admin/quick-install-emacs
ViewVC logotype

Diff of /emacs/admin/quick-install-emacs

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

revision 1.12 by miles, Wed Oct 1 01:38:40 2003 UTC revision 1.13 by miles, Wed Mar 2 09:26:43 2005 UTC
# Line 19  VERBOSE='' Line 19  VERBOSE=''
19    
20  me="`basename $0`"  me="`basename $0`"
21    
22  # Install commands (these commands are also expected to understand the  # Install commands (if the user specifies the `--verbose' option, it is
23  # GNU -v (--verbose) option)  # passed to these commands, so that feature only works if these commands
24    # implement it too)
25  LINK='cp -lf'  LINK='cp -lf'
26  COPY='cp -f'  COPY='cp -f'
27  REMOVE='rm -r'  REMOVE='rm -r'
28    MKDIR='mkdir -p'
29    
30  # Used to execute commands once once we create them  # Used to execute commands once once we create them
31  EXEC='sh'  EXEC='sh'
 MKDIR='mkdir --verbose -p'  
32    
33  NAWK=/usr/bin/nawk  NAWK=/usr/bin/nawk
34    
# Line 157  DST_INFO="$prefix/info" Line 158  DST_INFO="$prefix/info"
158  maybe_mkdir ()  maybe_mkdir ()
159  {  {
160    if ! test -d "$1"; then    if ! test -d "$1"; then
161      $MKDIR "$1" 2>&1 | sed "s/^mkdir:/$me:/" 1>&2      $MKDIR $VERBOSE "$1" 2>&1 | sed "s/^mkdir:/$me:/" 1>&2
162    fi    fi
163  }  }
164    

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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