Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
debian-packages
wallet
Commits
196daba5
Commit
196daba5
authored
Jan 17, 2016
by
Russ Allbery
Browse files
Remove the Autoconf cache on make distclean
parent
a4eb8d3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
196daba5
...
@@ -254,8 +254,10 @@ clean-local:
...
@@ -254,8 +254,10 @@ clean-local:
cd
perl
&&
./Build realclean
;
\
cd
perl
&&
./Build realclean
;
\
fi
fi
# Remove the files that we copy over if and only if builddir != srcdir.
# Remove the Autoconf cache. Remove the files that we copy over if and only
# if builddir != srcdir.
distclean-local
:
distclean-local
:
rm
-rf
autom4te.cache
set
-e
;
if
[
x
"
$(builddir)
"
!=
x
"
$(srcdir)
"
]
;
then
\
set
-e
;
if
[
x
"
$(builddir)
"
!=
x
"
$(srcdir)
"
]
;
then
\
for
f
in
$(PERL_FILES)
;
do
\
for
f
in
$(PERL_FILES)
;
do
\
rm
-f
"
$(builddir)
/
$$
f"
;
\
rm
-f
"
$(builddir)
/
$$
f"
;
\
...
...
Write
Preview
Supports
Markdown
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