annotate install-sh @ 110523:a5ad4f188e19

Synch Semantic to CEDET 1.0. Move CEDET ChangeLog entries to new file lisp/cedet/ChangeLog. * semantic.el (semantic-version): Update to 2.0. (semantic-mode-map): Add "," and "m" bindings. (navigate-menu): Update. * semantic/symref.el (semantic-symref-calculate-rootdir): New function. (semantic-symref-detect-symref-tool): Use it. * semantic/symref/grep.el (semantic-symref-grep-shell): New var. (semantic-symref-perform-search): Use it. Calculate root dir with semantic-symref-calculate-rootdir. (semantic-symref-derive-find-filepatterns): Improve error message. * semantic/symref/list.el (semantic-symref-results-mode-map): New bindings. (semantic-symref-auto-expand-results): New option. (semantic-symref-results-dump): Obey auto-expand. (semantic-symref-list-expand-all, semantic-symref-regexp) (semantic-symref-list-contract-all) (semantic-symref-list-map-open-hits) (semantic-symref-list-update-open-hits) (semantic-symref-list-create-macro-on-open-hit) (semantic-symref-list-call-macro-on-open-hits): New functions. (semantic-symref-list-menu-entries) (semantic-symref-list-menu): New vars. (semantic-symref-list-map-open-hits): Move cursor to beginning of match before calling the mapped function. * semantic/doc.el (semantic-documentation-comment-preceeding-tag): Do nothing if the mode doesn't provide comment-start-skip. * semantic/scope.el (semantic-analyze-scope-nested-tags-default): Strip duplicates. (semantic-analyze-scoped-inherited-tag-map): Take the tag we are looking for as part of the scoped tags list. * semantic/html.el (semantic-default-html-setup): Add senator-step-at-tag-classes. * semantic/decorate/include.el (semantic-decoration-on-unknown-includes): Change light bgcolor. (semantic-decoration-on-includes-highlight-default): Check that the include tag has a postion. * semantic/complete.el (semantic-collector-local-members): (semantic-complete-read-tag-local-members) (semantic-complete-jump-local-members): New class and functions. (semantic-complete-self-insert): Save excursion before completing. * semantic/analyze/complete.el (semantic-analyze-possible-completions-default): If no completions are found, return the raw by-name-only completion list. Add FLAGS arguments. Add support for 'no-tc (type constraint) and 'no-unique, or no stripping duplicates. (semantic-analyze-possible-completions-default): Add FLAGS arg. * semantic/util-modes.el (semantic-stickyfunc-show-only-functions-p): New option. (semantic-stickyfunc-fetch-stickyline): Don't show stickytext for the very first line in a buffer. * semantic/util.el (semantic-hack-search) (semantic-recursive-find-nonterminal-by-name) (semantic-current-tag-interactive): Deleted. (semantic-describe-buffer): Fix expand-nonterminal. Add lex-syntax-mods, type relation separator char, and command separation char. (semantic-sanity-check): Only message if called interactively. * semantic/tag.el (semantic-tag-deep-copy-one-tag): Copy the :filename property and the tag position. * semantic/lex-spp.el (semantic-lex-spp-lex-text-string): Add recursion limit. * semantic/imenu.el (semantic-imenu-bucketize-type-members): Make this buffer local, not the obsoleted variable. * semantic/idle.el: Add breadcrumbs support. (semantic-idle-summary-current-symbol-info-default) (semantic-idle-tag-highlight) (semantic-idle-completion-list-default): Use semanticdb-without-unloaded-file-searches for speed, and to conform to the controls that specify if the idle timer is supposed to be parsing unparsed includes. (semantic-idle-symbol-highlight-face) (semantic-idle-symbol-maybe-highlight): Rename from *-summary-*. Callers changed. (semantic-idle-work-parse-neighboring-files-flag): Default to nil. (semantic-idle-work-update-headers-flag): New var. (semantic-idle-work-for-one-buffer): Use it. (semantic-idle-local-symbol-highlight): Rename from semantic-idle-tag-highlight. (semantic-idle-truncate-long-summaries): New option. * semantic/ia.el (semantic-ia-cache) (semantic-ia-get-completions): Deleted. Callers changed. (semantic-ia-show-variants): New command. (semantic-ia-show-doc): If doc is empty, don't make a temp buffer. (semantic-ia-show-summary): If there isn't anything to show, say so. * semantic/grammar.el (semantic-grammar-create-package): Save the buffer even in batch mode. * semantic/fw.el (semanticdb-without-unloaded-file-searches): New macro. * semantic/dep.el (semantic-dependency-find-file-on-path): Fix case dereferencing ede-object when it is a list. * semantic/db-typecache.el (semanticdb-expand-nested-tag) (semanticdb-typecache-faux-namespace): New functions. (semanticdb-typecache-file-tags) (semanticdb-typecache-merge-streams): Use them. (semanticdb-typecache-file-tags): When deriving tags from a file, give the mode a chance to monkey with the tag copy. (semanticdb-typecache-find-default): Wrap find in save-excursion. (semanticdb-typecache-find-by-name-helper): Merge found names down. * semantic/db-global.el (semanticdb-enable-gnu-global-in-buffer): Don't show messages if GNU Global is not available and we don't want to throw an error. * semantic/db-find.el (semanticdb-find-result-nth-in-buffer): When trying to normalize the tag to a buffer, don't error if set-buffer method doesn't exist. * semantic/db-file.el (semanticdb-save-db): Simplify msg. * semantic/db.el (semanticdb-refresh-table): If forcing a refresh on a file not in a buffer, use semantic-find-file-noselect and delete the buffer after use. (semanticdb-current-database-list): When calculating root via hooks, force it through true-filename and skip the list of possible roots. * semantic/ctxt.el (semantic-ctxt-imported-packages): New. * semantic/analyze/debug.el (semantic-analyzer-debug-insert-tag): Reset standard output to current buffer. (semantic-analyzer-debug-global-symbol) (semantic-analyzer-debug-missing-innertype): Change "prefix" to "symbol" in messages. * semantic/analyze/refs.el: (semantic-analyze-refs-impl) (semantic-analyze-refs-proto): When calculating value, make sure the found tag is 'similar' to the originating tag. (semantic--analyze-refs-find-tags-with-parent): Attempt to identify matches via imported symbols of parents. (semantic--analyze-refs-full-lookup-with-parents): Do a deep search during the brute search. * semantic/analyze.el (semantic-analyze-find-tag-sequence-default): Be robust to calculated scopes being nil. * semantic/bovine/c.el (semantic-c-describe-environment): Add project macro symbol array. (semantic-c-parse-lexical-token): Add recursion limit. (semantic-ctxt-imported-packages, semanticdb-expand-nested-tag): New overrides. (semantic-expand-c-tag-namelist): Split a full type from a typedef out to its own tag. (semantic-expand-c-tag-namelist): Do not split out a typedef'd inline type if it is an anonymous type. (semantic-c-reconstitute-token): Use the optional initializers as a clue that some function is probably a constructor. When defining the type of these constructors, split the parent name, and use only the class part, if applicable. * semantic/bovine/c-by.el: * semantic/wisent/python-wy.el: Regenerate.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 18 Sep 2010 22:49:54 -0400
parents 23a1cea22d13
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
25978
Dave Love <fx@gnu.org>
parents:
diff changeset
1 #! /bin/sh
Dave Love <fx@gnu.org>
parents:
diff changeset
2 #
Dave Love <fx@gnu.org>
parents:
diff changeset
3 # install - install a program, script, or datafile
Dave Love <fx@gnu.org>
parents:
diff changeset
4 # This comes from X11R5 (mit/util/scripts/install.sh).
Dave Love <fx@gnu.org>
parents:
diff changeset
5 #
Dave Love <fx@gnu.org>
parents:
diff changeset
6 # Copyright 1991 by the Massachusetts Institute of Technology
Dave Love <fx@gnu.org>
parents:
diff changeset
7 #
Dave Love <fx@gnu.org>
parents:
diff changeset
8 # Permission to use, copy, modify, distribute, and sell this software and its
Dave Love <fx@gnu.org>
parents:
diff changeset
9 # documentation for any purpose is hereby granted without fee, provided that
Dave Love <fx@gnu.org>
parents:
diff changeset
10 # the above copyright notice appear in all copies and that both that
Dave Love <fx@gnu.org>
parents:
diff changeset
11 # copyright notice and this permission notice appear in supporting
Dave Love <fx@gnu.org>
parents:
diff changeset
12 # documentation, and that the name of M.I.T. not be used in advertising or
Dave Love <fx@gnu.org>
parents:
diff changeset
13 # publicity pertaining to distribution of the software without specific,
Dave Love <fx@gnu.org>
parents:
diff changeset
14 # written prior permission. M.I.T. makes no representations about the
Dave Love <fx@gnu.org>
parents:
diff changeset
15 # suitability of this software for any purpose. It is provided "as is"
Dave Love <fx@gnu.org>
parents:
diff changeset
16 # without express or implied warranty.
Dave Love <fx@gnu.org>
parents:
diff changeset
17 #
Dave Love <fx@gnu.org>
parents:
diff changeset
18 # Calling this script install-sh is preferred over install.sh, to prevent
Dave Love <fx@gnu.org>
parents:
diff changeset
19 # `make' implicit rules from creating a file called install from it
Dave Love <fx@gnu.org>
parents:
diff changeset
20 # when there is no Makefile.
Dave Love <fx@gnu.org>
parents:
diff changeset
21 #
Dave Love <fx@gnu.org>
parents:
diff changeset
22 # This script is compatible with the BSD install script, but was written
Dave Love <fx@gnu.org>
parents:
diff changeset
23 # from scratch. It can only install one file at a time, a restriction
Dave Love <fx@gnu.org>
parents:
diff changeset
24 # shared with many OS's install programs.
Dave Love <fx@gnu.org>
parents:
diff changeset
25
Dave Love <fx@gnu.org>
parents:
diff changeset
26
Dave Love <fx@gnu.org>
parents:
diff changeset
27 # set DOITPROG to echo to test this script
Dave Love <fx@gnu.org>
parents:
diff changeset
28
Dave Love <fx@gnu.org>
parents:
diff changeset
29 # Don't use :- since 4.3BSD and earlier shells don't like it.
Dave Love <fx@gnu.org>
parents:
diff changeset
30 doit="${DOITPROG-}"
Dave Love <fx@gnu.org>
parents:
diff changeset
31
Dave Love <fx@gnu.org>
parents:
diff changeset
32
Dave Love <fx@gnu.org>
parents:
diff changeset
33 # put in absolute paths if you don't have them in your path; or use env. vars.
Dave Love <fx@gnu.org>
parents:
diff changeset
34
Dave Love <fx@gnu.org>
parents:
diff changeset
35 mvprog="${MVPROG-mv}"
Dave Love <fx@gnu.org>
parents:
diff changeset
36 cpprog="${CPPROG-cp}"
Dave Love <fx@gnu.org>
parents:
diff changeset
37 chmodprog="${CHMODPROG-chmod}"
Dave Love <fx@gnu.org>
parents:
diff changeset
38 chownprog="${CHOWNPROG-chown}"
Dave Love <fx@gnu.org>
parents:
diff changeset
39 chgrpprog="${CHGRPPROG-chgrp}"
Dave Love <fx@gnu.org>
parents:
diff changeset
40 stripprog="${STRIPPROG-strip}"
Dave Love <fx@gnu.org>
parents:
diff changeset
41 rmprog="${RMPROG-rm}"
Dave Love <fx@gnu.org>
parents:
diff changeset
42 mkdirprog="${MKDIRPROG-mkdir}"
Dave Love <fx@gnu.org>
parents:
diff changeset
43
Dave Love <fx@gnu.org>
parents:
diff changeset
44 transformbasename=""
Dave Love <fx@gnu.org>
parents:
diff changeset
45 transform_arg=""
Dave Love <fx@gnu.org>
parents:
diff changeset
46 instcmd="$mvprog"
Dave Love <fx@gnu.org>
parents:
diff changeset
47 chmodcmd="$chmodprog 0755"
Dave Love <fx@gnu.org>
parents:
diff changeset
48 chowncmd=""
Dave Love <fx@gnu.org>
parents:
diff changeset
49 chgrpcmd=""
Dave Love <fx@gnu.org>
parents:
diff changeset
50 stripcmd=""
Dave Love <fx@gnu.org>
parents:
diff changeset
51 rmcmd="$rmprog -f"
Dave Love <fx@gnu.org>
parents:
diff changeset
52 mvcmd="$mvprog"
Dave Love <fx@gnu.org>
parents:
diff changeset
53 src=""
Dave Love <fx@gnu.org>
parents:
diff changeset
54 dst=""
Dave Love <fx@gnu.org>
parents:
diff changeset
55 dir_arg=""
Dave Love <fx@gnu.org>
parents:
diff changeset
56
Dave Love <fx@gnu.org>
parents:
diff changeset
57 while [ x"$1" != x ]; do
Dave Love <fx@gnu.org>
parents:
diff changeset
58 case $1 in
Dave Love <fx@gnu.org>
parents:
diff changeset
59 -c) instcmd="$cpprog"
Dave Love <fx@gnu.org>
parents:
diff changeset
60 shift
Dave Love <fx@gnu.org>
parents:
diff changeset
61 continue;;
Dave Love <fx@gnu.org>
parents:
diff changeset
62
Dave Love <fx@gnu.org>
parents:
diff changeset
63 -d) dir_arg=true
Dave Love <fx@gnu.org>
parents:
diff changeset
64 shift
Dave Love <fx@gnu.org>
parents:
diff changeset
65 continue;;
Dave Love <fx@gnu.org>
parents:
diff changeset
66
Dave Love <fx@gnu.org>
parents:
diff changeset
67 -m) chmodcmd="$chmodprog $2"
Dave Love <fx@gnu.org>
parents:
diff changeset
68 shift
Dave Love <fx@gnu.org>
parents:
diff changeset
69 shift
Dave Love <fx@gnu.org>
parents:
diff changeset
70 continue;;
Dave Love <fx@gnu.org>
parents:
diff changeset
71
Dave Love <fx@gnu.org>
parents:
diff changeset
72 -o) chowncmd="$chownprog $2"
Dave Love <fx@gnu.org>
parents:
diff changeset
73 shift
Dave Love <fx@gnu.org>
parents:
diff changeset
74 shift
Dave Love <fx@gnu.org>
parents:
diff changeset
75 continue;;
Dave Love <fx@gnu.org>
parents:
diff changeset
76
Dave Love <fx@gnu.org>
parents:
diff changeset
77 -g) chgrpcmd="$chgrpprog $2"
Dave Love <fx@gnu.org>
parents:
diff changeset
78 shift
Dave Love <fx@gnu.org>
parents:
diff changeset
79 shift
Dave Love <fx@gnu.org>
parents:
diff changeset
80 continue;;
Dave Love <fx@gnu.org>
parents:
diff changeset
81
Dave Love <fx@gnu.org>
parents:
diff changeset
82 -s) stripcmd="$stripprog"
Dave Love <fx@gnu.org>
parents:
diff changeset
83 shift
Dave Love <fx@gnu.org>
parents:
diff changeset
84 continue;;
Dave Love <fx@gnu.org>
parents:
diff changeset
85
Dave Love <fx@gnu.org>
parents:
diff changeset
86 -t=*) transformarg=`echo $1 | sed 's/-t=//'`
Dave Love <fx@gnu.org>
parents:
diff changeset
87 shift
Dave Love <fx@gnu.org>
parents:
diff changeset
88 continue;;
Dave Love <fx@gnu.org>
parents:
diff changeset
89
Dave Love <fx@gnu.org>
parents:
diff changeset
90 -b=*) transformbasename=`echo $1 | sed 's/-b=//'`
Dave Love <fx@gnu.org>
parents:
diff changeset
91 shift
Dave Love <fx@gnu.org>
parents:
diff changeset
92 continue;;
Dave Love <fx@gnu.org>
parents:
diff changeset
93
Dave Love <fx@gnu.org>
parents:
diff changeset
94 *) if [ x"$src" = x ]
Dave Love <fx@gnu.org>
parents:
diff changeset
95 then
Dave Love <fx@gnu.org>
parents:
diff changeset
96 src=$1
Dave Love <fx@gnu.org>
parents:
diff changeset
97 else
Dave Love <fx@gnu.org>
parents:
diff changeset
98 # this colon is to work around a 386BSD /bin/sh bug
Dave Love <fx@gnu.org>
parents:
diff changeset
99 :
Dave Love <fx@gnu.org>
parents:
diff changeset
100 dst=$1
Dave Love <fx@gnu.org>
parents:
diff changeset
101 fi
Dave Love <fx@gnu.org>
parents:
diff changeset
102 shift
Dave Love <fx@gnu.org>
parents:
diff changeset
103 continue;;
Dave Love <fx@gnu.org>
parents:
diff changeset
104 esac
Dave Love <fx@gnu.org>
parents:
diff changeset
105 done
Dave Love <fx@gnu.org>
parents:
diff changeset
106
Dave Love <fx@gnu.org>
parents:
diff changeset
107 if [ x"$src" = x ]
Dave Love <fx@gnu.org>
parents:
diff changeset
108 then
Dave Love <fx@gnu.org>
parents:
diff changeset
109 echo "install: no input file specified"
Dave Love <fx@gnu.org>
parents:
diff changeset
110 exit 1
Dave Love <fx@gnu.org>
parents:
diff changeset
111 else
Dave Love <fx@gnu.org>
parents:
diff changeset
112 true
Dave Love <fx@gnu.org>
parents:
diff changeset
113 fi
Dave Love <fx@gnu.org>
parents:
diff changeset
114
Dave Love <fx@gnu.org>
parents:
diff changeset
115 if [ x"$dir_arg" != x ]; then
Dave Love <fx@gnu.org>
parents:
diff changeset
116 dst=$src
Dave Love <fx@gnu.org>
parents:
diff changeset
117 src=""
49600
23a1cea22d13 Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 25978
diff changeset
118
25978
Dave Love <fx@gnu.org>
parents:
diff changeset
119 if [ -d $dst ]; then
Dave Love <fx@gnu.org>
parents:
diff changeset
120 instcmd=:
Dave Love <fx@gnu.org>
parents:
diff changeset
121 else
Dave Love <fx@gnu.org>
parents:
diff changeset
122 instcmd=mkdir
Dave Love <fx@gnu.org>
parents:
diff changeset
123 fi
Dave Love <fx@gnu.org>
parents:
diff changeset
124 else
Dave Love <fx@gnu.org>
parents:
diff changeset
125
Dave Love <fx@gnu.org>
parents:
diff changeset
126 # Waiting for this to be detected by the "$instcmd $src $dsttmp" command
49600
23a1cea22d13 Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 25978
diff changeset
127 # might cause directories to be created, which would be especially bad
25978
Dave Love <fx@gnu.org>
parents:
diff changeset
128 # if $src (and thus $dsttmp) contains '*'.
Dave Love <fx@gnu.org>
parents:
diff changeset
129
Dave Love <fx@gnu.org>
parents:
diff changeset
130 if [ -f $src -o -d $src ]
Dave Love <fx@gnu.org>
parents:
diff changeset
131 then
Dave Love <fx@gnu.org>
parents:
diff changeset
132 true
Dave Love <fx@gnu.org>
parents:
diff changeset
133 else
Dave Love <fx@gnu.org>
parents:
diff changeset
134 echo "install: $src does not exist"
Dave Love <fx@gnu.org>
parents:
diff changeset
135 exit 1
Dave Love <fx@gnu.org>
parents:
diff changeset
136 fi
49600
23a1cea22d13 Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 25978
diff changeset
137
25978
Dave Love <fx@gnu.org>
parents:
diff changeset
138 if [ x"$dst" = x ]
Dave Love <fx@gnu.org>
parents:
diff changeset
139 then
Dave Love <fx@gnu.org>
parents:
diff changeset
140 echo "install: no destination specified"
Dave Love <fx@gnu.org>
parents:
diff changeset
141 exit 1
Dave Love <fx@gnu.org>
parents:
diff changeset
142 else
Dave Love <fx@gnu.org>
parents:
diff changeset
143 true
Dave Love <fx@gnu.org>
parents:
diff changeset
144 fi
Dave Love <fx@gnu.org>
parents:
diff changeset
145
Dave Love <fx@gnu.org>
parents:
diff changeset
146 # If destination is a directory, append the input filename; if your system
Dave Love <fx@gnu.org>
parents:
diff changeset
147 # does not like double slashes in filenames, you may need to add some logic
Dave Love <fx@gnu.org>
parents:
diff changeset
148
Dave Love <fx@gnu.org>
parents:
diff changeset
149 if [ -d $dst ]
Dave Love <fx@gnu.org>
parents:
diff changeset
150 then
Dave Love <fx@gnu.org>
parents:
diff changeset
151 dst="$dst"/`basename $src`
Dave Love <fx@gnu.org>
parents:
diff changeset
152 else
Dave Love <fx@gnu.org>
parents:
diff changeset
153 true
Dave Love <fx@gnu.org>
parents:
diff changeset
154 fi
Dave Love <fx@gnu.org>
parents:
diff changeset
155 fi
Dave Love <fx@gnu.org>
parents:
diff changeset
156
Dave Love <fx@gnu.org>
parents:
diff changeset
157 ## this sed command emulates the dirname command
Dave Love <fx@gnu.org>
parents:
diff changeset
158 dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
Dave Love <fx@gnu.org>
parents:
diff changeset
159
Dave Love <fx@gnu.org>
parents:
diff changeset
160 # Make sure that the destination directory exists.
Dave Love <fx@gnu.org>
parents:
diff changeset
161 # this part is taken from Noah Friedman's mkinstalldirs script
Dave Love <fx@gnu.org>
parents:
diff changeset
162
Dave Love <fx@gnu.org>
parents:
diff changeset
163 # Skip lots of stat calls in the usual case.
Dave Love <fx@gnu.org>
parents:
diff changeset
164 if [ ! -d "$dstdir" ]; then
49600
23a1cea22d13 Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 25978
diff changeset
165 defaultIFS='
25978
Dave Love <fx@gnu.org>
parents:
diff changeset
166 '
Dave Love <fx@gnu.org>
parents:
diff changeset
167 IFS="${IFS-${defaultIFS}}"
Dave Love <fx@gnu.org>
parents:
diff changeset
168
Dave Love <fx@gnu.org>
parents:
diff changeset
169 oIFS="${IFS}"
Dave Love <fx@gnu.org>
parents:
diff changeset
170 # Some sh's can't handle IFS=/ for some reason.
Dave Love <fx@gnu.org>
parents:
diff changeset
171 IFS='%'
Dave Love <fx@gnu.org>
parents:
diff changeset
172 set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
Dave Love <fx@gnu.org>
parents:
diff changeset
173 IFS="${oIFS}"
Dave Love <fx@gnu.org>
parents:
diff changeset
174
Dave Love <fx@gnu.org>
parents:
diff changeset
175 pathcomp=''
Dave Love <fx@gnu.org>
parents:
diff changeset
176
Dave Love <fx@gnu.org>
parents:
diff changeset
177 while [ $# -ne 0 ] ; do
Dave Love <fx@gnu.org>
parents:
diff changeset
178 pathcomp="${pathcomp}${1}"
Dave Love <fx@gnu.org>
parents:
diff changeset
179 shift
Dave Love <fx@gnu.org>
parents:
diff changeset
180
Dave Love <fx@gnu.org>
parents:
diff changeset
181 if [ ! -d "${pathcomp}" ] ;
Dave Love <fx@gnu.org>
parents:
diff changeset
182 then
Dave Love <fx@gnu.org>
parents:
diff changeset
183 $mkdirprog "${pathcomp}"
Dave Love <fx@gnu.org>
parents:
diff changeset
184 else
Dave Love <fx@gnu.org>
parents:
diff changeset
185 true
Dave Love <fx@gnu.org>
parents:
diff changeset
186 fi
Dave Love <fx@gnu.org>
parents:
diff changeset
187
Dave Love <fx@gnu.org>
parents:
diff changeset
188 pathcomp="${pathcomp}/"
Dave Love <fx@gnu.org>
parents:
diff changeset
189 done
Dave Love <fx@gnu.org>
parents:
diff changeset
190 fi
Dave Love <fx@gnu.org>
parents:
diff changeset
191
Dave Love <fx@gnu.org>
parents:
diff changeset
192 if [ x"$dir_arg" != x ]
Dave Love <fx@gnu.org>
parents:
diff changeset
193 then
Dave Love <fx@gnu.org>
parents:
diff changeset
194 $doit $instcmd $dst &&
Dave Love <fx@gnu.org>
parents:
diff changeset
195
Dave Love <fx@gnu.org>
parents:
diff changeset
196 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi &&
Dave Love <fx@gnu.org>
parents:
diff changeset
197 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi &&
Dave Love <fx@gnu.org>
parents:
diff changeset
198 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi &&
Dave Love <fx@gnu.org>
parents:
diff changeset
199 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi
Dave Love <fx@gnu.org>
parents:
diff changeset
200 else
Dave Love <fx@gnu.org>
parents:
diff changeset
201
Dave Love <fx@gnu.org>
parents:
diff changeset
202 # If we're going to rename the final executable, determine the name now.
Dave Love <fx@gnu.org>
parents:
diff changeset
203
49600
23a1cea22d13 Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 25978
diff changeset
204 if [ x"$transformarg" = x ]
25978
Dave Love <fx@gnu.org>
parents:
diff changeset
205 then
Dave Love <fx@gnu.org>
parents:
diff changeset
206 dstfile=`basename $dst`
Dave Love <fx@gnu.org>
parents:
diff changeset
207 else
49600
23a1cea22d13 Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 25978
diff changeset
208 dstfile=`basename $dst $transformbasename |
25978
Dave Love <fx@gnu.org>
parents:
diff changeset
209 sed $transformarg`$transformbasename
Dave Love <fx@gnu.org>
parents:
diff changeset
210 fi
Dave Love <fx@gnu.org>
parents:
diff changeset
211
Dave Love <fx@gnu.org>
parents:
diff changeset
212 # don't allow the sed command to completely eliminate the filename
Dave Love <fx@gnu.org>
parents:
diff changeset
213
49600
23a1cea22d13 Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 25978
diff changeset
214 if [ x"$dstfile" = x ]
25978
Dave Love <fx@gnu.org>
parents:
diff changeset
215 then
Dave Love <fx@gnu.org>
parents:
diff changeset
216 dstfile=`basename $dst`
Dave Love <fx@gnu.org>
parents:
diff changeset
217 else
Dave Love <fx@gnu.org>
parents:
diff changeset
218 true
Dave Love <fx@gnu.org>
parents:
diff changeset
219 fi
Dave Love <fx@gnu.org>
parents:
diff changeset
220
Dave Love <fx@gnu.org>
parents:
diff changeset
221 # Make a temp file name in the proper directory.
Dave Love <fx@gnu.org>
parents:
diff changeset
222
Dave Love <fx@gnu.org>
parents:
diff changeset
223 dsttmp=$dstdir/#inst.$$#
Dave Love <fx@gnu.org>
parents:
diff changeset
224
Dave Love <fx@gnu.org>
parents:
diff changeset
225 # Move or copy the file name to the temp name
Dave Love <fx@gnu.org>
parents:
diff changeset
226
Dave Love <fx@gnu.org>
parents:
diff changeset
227 $doit $instcmd $src $dsttmp &&
Dave Love <fx@gnu.org>
parents:
diff changeset
228
Dave Love <fx@gnu.org>
parents:
diff changeset
229 trap "rm -f ${dsttmp}" 0 &&
Dave Love <fx@gnu.org>
parents:
diff changeset
230
Dave Love <fx@gnu.org>
parents:
diff changeset
231 # and set any options; do chmod last to preserve setuid bits
Dave Love <fx@gnu.org>
parents:
diff changeset
232
Dave Love <fx@gnu.org>
parents:
diff changeset
233 # If any of these fail, we abort the whole thing. If we want to
Dave Love <fx@gnu.org>
parents:
diff changeset
234 # ignore errors from any of these, just make sure not to ignore
Dave Love <fx@gnu.org>
parents:
diff changeset
235 # errors from the above "$doit $instcmd $src $dsttmp" command.
Dave Love <fx@gnu.org>
parents:
diff changeset
236
Dave Love <fx@gnu.org>
parents:
diff changeset
237 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi &&
Dave Love <fx@gnu.org>
parents:
diff changeset
238 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi &&
Dave Love <fx@gnu.org>
parents:
diff changeset
239 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp; else true;fi &&
Dave Love <fx@gnu.org>
parents:
diff changeset
240 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dsttmp; else true;fi &&
Dave Love <fx@gnu.org>
parents:
diff changeset
241
Dave Love <fx@gnu.org>
parents:
diff changeset
242 # Now rename the file to the real destination.
Dave Love <fx@gnu.org>
parents:
diff changeset
243
Dave Love <fx@gnu.org>
parents:
diff changeset
244 $doit $rmcmd -f $dstdir/$dstfile &&
49600
23a1cea22d13 Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 25978
diff changeset
245 $doit $mvcmd $dsttmp $dstdir/$dstfile
25978
Dave Love <fx@gnu.org>
parents:
diff changeset
246
Dave Love <fx@gnu.org>
parents:
diff changeset
247 fi &&
Dave Love <fx@gnu.org>
parents:
diff changeset
248
Dave Love <fx@gnu.org>
parents:
diff changeset
249
Dave Love <fx@gnu.org>
parents:
diff changeset
250 exit 0