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
e4801b31
Commit
e4801b31
authored
Sep 13, 1992
by
Jim Blandy
Browse files
entered into RCS
parent
bfe81e78
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
Makefile.in
Makefile.in
+3
-2
No files found.
Makefile.in
View file @
e4801b31
...
...
@@ -11,7 +11,8 @@
# make tags to update tags tables.
#
# make distclean to delete everything that wasn't in the distribution.
# This is a very dangerous thing to do!
# This is a very dangerous thing to do! It removes backup files,
# among other things.
# make clean
# This is a little less dangerous.
# make dist
...
...
@@ -123,7 +124,7 @@ removenullpaths=sed -e 's/^://' -e 's/:$$//' -e 's/::/:/'
src/paths.h
:
Makefile src/paths.h.in
lisppath
=
`
echo
${lisppath}
|
${removenullpaths}
`
;
\
buildlisppath
=
`
echo
${buildlisppath}
|
${removenullpaths}
`
;
\
sed
< src/paths.h.in
>
src/paths.h.tmp
\
sed
< src/paths.h.in
>
src/paths.h.tmp
\
-e
's;\(#.*PATH_LOADSEARCH\).*$$;\1 "'
$
${lisppath}
'";'
\
-e
's;\(#.*PATH_DUMPLOADSEARCH\).*$$;\1 "'
$
${buildlisppath}
'";'
\
-e
's;\(#.*PATH_EXEC\).*$$;\1 "
${libdir}
";'
\
...
...
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