Mercurial > emacs
diff src/Makefile.in @ 108579:ab7ad4459a75
Minor NS build fixes.
* Makefile.in (install-arch-dep): Update odd NS rule for Emacs version.
* src/Makefile.in (${ns_appdir}): Simplify using umask.
| author | Glenn Morris <rgm@gnu.org> |
|---|---|
| date | Fri, 14 May 2010 17:48:53 -0700 |
| parents | 438f784b2966 |
| children | 877bec632371 |
line wrap: on
line diff
--- a/src/Makefile.in Fri May 14 17:42:22 2010 -0700 +++ b/src/Makefile.in Fri May 14 17:48:53 2010 -0700 @@ -972,9 +972,7 @@ ${ns_appdir}: ${ns_appsrc} rm -fr ${ns_appdir} mkdir -p ${ns_appdir} - ( cd ${ns_appsrc} ; tar cfh - . ) | ( cd ${ns_appdir} ; tar xf - ) - ( cd ${ns_appdir} ; for subdir in `find . -type d -print` ; do \ - chmod a+rx $${subdir} ; done ; ) + ( cd ${ns_appsrc} ; tar cfh - . ) | ( cd ${ns_appdir} ; umask 022; tar xf - ) ${ns_appbindir}Emacs: emacs${EXEEXT} mkdir -p ${ns_appbindir}
