• Petri Lehtinen's avatar
    Remove __pycache__ directories correctly on OpenBSD · bc74ee03
    Petri Lehtinen yazdı
    The find utility of OpenBSD doesn't support the "-exec cmd {} +"
    action. Change it to use "-depth -exec cmd {} ;" instead.
    
    Also, remove __pycache__ before *.py[co], as most bytecode files are
    in __pycache__ directories. Only those generated by Python 2 under
    Doc/tools are not.
    
    Closes #13326.
    bc74ee03
Makefile.pre.in 42.6 KB