##// END OF EJS Templates
fix xargs call on BSD...
Min RK -
Show More
@@ -40,7 +40,7 b' clean_api:'
40 40
41 41 clean: clean_api
42 42 -rm -rf build/* dist/*
43 -cd $(SRCDIR)/config/options; cat generated | xargs -r rm -f
43 -cd $(SRCDIR)/config/options; test -f generated && cat generated | xargs rm -f
44 44 -rm -rf $(SRCDIR)/config/options/generated
45 45 -rm -f $(SRCDIR)/interactive/magics-generated.txt
46 46
General Comments 0
You need to be logged in to leave comments. Login now