On 2020/11/30 4:29, Branko Čibej wrote: > $ .../configure ... > $ nice make -s clean > /bin/sh: line 0: cd: .../subversion/bindings/swig/python: No such file or > directory > /bin/sh: line 0: cd: .../subversion/bindings/swig/python/libsvn_swig_py: No > such file or directory > make: *** [clean-swig-py] Error 1 > > > This happens if I run 'make clean' before running 'make swig-py' (or anything > else). The patch below seems to fix it the Python-related part, although I > still get this afterwards, but these at least don't cause make to return an > error: Though it is already resolved and I have no objection to the solution....
It seems that it happens only when run configure out of source tree and do 'make clean' before mkdir-init target has done. In this case, $(SWIG_PY_DIR) does not exists. Cheers, -- Yasuhito FUTATSUKI <futat...@yf.bsclub.org>