comparison Makefile.in @ 11228:a78e341e8061

(install-arch-indep): Undo Sep 23 change.
author Richard M. Stallman <rms@gnu.org>
date Thu, 06 Apr 1995 21:53:21 +0000
parents 91377b178920
children f9ec534fe44c
comparison
equal deleted inserted replaced
11227:91377b178920 11228:a78e341e8061
308 -ln ${bindir}/emacs-${version} ${bindir}/$(EMACS) 308 -ln ${bindir}/emacs-${version} ${bindir}/$(EMACS)
309 309
310 ### Note that we copy the DOC-* files from the build etc directory 310 ### Note that we copy the DOC-* files from the build etc directory
311 ### as well as lots of things from ${srcdir}/etc. 311 ### as well as lots of things from ${srcdir}/etc.
312 312
313 # These lines appeared after the second -set, but should be unnecessary.
314 # mkdir ${COPYDESTS} ; \
315 # chmod ugo+rx ${COPYDESTS} ; \
316 # The backslash above continues the comment onto this line. It ends here.
317 install-arch-indep: mkdir 313 install-arch-indep: mkdir
318 -set ${COPYDESTS} ; \ 314 -set ${COPYDESTS} ; \
319 for dir in ${COPYDIR} ; do \ 315 for dir in ${COPYDIR} ; do \
320 if [ `(cd $$1 && /bin/pwd)` != `(cd $${dir} && /bin/pwd)` ] ; then \ 316 if [ `(cd $$1 && /bin/pwd)` != `(cd $${dir} && /bin/pwd)` ] ; then \
321 rm -rf $$1 ; \ 317 rm -rf $$1 ; \
322 fi ; \ 318 fi ; \
323 shift ; \ 319 shift ; \
324 done 320 done
325 -set ${COPYDESTS} ; \ 321 -set ${COPYDESTS} ; \
322 mkdir ${COPYDESTS} ; \
323 chmod ugo+rx ${COPYDESTS} ; \
326 for dir in ${COPYDIR} ; do \ 324 for dir in ${COPYDIR} ; do \
327 dest=$$1 ; shift ; \ 325 dest=$$1 ; shift ; \
328 [ -d $${dir} ] \ 326 [ -d $${dir} ] \
329 && [ `(cd $${dir} && /bin/pwd)` != `(cd $${dest} && /bin/pwd)` ] \ 327 && [ `(cd $${dir} && /bin/pwd)` != `(cd $${dest} && /bin/pwd)` ] \
330 && (echo "Copying $${dir}..." ; \ 328 && (echo "Copying $${dir}..." ; \