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
Thomas Jahns
PPM
Commits
8560103f
Commit
8560103f
authored
Jul 28, 2020
by
Thomas Jahns
🤸
Browse files
Merge loops.
* This improves resiliency to changes in project directory changes too.
parent
9dca257a
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/Makefile.am
View file @
8560103f
...
@@ -67,11 +67,8 @@ distclean-local:
...
@@ -67,11 +67,8 @@ distclean-local:
@
for
d
in
$(SUBDIRS)
;
do
\
@
for
d
in
$(SUBDIRS)
;
do
\
dd
=
$$
d/
$(DEPDIR)
;
test
!
-d
$$
dd
\
dd
=
$$
d/
$(DEPDIR)
;
test
!
-d
$$
dd
\
||
(
rm
-f
$$
dd
/FC.dep
*
;
rmdir
$$
dd
)
;
\
||
(
rm
-f
$$
dd
/FC.dep
*
;
rmdir
$$
dd
)
;
\
test
"
$(abs_builddir)
"
=
"
$(abs_srcdir)
"
-o
$$
d
=
.
\
test
"
$(abs_builddir)
"
=
"
$(abs_srcdir)
"
\
||
rmdir
$$
d
;
done
-o
$$
d
=
.
-o
!
-d
$$
d
||
rmdir
$$
d
;
done
@
if
test
"
$(abs_builddir)
"
!=
"
$(abs_srcdir)
"
;
then
\
for
d
in
core ppm
;
do
\
test
$$
d
=
.
||
rmdir
$$
d
;
done
;
fi
dist-hook
:
dist-hook
:
-
rmdir
$(distdir)
/core
$(distdir)
/ppm
-
rmdir
$(distdir)
/core
$(distdir)
/ppm
...
...
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