python/stevedore: update to 5.4.0
[oi-userland.git] / components / python / py3c / patches / 02-posix-rm.patch
blob196342f0391211cb7edbf463f19443c4865f9c95
1 Some rm commands are not GNU rm.
3 --- py3c-1.4/Makefile.orig
4 +++ py3c-1.4/Makefile
5 @@ -27,10 +27,10 @@
6 # TODO: A better way to build & use one-off extensions?
8 build-%:
9 - cd test; rm -rvf ${_testbuilddir_abs} ; $* setup.py build -b ${_testbuilddir_abs}
10 + cd test; rm -rf ${_testbuilddir_abs} ; $* setup.py build -b ${_testbuilddir_abs}
12 build-%-cpp:
13 - cd test; rm -rvf ${_testbuilddir_abs} ; TEST_USE_CPP=yes $* setup.py build -b ${_testbuilddir_abs}
14 + cd test; rm -rf ${_testbuilddir_abs} ; TEST_USE_CPP=yes $* setup.py build -b ${_testbuilddir_abs}
16 test-%: build-%
17 echo ${_testbuilddir_abs}