Remove some references to CVS and SVN

This commit is contained in:
Дилян Палаузов 2025-07-13 12:31:06 +03:00 committed by Daniel-Constantin Mierla
parent 506ac5b8e1
commit 5baac9613d
6 changed files with 5 additions and 13 deletions

View file

@ -434,7 +434,7 @@ Compile:
* make
or gmake on non-Linux systems
* make modules
or make modules exclude_modules="CVS print" etc.
or make modules exclude_modules="acc_json print" etc.
Other Make Targets:
-------------------

View file

@ -551,8 +551,7 @@ EXCLUDE_SYMLINKS = NO
# against the file with absolute path, so to exclude all test directories
# for example use the pattern */test/*
EXCLUDE_PATTERNS = */CVS/* \
*/etc/* \
EXCLUDE_PATTERNS = */etc/* \
*/examples/* \
*/pkg/* \
*/profile/* \

View file

@ -155,11 +155,11 @@ export extra_defs
# - exclude_modules
ifneq ($(modules_configured),1)
#modules_all=$(filter-out modules/CVS,$(wildcard modules/*))
#modules_all=$(filter-out modules/CMakeLists.txt,$(wildcard modules/*))
# create modules*_all vars
$(foreach mods,$(modules_dirs),$(eval \
$(mods)_all=$$(filter-out $(mods)/CVS $(mods)/CMakeLists.txt, \
$(mods)_all=$$(filter-out $(mods)/CMakeLists.txt, \
$$(wildcard $(mods)/*))))
#debugging
#$(foreach mods,$(modules_dirs),$(info "$(mods)_all=$($(mods)_all)"))
@ -565,9 +565,6 @@ tar: makefile_vars $(auto_gen_keep)
--exclude=$(notdir $(realpath $(shell pwd)/..))/$(MAIN_NAME)_tls* \
--exclude=$(notdir $(realpath $(shell pwd)/..))/misc/obsolete \
--exclude=.git* \
--exclude=CVS* \
--exclude=.svn* \
--exclude=.cvsignore \
--exclude=tags \
--exclude=librpath.lst \
--exclude=libiname.lst \

View file

@ -9,7 +9,7 @@
#SUBDIRS=binrpc cds xcap presence shm_regex
SUBDIRS=$(filter-out CVS doc $(lib_exclude), $(strip \
SUBDIRS=$(filter-out doc $(lib_exclude), $(strip \
$(patsubst %/Makefile,%,$(wildcard */Makefile))))
.PHONY: subdirs $(SUBDIRS)

View file

@ -12,8 +12,6 @@
<jar destfile="kamailio.jar">
<fileset dir="build" includes="**">
<include name="**/*.class"/>
<exclude name="**/CVS"/>
<exclude name="**/.svn"/>
<exclude name="**/.git"/>
</fileset>
</jar>

View file

@ -12,8 +12,6 @@
<jar destfile="kamailio.jar">
<fileset dir="build" includes="**">
<include name="**/*.class"/>
<exclude name="**/CVS"/>
<exclude name="**/.svn"/>
<exclude name="**/.git"/>
</fileset>
</jar>