summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1992-06-09 23:02:56 +0000
committerJim Blandy <jimb@redhat.com>1992-06-09 23:02:56 +0000
commit1d1a0decabc0b807480383e170bf38b9630d2965 (patch)
tree2e2846010043d457977b7e5918c2c2db0e5620f2
parent9412bde74938ce7aeaff812d87d9dd0086fe8560 (diff)
downloademacs-1d1a0decabc0b807480383e170bf38b9630d2965.tar.gz
*** empty log message ***
-rw-r--r--Makefile.in8
-rwxr-xr-xconfigure1.in10
2 files changed, 9 insertions, 9 deletions
diff --git a/Makefile.in b/Makefile.in
index f38779b75cf..d3b6661685b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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
diff --git a/configure1.in b/configure1.in
index 83f1196f8fc..5a89edea1ad 100755
--- a/configure1.in
+++ b/configure1.in
@@ -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."