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
97aa9c1d
Commit
97aa9c1d
authored
Jun 13, 2000
by
Ken Raeburn
Browse files
* Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when it's on a
continuation line.
parent
fdf4b680
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
ChangeLog
ChangeLog
+5
-0
Makefile.in
Makefile.in
+2
-2
No files found.
ChangeLog
View file @
97aa9c1d
2000-06-13 Ken Raeburn <raeburn@gnu.org>
* Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when
it's on a continuation line.
2000-06-02 Dave Love <fx@gnu.org>
2000-06-02 Dave Love <fx@gnu.org>
* Makefile.in: (install-arch-indep): Add pcl-cvs to list of info
* Makefile.in: (install-arch-indep): Add pcl-cvs to list of info
...
...
Makefile.in
View file @
97aa9c1d
...
@@ -321,7 +321,7 @@ install-arch-dep: mkdir
...
@@ -321,7 +321,7 @@ install-arch-dep: mkdir
## as a workaround for a bug in tar on Ultrix 4.2.
## as a workaround for a bug in tar on Ultrix 4.2.
install-arch-indep
:
mkdir info
install-arch-indep
:
mkdir info
-
set
${COPYDESTS}
;
\
-
set
${COPYDESTS}
;
\
-
unset
CDPATH
;
\
unset
CDPATH
;
\
for
dir
in
${COPYDIR}
;
do
\
for
dir
in
${COPYDIR}
;
do
\
if
[
`
(
cd
$$
1
&&
/bin/pwd
)
`
!=
`
(
cd
$
${dir}
&&
/bin/pwd
)
`
]
;
then
\
if
[
`
(
cd
$$
1
&&
/bin/pwd
)
`
!=
`
(
cd
$
${dir}
&&
/bin/pwd
)
`
]
;
then
\
rm
-rf
$$
1
;
\
rm
-rf
$$
1
;
\
...
@@ -331,7 +331,7 @@ install-arch-indep: mkdir info
...
@@ -331,7 +331,7 @@ install-arch-indep: mkdir info
-
set
${COPYDESTS}
;
\
-
set
${COPYDESTS}
;
\
mkdir
${COPYDESTS}
;
\
mkdir
${COPYDESTS}
;
\
chmod
ugo+rx
${COPYDESTS}
;
\
chmod
ugo+rx
${COPYDESTS}
;
\
-
unset
CDPATH
;
\
unset
CDPATH
;
\
for
dir
in
${COPYDIR}
;
do
\
for
dir
in
${COPYDIR}
;
do
\
dest
=
$$
1
;
shift
;
\
dest
=
$$
1
;
shift
;
\
[
-d
$
${dir}
]
\
[
-d
$
${dir}
]
\
...
...
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