File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -11,27 +11,27 @@ define set_testldap_env
11
11
endef
12
12
13
13
.PHONY : start-ldap-base
14
- start-ldap-base :
14
+ start-ldap-base : $( INSTALL_TARGETS )
15
15
$(call set_testldap_env)
16
16
@$(VENV_FOLDER ) /bin/testldap start base
17
17
18
18
.PHONY : start-ldap-gon-10-10
19
- start-ldap-gon-10-10 :
19
+ start-ldap-gon-10-10 : $( INSTALL_TARGETS )
20
20
$(call set_testldap_env)
21
21
@$(VENV_FOLDER ) /bin/testldap start groupOfNames_10_10
22
22
23
23
.PHONY : start-ldap-gon-100-100
24
- start-ldap-gon-100-100 :
24
+ start-ldap-gon-100-100 : $( INSTALL_TARGETS )
25
25
$(call set_testldap_env)
26
26
@$(VENV_FOLDER ) /bin/testldap start groupOfNames_100_100
27
27
28
28
.PHONY : start-ldap-posix
29
- start-ldap-posix :
29
+ start-ldap-posix : $( INSTALL_TARGETS )
30
30
$(call set_testldap_env)
31
31
@$(VENV_FOLDER ) /bin/testldap start posixGroups
32
32
33
33
.PHONY : stop-ldap
34
- stop-ldap :
34
+ stop-ldap : $( INSTALL_TARGETS )
35
35
$(call set_testldap_env)
36
36
@$(VENV_FOLDER ) /bin/testldap stop
37
37
@@ -40,17 +40,17 @@ stop-ldap:
40
40
# #############################################################################
41
41
42
42
.PHONY : run-base
43
- run-base :
43
+ run-base : $( INSTALL_TARGETS )
44
44
@$(VENV_FOLDER ) /bin/pserve cfg/base/ldap_base.ini
45
45
46
46
.PHONY : run-gon-10-10
47
- run-gon-10-10 :
47
+ run-gon-10-10 : $( INSTALL_TARGETS )
48
48
@$(VENV_FOLDER ) /bin/pserve cfg/gon_10_10/ldap_gon_10_10.ini
49
49
50
50
.PHONY : run-gon-100-100
51
- run-gon-100-100 :
51
+ run-gon-100-100 : $( INSTALL_TARGETS )
52
52
@$(VENV_FOLDER ) /bin/pserve cfg/gon_100_100/ldap_gon_100_100.ini
53
53
54
54
.PHONY : run-posix
55
- run-posix :
55
+ run-posix : $( INSTALL_TARGETS )
56
56
@$(VENV_FOLDER ) /bin/pserve cfg/posix/ldap_posix.ini
You can’t perform that action at this time.
0 commit comments