*** empty log message ***
This commit is contained in:
parent
17c17ec9b4
commit
a88b5c2573
2 changed files with 9 additions and 9 deletions
|
@ -228,8 +228,8 @@ mkdir: FRC
|
|||
case "$${dir}" in \
|
||||
${emacsdir}/* ) \
|
||||
if [ ! -d ${emacsdir} ]; then \
|
||||
-mkdir ${emacsdir} ; \
|
||||
-chmod 777 ${emacsdir} ; \
|
||||
mkdir ${emacsdir} ; \
|
||||
chmod 777 ${emacsdir} ; \
|
||||
fi ; \
|
||||
break\
|
||||
;; \
|
||||
|
@ -243,8 +243,8 @@ lockdir:
|
|||
-case "${lockdir}" in \
|
||||
${statedir}/* ) \
|
||||
if [ ! -d ${emacsdir} ]; then \
|
||||
-mkdir ${emacsdir} ; \
|
||||
-chmod 777 ${emacsdir} ; \
|
||||
mkdir ${emacsdir} ; \
|
||||
chmod 777 ${emacsdir} ; \
|
||||
fi \
|
||||
;; \
|
||||
esac
|
||||
|
|
|
@ -479,7 +479,7 @@ for flag in `echo ${config_h_opts} | tr ':' ' '`; do
|
|||
esac
|
||||
sed_flags="${sed_flags} ${f}"
|
||||
done
|
||||
chmod +w -f src/config.h
|
||||
rm -f src/config.h.tmp
|
||||
eval '/bin/sed '${sed_flags}' < src/config.h.in > src/config.h.tmp'
|
||||
./move-if-change src/config.h.tmp src/config.h
|
||||
# Remind people not to edit this.
|
||||
|
@ -487,7 +487,7 @@ chmod -w src/config.h
|
|||
|
||||
# Modify the parameters in the top makefile.
|
||||
echo "Producing ./Makefile from ./Makefile.in."
|
||||
chmod +w -f ./Makefile
|
||||
rm -f Makefile.tmp
|
||||
(echo "# This file is generated by \`${progname}' from \`./Makefile.in'.
|
||||
# If you are thinking about editing it, you should seriously consider
|
||||
# editing \`./Makefile.in' itself, or running \`${progname}' instead."
|
||||
|
@ -513,7 +513,7 @@ chmod -w ./Makefile
|
|||
|
||||
# Modify the parameters in the `build-install' script.
|
||||
echo "Producing ./build-install from ./build-install.in."
|
||||
chmod +w -f ./build-install
|
||||
rm -f ./build-install.tmp
|
||||
(echo "# This file is generated by \`${progname}' from \`./build-install.in'.
|
||||
# If you are thinking about editing it, you should seriously consider
|
||||
# editing \`./build-install.in' itself, or running \`${progname}' instead."
|
||||
|
@ -531,7 +531,7 @@ chmod +x build-install
|
|||
|
||||
# Modify the parameters in the src makefile.
|
||||
echo "Producing src/Makefile from src/Makefile.in."
|
||||
chmod +w -f src/Makefile
|
||||
rm -f src/Makefile.tmp
|
||||
(echo "# This file is generated by \`${progname}' from \`Makefile.in'.
|
||||
# If you are thinking about editing it, you should seriously consider
|
||||
# editing \`Makefile.in' itself, or running \`${progname}' instead."
|
||||
|
@ -543,7 +543,7 @@ chmod -w src/Makefile
|
|||
|
||||
# Modify the parameters in the lib-src makefile.
|
||||
echo "Producing lib-src/Makefile from lib-src/Makefile.in."
|
||||
chmod +w -f lib-src/Makefile
|
||||
rm -f lib-src/Makefile.tmp
|
||||
(echo "# This file is generated by \`${progname}' from \`Makefile.in'.
|
||||
# If you are thinking about editing it, you should seriously consider
|
||||
# editing \`Makefile.in' itself, or running \`${progname}' instead."
|
||||
|
|
Loading…
Add table
Reference in a new issue