Now the make clean executed in the build folder don't delete the READMEs from the
source folder anymore.
```
~/repositories/kamailio$ cmake --build build/
[..]
~/repositories/kamailio$ cd build/
~/repositories/kamailio/build$ make clean
~/repositories/kamailio/build$ cd ..
~/repositories/kamailio$ find . -name "README"
./utils/kamctl/README
./utils/kamctl/oracle/admin/README
[..]
```
This issue could be probably closed then, if there are no other related topics.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/4084#issuecomment-2594889436
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/4084/2594889436(a)github.com>