Commit d81b9168 authored by Rafaël Carré's avatar Rafaël Carré

contrib: don't use GNU find to delete all directories from cwd

parent 4658abe5
...@@ -239,7 +239,7 @@ mostlyclean: ...@@ -239,7 +239,7 @@ mostlyclean:
-$(RM) $(foreach p,$(PKGS_ALL),.$(p) .sum-$(p) .dep-$(p)) -$(RM) $(foreach p,$(PKGS_ALL),.$(p) .sum-$(p) .dep-$(p))
-$(RM) toolchain.cmake -$(RM) toolchain.cmake
-$(RM) -R "$(PREFIX)" -$(RM) -R "$(PREFIX)"
-find -maxdepth 1 -type d '!' -name . -exec $(RM) -R '{}' ';' -$(RM) -R */
clean: mostlyclean clean: mostlyclean
-$(RM) $(TARBALLS)/*.* -$(RM) $(TARBALLS)/*.*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment