Mercurial > emacs
comparison src/Makefile.in @ 96834:d2e4a0ee9816
fix typo in ns_appdir target find command
author | Adrian Robert <Adrian.B.Robert@gmail.com> |
---|---|
date | Sun, 20 Jul 2008 13:19:56 +0000 |
parents | 6b7bbb1d9eb1 |
children | d89afa2b4c2f |
comparison
equal
deleted
inserted
replaced
96833:c06568fd3844 | 96834:d2e4a0ee9816 |
---|---|
1333 | 1333 |
1334 ${ns_appdir}: ${ns_appsrc} | 1334 ${ns_appdir}: ${ns_appsrc} |
1335 rm -fr ${ns_appdir} | 1335 rm -fr ${ns_appdir} |
1336 mkdir -p ${ns_appdir} | 1336 mkdir -p ${ns_appdir} |
1337 ( cd ${ns_appsrc} ; tar cfh - . ) | ( cd ${ns_appdir} ; tar xf - ) | 1337 ( cd ${ns_appsrc} ; tar cfh - . ) | ( cd ${ns_appdir} ; tar xf - ) |
1338 ( cd ${ns_appdir} ; for subdir in `find $${dest} -type d ! -name CVS -print` ; do \ | 1338 ( cd ${ns_appdir} ; for subdir in `find . -type d ! -name CVS -print` ; do \ |
1339 chmod a+rx $${subdir} ; \ | 1339 chmod a+rx $${subdir} ; \ |
1340 rm -rf $${subdir}/CVS ; \ | 1340 rm -rf $${subdir}/CVS ; \ |
1341 rm -f $${subdir}/.cvsignore ; done ; ) | 1341 rm -f $${subdir}/.cvsignore ; done ; ) |
1342 | 1342 |
1343 ${ns_appbindir}Emacs: emacs${EXEEXT} | 1343 ${ns_appbindir}Emacs: emacs${EXEEXT} |