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
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
c138b63b
Commit
c138b63b
authored
Feb 26, 1999
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(epaths-force): Renamed from paths-force;
operate on epaths.in and produce epaths.h.
parent
fac8eeff
Changes
1
Show 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
epaths.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/
epaths.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
epaths.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