Browse Source

makefile: exclude_modules updated

- modules no longer on CVS removed
- add some presence modules to list of not compilable modules (pa & rls
 problems with the new DB API)

(see SER-415)

Reported-by: Bogdan Pintea <[email protected]>


Author: Bogdan Pintea <[email protected]>
Committer: Andrei Pelinescu-Onciul <[email protected]>
Andrei Pelinescu-Onciul 17 năm trước cách đây
mục cha
commit
ee9b2b682a
1 tập tin đã thay đổi với 4 bổ sung9 xóa
  1. 4 9
      Makefile

+ 4 - 9
Makefile

@@ -149,19 +149,14 @@ ifneq ($(group_include)$(cfg_group_include),)
 	exclude_modules?=
 	exclude_modules?=
 else
 else
 	# Old defaults for backwards compatibility
 	# Old defaults for backwards compatibility
-	exclude_modules?= 			acc cpl ext extcmd radius_acc radius_auth vm\
-							group mangler auth_diameter \
-							postgres snmp \
-							im \
-							jabber mysql \
-							cpl-c \
-							auth_radius group_radius uri_radius avp_radius \
+	exclude_modules?= 		cpl mangler postgres jabber mysql cpl-c \
+							auth_radius uri_radius avp_radius \
 							acc_radius dialog pa rls presence_b2b xcap xmlrpc\
 							acc_radius dialog pa rls presence_b2b xcap xmlrpc\
 							osp tls oracle \
 							osp tls oracle \
 							unixsock dbg print_lib auth_identity ldap
 							unixsock dbg print_lib auth_identity ldap
 	# excluded because they do not compile (remove them only after they are
 	# excluded because they do not compile (remove them only after they are
 	#  fixed) -- andrei
 	#  fixed) -- andrei
-	exclude_modules+= avpops  bdb dbtext iptrtpproxy
+	exclude_modules+= avpops  bdb dbtext iptrtpproxy pa rls
 endif
 endif
 
 
 # always exclude the CVS dir
 # always exclude the CVS dir
@@ -363,7 +358,7 @@ cfg config: cfg-defs modules-cfg
 
 
 .PHONY: modules-cfg modules-list modules-lst
 .PHONY: modules-cfg modules-list modules-lst
 modules-cfg modules-list modules-lst: 
 modules-cfg modules-list modules-lst: 
-	rm -rf modules.lst
+	rm -f modules.lst
 	$(MAKE) modules.lst
 	$(MAKE) modules.lst
 
 
 .PHONY: all
 .PHONY: all