diff options
| author | Karl Heuer | 1995-11-02 23:29:42 +0000 |
|---|---|---|
| committer | Karl Heuer | 1995-11-02 23:29:42 +0000 |
| commit | a6903f091103a8ccd11e2947aec2b1a74b3f08c9 (patch) | |
| tree | 1d7c8cacc47cd759710a02b3bcbff963bcd3f823 | |
| parent | f07eebe05f80dfabbd7ef1a942653bc9d8bfcfda (diff) | |
| download | emacs-a6903f091103a8ccd11e2947aec2b1a74b3f08c9.tar.gz emacs-a6903f091103a8ccd11e2947aec2b1a74b3f08c9.zip | |
(src, lib-src): Don't distribute Makefile.c.
(etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc.
| -rwxr-xr-x | make-dist | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -247,7 +247,7 @@ echo "Making links to \`src'." | |||
| 247 | ln .gdbinit .dbxinit ../${tempdir}/src | 247 | ln .gdbinit .dbxinit ../${tempdir}/src |
| 248 | ln *.opt vms-pp.trans ../${tempdir}/src | 248 | ln *.opt vms-pp.trans ../${tempdir}/src |
| 249 | cd ../${tempdir}/src | 249 | cd ../${tempdir}/src |
| 250 | rm -f config.h paths.h Makefile | 250 | rm -f config.h paths.h Makefile Makefile.c |
| 251 | rm -f =* TAGS) | 251 | rm -f =* TAGS) |
| 252 | 252 | ||
| 253 | echo "Making links to \`src/bitmaps'." | 253 | echo "Making links to \`src/bitmaps'." |
| @@ -269,7 +269,7 @@ echo "Making links to \`lib-src'." | |||
| 269 | ln ChangeLog Makefile.in README testfile vcdiff ../${tempdir}/lib-src | 269 | ln ChangeLog Makefile.in README testfile vcdiff ../${tempdir}/lib-src |
| 270 | ln emacs.csh rcs2log rcs-checkin makefile.nt ../${tempdir}/lib-src | 270 | ln emacs.csh rcs2log rcs-checkin makefile.nt ../${tempdir}/lib-src |
| 271 | cd ../${tempdir}/lib-src | 271 | cd ../${tempdir}/lib-src |
| 272 | rm -f getdate.tab.c y.tab.c y.tab.h | 272 | rm -f getdate.tab.c y.tab.c y.tab.h Makefile.c |
| 273 | rm -f =* TAGS) | 273 | rm -f =* TAGS) |
| 274 | 274 | ||
| 275 | echo "Making links to \`nt'." | 275 | echo "Making links to \`nt'." |
| @@ -316,7 +316,7 @@ echo "Making links to \`etc'." | |||
| 316 | echo "Making links to \`etc/e'." | 316 | echo "Making links to \`etc/e'." |
| 317 | (cd etc/e | 317 | (cd etc/e |
| 318 | ln `ls -d * | grep -v 'RCS'` ../../${tempdir}/etc/e | 318 | ln `ls -d * | grep -v 'RCS'` ../../${tempdir}/etc/e |
| 319 | cd ../../${tempdir}/etc | 319 | cd ../../${tempdir}/etc/e |
| 320 | rm -f *~ \#*\# *,v =* core) | 320 | rm -f *~ \#*\# *,v =* core) |
| 321 | 321 | ||
| 322 | echo "Making links to \`cpp'." | 322 | echo "Making links to \`cpp'." |