Skip to content
Snippets Groups Projects
Commit 354a80dc authored by Utz-Uwe Haus's avatar Utz-Uwe Haus
Browse files

fix distclean issues

parent 1b54b66c
No related branches found
No related tags found
2 merge requests!3Jsc ci update,!2update JSC-CI branch to devel
......@@ -42,18 +42,18 @@ dist-hook: dist-clean-protobuf dist-clean-protobuf-c dist-clean-mio
dist-clean-protobuf:
if test -f $(distdir)/protobuf/Makefile; then \
chmod +w `find $(distdir)/protobuf -type f`; \
find $(distdir)/protobuf -type f |xargs chmod +x ; \
echo "distclean:" > $(distdir)/protobuf/third-party/googletest/Makefile; \
make -C $(distdir)/protobuf distclean; \
fi
dist-clean-protobuf-c:
if test -f $(distdir)/protobuf-c/Makefile; then \
chmod +w `find $(distdir)/protobuf-c -type f`; \
find $(distdir)/protobuf-c -type |xargs chmod +x ; \
make -C $(distdir)/protobuf-c distclean; \
fi
dist-clean-mio:
if test -f $(distdir)/mio/Makefile; then \
chmod +w `find $(distdir)/mio -type f`; \
find $(distdir)/mio -type f |xargs chmod +x ; \
make -C $(distdir)/mio distclean; \
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment