comparison make-dist @ 11666:e3434c390970

Don't copy in src/s/*.inp. Don't copy nt/src. In nt. copy various different things, but not *.cmd. Fix the ln commands for the subdirs of nt.
author Richard M. Stallman <rms@gnu.org>
date Wed, 03 May 1995 19:44:00 +0000
parents 52bf246dd940
children a4f90f989aaf
comparison
equal deleted inserted replaced
11665:6e1c2ecf280b 11666:e3434c390970
186 186
187 187
188 echo "Creating subdirectories." 188 echo "Creating subdirectories."
189 for subdir in lisp lisp/term site-lisp \ 189 for subdir in lisp lisp/term site-lisp \
190 src src/m src/s src/bitmaps lib-src oldXMenu lwlib \ 190 src src/m src/s src/bitmaps lib-src oldXMenu lwlib \
191 nt nt/inc nt/inc/sys nt/src \ 191 nt nt/inc nt/inc/sys \
192 etc etc/e lock cpp info man msdos vms; do 192 etc etc/e lock cpp info man msdos vms; do
193 mkdir ${tempdir}/${subdir} 193 mkdir ${tempdir}/${subdir}
194 done 194 done
195 195
196 echo "Making links to \`lisp'." 196 echo "Making links to \`lisp'."
253 # We call files for miscellaneous input (to linker etc) .inp. 253 # We call files for miscellaneous input (to linker etc) .inp.
254 ln README [a-zA-Z0-9]*.h *.inp ../../${tempdir}/src/m) 254 ln README [a-zA-Z0-9]*.h *.inp ../../${tempdir}/src/m)
255 255
256 echo "Making links to \`src/s'." 256 echo "Making links to \`src/s'."
257 (cd src/s 257 (cd src/s
258 ln README [a-zA-Z0-9]*.h *.inp ../../${tempdir}/src/s) 258 ln README [a-zA-Z0-9]*.h ../../${tempdir}/src/s)
259 259
260 echo "Making links to \`lib-src'." 260 echo "Making links to \`lib-src'."
261 (cd lib-src 261 (cd lib-src
262 ln [a-zA-Z]*.[chy] ../${tempdir}/lib-src 262 ln [a-zA-Z]*.[chy] ../${tempdir}/lib-src
263 ln ChangeLog Makefile.in.in README testfile vcdiff ../${tempdir}/lib-src 263 ln ChangeLog Makefile.in.in README testfile vcdiff ../${tempdir}/lib-src
266 rm -f getdate.tab.c y.tab.c y.tab.h 266 rm -f getdate.tab.c y.tab.c y.tab.h
267 rm -f =* TAGS) 267 rm -f =* TAGS)
268 268
269 echo "Making links to \`nt'." 269 echo "Making links to \`nt'."
270 (cd nt 270 (cd nt
271 ln [a-z]*.cmd makefile.* todo ChangeLog install readme ../${tempdir}/nt) 271 ln [a-z]*.bat [a-z]*.h makefile.* todo ChangeLog install readme ../${tempdir}/nt)
272 272
273 echo "Making links to \`nt/inc'." 273 echo "Making links to \`nt/inc'."
274 (cd nt/inc 274 (cd nt/inc
275 ln [a-z]*.h ../${tempdir}/nt/inc) 275 ln [a-z]*.h ../../${tempdir}/nt/inc)
276 276
277 echo "Making links to \`nt/inc/sys'." 277 echo "Making links to \`nt/inc/sys'."
278 (cd nt/inc/sys 278 (cd nt/inc/sys
279 ln [a-z]*.h ../${tempdir}/nt/inc/sys) 279 ln [a-z]*.h ../../../${tempdir}/nt/inc/sys)
280
281 echo "Making links to \`nt/src'."
282 (cd nt/src
283 ln [a-z]*.h ../${tempdir}/nt/src)
284 280
285 echo "Making links to \`msdos'." 281 echo "Making links to \`msdos'."
286 (cd msdos 282 (cd msdos
287 ln ChangeLog emacs.ico emacs.pif ../${tempdir}/msdos 283 ln ChangeLog emacs.ico emacs.pif ../${tempdir}/msdos
288 ln mainmake sed*.inp ../${tempdir}/msdos 284 ln mainmake sed*.inp ../${tempdir}/msdos