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
20099070
Commit
20099070
authored
Mar 11, 1993
by
Jim Blandy
Browse files
* Makefile.in (install.sysv): Add a second `$' in front of
`${dest}', so that the shell will expand it, instead of Make.
parent
b833a280
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Makefile.in
Makefile.in
+1
-1
No files found.
Makefile.in
View file @
20099070
...
...
@@ -314,7 +314,7 @@ install.sysv: all mkdir
for
dir
in
${COPYDIR}
;
do
\
dest
=
$$
1
;
shift
;
\
if
[
`
/bin/pwd
`
/
$
${dir}
!=
`
(
cd
$
${dest}
;
/bin/pwd
)
`
]
;
then
\
(
cd
$
${dir}
;
find
.
-print
| cpio
-pdum
${dest}
)
;
\
(
cd
$
${dir}
;
find
.
-print
| cpio
-pdum
$
${dest}
)
;
\
for
subdir
in
`
find
$
${dest}
-type
d
!
-name
RCS
-print
`
;
do
\
rm
-rf
$
${subdir}
/RCS
;
\
rm
-rf
$
${subdir}
/CVS
;
\
...
...
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