[mod_python] Remove from tree

This commit is contained in:
Andrey Volk
2025-03-28 21:28:21 +03:00
parent a57c895115
commit 3a53566eab
38 changed files with 11 additions and 20270 deletions

View File

@@ -706,7 +706,7 @@ pristine:
git clean -fdx
git reset --hard
update-clean: clean python-reconf python3-reconf
update-clean: clean python3-reconf
cd libs/esl && $(MAKE) clean
cd libs/srtp && $(MAKE) clean
@@ -719,10 +719,6 @@ sndfile-reconf:
cd libs/libsndfile && ./config.status --recheck
cd libs/libsndfile && ./config.status
python-reconf:
rm -f src/mod/languages/mod_python/Makefile
./config.status
python3-reconf:
rm -f src/mod/languages/mod_python3/Makefile
./config.status