comparison Makefile.in @ 9051:3748e1fdbd18

(install-arch-indep): Don't do mkdir here.
author Richard M. Stallman <rms@gnu.org>
date Sat, 24 Sep 1994 01:54:17 +0000
parents c910dbca1355
children a9a8a2326411
comparison
equal deleted inserted replaced
9050:953e5ea2b8ea 9051:3748e1fdbd18
301 rm -f ${bindir}/$(EMACS) 301 rm -f ${bindir}/$(EMACS)
302 -ln ${bindir}/emacs-${version} ${bindir}/$(EMACS) 302 -ln ${bindir}/emacs-${version} ${bindir}/$(EMACS)
303 303
304 ### Note that we copy the DOC-* files from the build etc directory 304 ### Note that we copy the DOC-* files from the build etc directory
305 ### as well as lots of things from ${srcdir}/etc. 305 ### as well as lots of things from ${srcdir}/etc.
306
307 # These lines appeared after the second -set, but should be unnecessary.
308 # mkdir ${COPYDESTS} ; \
309 # chmod ugo+rx ${COPYDESTS} ; \
306 install-arch-indep: mkdir 310 install-arch-indep: mkdir
307 -set ${COPYDESTS} ; \ 311 -set ${COPYDESTS} ; \
308 for dir in ${COPYDIR} ; do \ 312 for dir in ${COPYDIR} ; do \
309 if [ `(cd $$1 && /bin/pwd)` != `(cd $${dir} && /bin/pwd)` ] ; then \ 313 if [ `(cd $$1 && /bin/pwd)` != `(cd $${dir} && /bin/pwd)` ] ; then \
310 rm -rf $$1 ; \ 314 rm -rf $$1 ; \
311 fi ; \ 315 fi ; \
312 shift ; \ 316 shift ; \
313 done 317 done
314 -set ${COPYDESTS} ; \ 318 -set ${COPYDESTS} ; \
315 mkdir ${COPYDESTS} ; \
316 for dir in ${COPYDIR} ; do \ 319 for dir in ${COPYDIR} ; do \
317 dest=$$1 ; shift ; \ 320 dest=$$1 ; shift ; \
318 [ -d $${dir} ] \ 321 [ -d $${dir} ] \
319 && [ `(cd $${dir} && /bin/pwd)` != `(cd $${dest} && /bin/pwd)` ] \ 322 && [ `(cd $${dir} && /bin/pwd)` != `(cd $${dest} && /bin/pwd)` ] \
320 && (echo "Copying $${dir}..." ; \ 323 && (echo "Copying $${dir}..." ; \