mirror of
https://github.com/kamailio/kamailio
synced 2026-08-07 16:32:08 -04:00
Remove some references to CVS and SVN
This commit is contained in:
parent
506ac5b8e1
commit
5baac9613d
6 changed files with 5 additions and 13 deletions
2
INSTALL
2
INSTALL
|
|
@ -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:
|
||||
-------------------
|
||||
|
|
|
|||
|
|
@ -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/* \
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue