OSDN Git Service

oops - omitted from previous checkin
[pf3gnuchains/gcc-fork.git] / contrib / gcc_update
1 #! /bin/sh
2 #
3 # Update a local CVS tree from the GCC repository, with an emphasis
4 # on treating generated files correctly, so that autoconf, gperf et
5 # al are not required for the ``end'' user.
6 #
7 # By default all command-line options are passed to `cvs update` in
8 # addition to $UPDATE_OPTIONS (defined below). If the first parameter
9 # reads --nostdflags, $UPDATE_OPTIONS as well as this parameter itself
10 # are omitted.
11 #
12 # If the first parameter reads --patch, the second parameter is considered
13 # a patch file.
14 #
15 # If the first parameter is --touch, no cvs operation will be performed,
16 # only generated files that appear to be out of date in the local tree
17 # will be touched.
18 #
19 # If the first parameter is --list, a list of the generated files and
20 # their dependencies will be printed; --help prints this message.
21 #
22 # Examples:
23 #
24 # contrib/gcc_update -r gcc_latest_snapshot
25 # contrib/gcc_update -A
26 # contrib/gcc_update --nostdflags -P -r gcc-2_95-branch gcc/testsuite
27 # contrib/gcc_update --patch some-patch
28 # contrib/gcc_update --touch
29 # contrib/gcc_update --list
30 #
31 #
32 # (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation
33 # Originally by Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>, August 1998.
34 #
35 # This script is Free Software, and it can be copied, distributed and
36 # modified as defined in the GNU General Public License.  A copy of
37 # its license can be downloaded from http://www.gnu.org/copyleft/gpl.html
38
39
40 # CVS command
41 GCC_CVS=${GCC_CVS-${CVS-cvs}}
42 # Default options used when updating via CVS.
43 UPDATE_OPTIONS=-Pd
44 # Use -P to prune empty directories.
45 # Use -d to create any directories that exist in the repository but not
46 #           locally.
47 # Use -A to reset any sticky tags, dates, or `-k' options.
48
49 ######## Anything below shouldn't be changed by regular users.
50
51 # Arrange for the value of $0 to be available for functions
52 self=$0
53
54 # This function prints a list of all generated files, along with their
55 # dependencies.  Note that only one target is supported per line: the
56 # colon is stripped from the output.
57 files_and_dependencies () {
58     sed -e 's/ *#.*//' -e '/^$/d' -e 's/://' <<\EOF
59 # fixincludes
60 fixincludes/configure: fixincludes/configure.ac fixincludes/aclocal.m4
61 fixincludes/config.h.in: fixincludes/configure.ac fixincludes/aclocal.m4
62 # intl library
63 intl/plural.c: intl/plural.y
64 intl/configure: intl/configure.ac intl/aclocal.m4
65 intl/config.h.in: intl/configure.ac intl/aclocal.m4
66 # Now, proceed to gcc automatically generated files
67 gcc/configure: gcc/configure.ac
68 gcc/cstamp-h.in: gcc/configure.ac
69 gcc/config.in: gcc/cstamp-h.in
70 gcc/fixinc/fixincl.x: gcc/fixinc/fixincl.tpl gcc/fixinc/inclhack.def
71 gcc/config/arm/arm-tune.md: gcc/config/arm/arm-cores.def gcc/config/arm/gentune.sh
72 # And then, language-specific files
73 gcc/cp/cfns.h: gcc/cp/cfns.gperf
74 gcc/java/keyword.h: gcc/java/keyword.gperf
75 # testsuite
76 # Without this, _Pragma3.c can have a false negative.
77 gcc/testsuite/gcc.dg/cpp/_Pragma3.c: gcc/testsuite/gcc.dg/cpp/mi1c.h
78 # And libraries, at last
79 libbanshee/configure: libbanshee/configure.ac
80 libmudflap/configure: libmudflap/configure.ac
81 libobjc/configure: libobjc/configure.ac
82 zlib/aclocal.m4: zlib/configure.ac zlib/acinclude.m4
83 zlib/Makefile.in: zlib/Makefile.am zlib/configure.ac zlib/aclocal.m4
84 zlib/configure: zlib/configure.ac zlib/aclocal.m4
85 fastjar/aclocal.m4: fastjar/configure.ac
86 fastjar/Makefile.in: fastjar/Makefile.am fastjar/configure.ac fastjar/aclocal.m4
87 fastjar/configure: fastjar/configure.ac fastjar/aclocal.m4
88 boehm-gc/aclocal.m4: boehm-gc/configure.ac
89 boehm-gc/Makefile.in: boehm-gc/Makefile.am boehm-gc/configure.ac boehm-gc/aclocal.m4
90 boehm-gc/configure: boehm-gc/configure.ac boehm-gc/aclocal.m4
91 libada/configure: libada/configure.ac
92 libffi/aclocal.m4: libffi/configure.ac libffi/acinclude.m4
93 libffi/Makefile.in: libffi/Makefile.am libffi/configure.ac libffi/aclocal.m4
94 libffi/configure: libffi/configure.ac libffi/aclocal.m4
95 libffi/fficonfig.h.in: libffi/configure.ac libffi/aclocal.m4
96 libgfortran/aclocal.m4: libgfortran/configure.ac libgfortran/acinclude.m4
97 libgfortran/Makefile.in: libgfortran/Makefile.am libgfortran/configure.ac libgfortran/aclocal.m4
98 libgfortran/configure: libgfortran/configure.ac libgfortran/aclocal.m4
99 libjava/aclocal.m4: libjava/configure.ac libjava/acinclude.m4
100 libjava/Makefile.in: libjava/Makefile.am libjava/configure.ac libjava/aclocal.m4
101 libjava/configure: libjava/configure.ac libjava/aclocal.m4
102 libjava/libltdl/aclocal.m4: libjava/libltdl/configure.ac libjava/libltdl/acinclude.m4
103 libjava/libltdl/Makefile.in: libjava/libltdl/Makefile.am libjava/libltdl/configure.ac libjava/libltdl/aclocal.m4
104 libjava/libltdl/configure: libjava/libltdl/configure.ac libjava/libltdl/aclocal.m4
105 libjava/libltdl/config-h.in: libjava/libltdl/configure.ac libjava/libltdl/aclocal.m4
106 libcpp/aclocal.m4: libcpp/configure.ac
107 libcpp/Makefile.in: libcpp/configure.ac libcpp/aclocal.m4
108 libcpp/configure: libcpp/configure.ac libcpp/aclocal.m4
109 # Top level
110 Makefile.in: Makefile.tpl Makefile.def
111 configure: configure.in config/acx.m4
112 EOF
113 }
114
115
116 # This function touches generated files such that the ``end'' user does
117 # not have to rebuild them.
118 touch_files () {
119     rm -f Makefile.$$
120     echo 'all: \' > Makefile.$$
121     files_and_dependencies | sed 's, .*, \\,' >> Makefile.$$
122     echo '; @true' >> Makefile.$$
123     files_and_dependencies | sed 's, ,: ,' >> Makefile.$$
124     files_and_dependencies | sed 's, .*, \\,' >> Makefile.$$
125     echo ':' >> Makefile.$$
126     echo '      @for f in $? $@; do test -f $$f || exit 0; done; \' >> Makefile.$$
127     echo '      echo Touching $@...; \' >> Makefile.$$
128     echo '      echo Touching $@... 1>&2; \' >> Makefile.$$
129     echo '      touch $@' >> Makefile.$$
130     files_and_dependencies | sed 's,[^ ]* ,,;s,$, :,' >> Makefile.$$
131
132     # We would have to explicitly shut off the "Entering... Leaving..."
133     # messages through "--no-print-directory" to handle the case when
134     # we were called from a recursive invocation (i.e. "$(MAKE)" in a
135     # Makefile, not just make).  Passing only "-s" doesn't help then,
136     # because make has helpfully added "-w" to MAKEFLAGS automatically.
137     # Unfortunately we do not require GNU make other than for building
138     # and testing, so let's just grep known text explicitly echoed by
139     # the rule.
140     while ${MAKE-make} -s -f Makefile.$$ all | grep Touching > /dev/null; do
141       sleep 1
142     done 2>&1
143     rm -f Makefile.$$
144 }
145
146
147 # Whenever we update the tree or install a patch, we may be modifying
148 # this script.  By re-execing it, we ensure that the appropriate
149 # dependencies and rules will be used.
150 touch_files_reexec () {
151     echo "Adjusting file timestamps"
152     exec ${CONFIG_SHELL-/bin/sh} $self --touch
153 }
154
155 # This functions applies a patch to an existing tree.
156 apply_patch () {
157     if [ -f $1 ]; then
158         echo "Applying patch file $1"
159         case "$1" in
160         *gz)
161             gzip -d -c $1 | patch -p1 ;;
162         *bz2)
163             bzip2 -d -c $1 | patch -p1 ;;
164         *)
165             cat $1 | patch -p1 ;;
166         esac
167     fi
168     touch_files_reexec
169 }
170
171 # Check whether this indeed looks like a local tree.
172 if [ ! -f gcc/version.c ]; then
173     echo "This does not seem to be a GCC tree!"
174     exit
175 fi
176
177 case "$1" in
178 # First of all, check whether we are going to process a patch.
179 --patch)
180     if test "$#" != 2; then
181         echo "$1" expects only one argument >&2
182         exit 1
183     fi
184     apply_patch "${2}"
185     exit $?
186     ;;
187
188 --touch)
189     if test "$#" != 1; then
190         echo "$1" does not expect any argument >&2
191         exit 1
192     fi
193     touch_files
194     exit $?
195     ;;
196
197 --list)
198     if test "$#" != 1; then
199         echo "$1" does not expect any argument >&2
200         exit 1
201     fi
202     files_and_dependencies | sed 's/ /: /'
203     exit $?
204     ;;
205
206 --help)
207     sed -e '1,2d' -e '/^UPDATE_OPTIONS=/{i\
208 \
209
210 p
211 }' \
212         -e '/^$/,$d' -e 's/#//' -e 's/^ //' < $0
213     exit $?
214     ;;
215
216 esac
217
218 # Check whether this indeed looks like a local CVS tree.
219 if [ ! -d CVS ]; then
220     echo "This does not seem to be a GCC CVS tree!"
221     exit
222 fi
223
224 # Check command-line options
225 if [ x"${1}"x = x"--nostdflags"x ]; then
226     shift
227 else
228     set -- $UPDATE_OPTIONS ${1+"$@"}
229 fi
230
231 echo "Updating CVS tree"
232 $GCC_CVS -q update ${1+"$@"}
233 if [ $? -ne 0 ]; then
234     (touch_files_reexec)
235     echo "CVS update of full tree failed." >&2
236     exit 1
237 fi
238
239 {
240   date
241   TZ=UTC date
242 } > LAST_UPDATED
243 touch_files_reexec