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
c138b63b
Commit
c138b63b
authored
Feb 26, 1999
by
Richard M. Stallman
Browse files
(epaths-force): Renamed from paths-force;
operate on epaths.in and produce epaths.h.
parent
fac8eeff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Makefile.in
Makefile.in
+4
-4
No files found.
Makefile.in
View file @
c138b63b
...
...
@@ -206,12 +206,12 @@ all: ${SUBDIR}
removenullpaths
=
sed
-e
's/^://g'
-e
's/:$$//g'
-e
's/::/:/g'
# Generate paths.h from paths.in. This target is invoked by `configure'.
paths-force
:
FRC
# Generate
e
paths.h from
e
paths.in. This target is invoked by `configure'.
e
paths-force
:
FRC
@
(
lisppath
=
`
echo
${lisppath}
|
${removenullpaths}
`
;
\
buildlisppath
=
`
echo
${buildlisppath}
|
${removenullpaths}
`
;
\
x_default_search_path
=
`
echo
${x_default_search_path}
`
;
\
sed
<
${srcdir}
/src/paths.in
>
paths.h.
$$$$
\
sed
<
${srcdir}
/src/
e
paths.in
>
e
paths.h.
$$$$
\
-e
's;\(#.*PATH_LOADSEARCH\).*$$;\1 "'
$
${lisppath}
'";'
\
-e
's;\(#.*PATH_DUMPLOADSEARCH\).*$$;\1 "'
$
${buildlisppath}
'";'
\
-e
's;\(#.*PATH_EXEC\).*$$;\1 "
${archlibdir}
";'
\
...
...
@@ -220,7 +220,7 @@ paths-force: FRC
-e
's;\(#.*PATH_BITMAPS\).*$$;\1 "
${bitmapdir}
";'
\
-e
's;\(#.*PATH_X_DEFAULTS\).*$$;\1 "
${x_default_search_path}
";'
\
-e
's;\(#.*PATH_DOC\).*$$;\1 "
${docdir}
";'
)
&&
\
${srcdir}
/move-if-change paths.h.
$$$$
src/paths.h
${srcdir}
/move-if-change
e
paths.h.
$$$$
src/
e
paths.h
# For parallel make, src should be build before leim.
leim
:
src
...
...
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