comparison Makefile.in @ 53279:2429601c512b

* Makefile.in (install-arch-dep): Don't let cd output go into pipe for carbon_appdir.
author Jan Djärv <jan.h.d@swipnet.se>
date Wed, 24 Dec 2003 12:02:26 +0000
parents 086c5d73dee4
children ad44d90738f2
comparison
equal deleted inserted replaced
53278:f830e67de7d8 53279:2429601c512b
365 ${INSTALL_DATA} lib-src/$$f ${archlibdir}/$$f; \ 365 ${INSTALL_DATA} lib-src/$$f ${archlibdir}/$$f; \
366 else true; fi ; \ 366 else true; fi ; \
367 done 367 done
368 if test "${carbon_appdir}" != ""; then \ 368 if test "${carbon_appdir}" != ""; then \
369 umask 022; mkdir -p ${carbon_appdir}/Emacs.app; \ 369 umask 022; mkdir -p ${carbon_appdir}/Emacs.app; \
370 (cd mac/Emacs.app; tar -chf - . ) | \ 370 (cd mac/Emacs.app; (tar -chf - . | \
371 (cd ${carbon_appdir}/Emacs.app; umask 022; tar -xvf - \ 371 (cd ${carbon_appdir}/Emacs.app; umask 022; tar -xvf - \
372 && cat > /dev/null) || exit 1; \ 372 && cat > /dev/null))) || exit 1; \
373 fi 373 fi
374 374
375 ### Install the files that are machine-independent. 375 ### Install the files that are machine-independent.
376 ### Most of them come straight from the distribution; 376 ### Most of them come straight from the distribution;
377 ### the exception is the DOC-* files, which are copied 377 ### the exception is the DOC-* files, which are copied