source: trunk/xfix.sh@ 84

Last change on this file since 84 was 84, checked in by bird, 22 years ago

xfix again..

  • Property cvs2svn:cvs-rev set to 1.2
  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 3.0 KB
Line 
1#!/bin/sh
2#
3# Workaround for missing +x bits in initial CVS import.
4#
5chmod a+x src/gcc/config.guess
6chmod a+x src/gcc/config.sub
7chmod a+x src/gcc/configure
8chmod a+x src/gcc/install-sh
9chmod a+x src/gcc/ltconfig
10chmod a+x src/gcc/missing
11chmod a+x src/gcc/mkdep
12chmod a+x src/gcc/mkinstalldirs
13chmod a+x src/gcc/move-if-change
14chmod a+x src/gcc/symlink-tree
15chmod a+x src/gcc/ylwrap
16chmod a+x src/gcc/boehm-gc/callprocs
17chmod a+x src/gcc/boehm-gc/config.guess
18chmod a+x src/gcc/boehm-gc/config.sub
19chmod a+x src/gcc/boehm-gc/configure
20chmod a+x src/gcc/boehm-gc/install-sh
21chmod a+x src/gcc/boehm-gc/ltconfig
22chmod a+x src/gcc/boehm-gc/mkinstalldirs
23chmod a+x src/gcc/contrib/analyze_brprob
24chmod a+x src/gcc/contrib/compare_tests
25chmod a+x src/gcc/contrib/convert_to_f2c
26chmod a+x src/gcc/contrib/convert_to_g2c
27chmod a+x src/gcc/contrib/download_f2c
28chmod a+x src/gcc/contrib/gcc_build
29chmod a+x src/gcc/contrib/gcc_update
30chmod a+x src/gcc/contrib/gennews
31chmod a+x src/gcc/contrib/index-prop
32chmod a+x src/gcc/contrib/newcvsroot
33chmod a+x src/gcc/contrib/test_installed
34chmod a+x src/gcc/contrib/test_summary
35chmod a+x src/gcc/contrib/texi2pod.pl
36chmod a+x src/gcc/contrib/warn_summary
37chmod a+x src/gcc/contrib/reghunt/reg_periodic
38chmod a+x src/gcc/contrib/reghunt/reg_search
39chmod a+x src/gcc/contrib/reghunt/reg_test_template
40chmod a+x src/gcc/contrib/regression/btest-gcc.sh
41chmod a+x src/gcc/contrib/regression/objs-gcc.sh
42chmod a+x src/gcc/fastjar/configure
43chmod a+x src/gcc/fastjar/install-sh
44chmod a+x src/gcc/fastjar/missing
45chmod a+x src/gcc/fastjar/mkinstalldirs
46chmod a+x src/gcc/gcc/gccbug.in
47chmod a+x src/gcc/gcc/doc/install.texi2html
48chmod a+x src/gcc/gcc/fixinc/fixinc.svr4
49chmod a+x src/gcc/gcc/fixinc/fixinc.wrap
50chmod a+x src/gcc/gcc/fixinc/fixincl.sh
51chmod a+x src/gcc/gcc/fixinc/genfixes
52chmod a+x src/gcc/gcc/fixinc/mkfixinc.sh
53chmod a+x src/gcc/gcc/intl/config.charset
54chmod a+x src/gcc/gcc/testsuite/gcc.dg/dll-5.c
55chmod a+x src/gcc/libf2c/libF77/configure
56chmod a+x src/gcc/libf2c/configure
57chmod a+x src/gcc/libf2c/libI77/configure
58chmod a+x src/gcc/libf2c/libU77/configure
59chmod a+x src/gcc/libffi/configure
60chmod a+x src/gcc/libiberty/configure
61chmod a+x src/gcc/libjava/addr2name.awk
62chmod a+x src/gcc/libjava/configure
63chmod a+x src/gcc/libjava/libltdl/configure
64chmod a+x src/gcc/libjava/scripts/unicode-blocks.pl
65chmod a+x src/gcc/libjava/scripts/unicode-decomp.pl
66chmod a+x src/gcc/libjava/scripts/unicode-muncher.pl
67chmod a+x src/gcc/libobjc/configure
68chmod a+x src/gcc/libstdc++-v3/configure
69chmod a+x src/gcc/libstdc++-v3/mkcheck.in
70chmod a+x src/gcc/libstdc++-v3/testsuite_flags.in
71chmod a+x src/gcc/libstdc++-v3/config/abi/extract_symvers
72chmod a+x src/gcc/maintainer-scripts/gcc_release
73chmod a+x src/gcc/maintainer-scripts/update_version
74chmod a+x src/gcc/maintainer-scripts/update_web_docs
75chmod a+x src/gcc/maintainer-scripts/update_web_docs_libstdcxx
76chmod a+x src/gcc/maintainer-scripts/update_web_docs_old
77chmod a+x src/gcc/zlib/configure
78# added by hand
79chmod a+x src/gcc/gcc/mkoptdesc.sh
Note: See TracBrowser for help on using the repository browser.