diff options
| author | Jim Blandy | 1992-11-10 23:12:23 +0000 |
|---|---|---|
| committer | Jim Blandy | 1992-11-10 23:12:23 +0000 |
| commit | c9874e0423720c6f05e3d8f4c6c99d3519b4d414 (patch) | |
| tree | 99d16ecfddbcdfd0e912d8f4ada7acc9262cecde | |
| parent | 1433a22243951f8c4f0455cc91f551b5a08eaf48 (diff) | |
| download | emacs-c9874e0423720c6f05e3d8f4c6c99d3519b4d414.tar.gz emacs-c9874e0423720c6f05e3d8f4c6c99d3519b4d414.zip | |
Sat Nov 7 15:11:39 1992 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
* make-dist: Don't forget that the way to avoid filenames starting
with `=' is to use the pattern `[a-zA-Z0-9]*.h', not
`[a-zA-Z0-9].h'. Add a new section for dealing with files that we
couldn't make hard links to, since we have two already, and
perhaps more to come.
| -rwxr-xr-x | make-dist | 11 |
1 files changed, 0 insertions, 11 deletions
| @@ -97,12 +97,6 @@ echo "Making links to top-level files." | |||
| 97 | ln GETTING.GNU.SOFTWARE INSTALL PROBLEMS README move-if-change ${tempdir} | 97 | ln GETTING.GNU.SOFTWARE INSTALL PROBLEMS README move-if-change ${tempdir} |
| 98 | ln ChangeLog Makefile.in build-install.in configure config.sub ${tempdir} | 98 | ln ChangeLog Makefile.in build-install.in configure config.sub ${tempdir} |
| 99 | ln make-dist ${tempdir} | 99 | ln make-dist ${tempdir} |
| 100 | # Copy these files; on the GNU machines, at least, they are symbolic | ||
| 101 | # links to files on another file system, so we can't make a hard link | ||
| 102 | # to it. Eech. | ||
| 103 | if [ ! -f ${tempdir}/config.sub ]; then | ||
| 104 | cp config.sub ${tempdir} | ||
| 105 | fi | ||
| 106 | 100 | ||
| 107 | echo "Creating subdirectories." | 101 | echo "Creating subdirectories." |
| 108 | for subdir in lisp lisp/term local-lisp external-lisp \ | 102 | for subdir in lisp lisp/term local-lisp external-lisp \ |
| @@ -149,11 +143,6 @@ echo "Making links to \`src'." | |||
| 149 | ../${tempdir}/src | 143 | ../${tempdir}/src |
| 150 | ln .gdbinit .dbxinit ../${tempdir}/src | 144 | ln .gdbinit .dbxinit ../${tempdir}/src |
| 151 | ln *.com *.opt vms-pp.trans vmsbuild ../${tempdir}/src | 145 | ln *.com *.opt vms-pp.trans vmsbuild ../${tempdir}/src |
| 152 | # gmalloc.c is a symbolic link to another file system, so we can't | ||
| 153 | # link it into ${tempdir}. We copy it. Eech. | ||
| 154 | if [ ! -f ../${tempdir}/src/gmalloc.c ]; then | ||
| 155 | cp gmalloc.c ../${tempdir}/src | ||
| 156 | fi | ||
| 157 | cd ../${tempdir}/src | 146 | cd ../${tempdir}/src |
| 158 | rm -f config.h paths.h Makefile | 147 | rm -f config.h paths.h Makefile |
| 159 | if [ -z "${newer}" ]; then | 148 | if [ -z "${newer}" ]; then |