Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a88b5c25
Commit
a88b5c25
authored
Jun 09, 1992
by
Jim Blandy
Browse files
*** empty log message ***
parent
17c17ec9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
Makefile.in
Makefile.in
+4
-4
configure1.in
configure1.in
+5
-5
No files found.
Makefile.in
View file @
a88b5c25
...
...
@@ -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
...
...
configure1.in
View file @
a88b5c25
...
...
@@ -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."
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment