File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -739,7 +739,7 @@ install-fpm: all
739
739
@$(INSTALL ) -m 0755 $(php_fpm_bin ) $(INSTALL_ROOT )$(php_fpm_bin_path )$(program_suffix )$(EXEEXT )
740
740
741
741
@test "$(php_fpm_conf)" && \
742
- @ echo "Installing PHP FPM config: $(INSTALL_ROOT)$(php_fpm_conf_path)" && \
742
+ echo "Installing PHP FPM config: $(INSTALL_ROOT)$(php_fpm_conf_path)" && \
743
743
$(mkinstalldirs) $(INSTALL_ROOT)$(php_fpm_conf_dir) || :
744
744
745
745
@test "$(php_fpm_conf)" && \
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ install-fpm: all
13
13
@$(INSTALL ) -m 0755 $(SAPI_FPM_PATH ) $(INSTALL_ROOT )$(php_fpm_bin_path )$(program_suffix )$(EXEEXT )
14
14
15
15
@test "$(php_fpm_conf)" && \
16
- @ echo "Installing PHP FPM config: $(INSTALL_ROOT)$(php_fpm_conf_path)" && \
16
+ echo "Installing PHP FPM config: $(INSTALL_ROOT)$(php_fpm_conf_path)" && \
17
17
$(mkinstalldirs) $(INSTALL_ROOT)$(php_fpm_conf_dir) || :
18
18
19
19
@test "$(php_fpm_conf)" && \
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ install-fpm: all
13
13
@$(INSTALL ) -m 0755 $(php_fpm_bin ) $(INSTALL_ROOT )$(php_fpm_bin_path )$(program_suffix )$(EXEEXT )
14
14
15
15
@test "$(php_fpm_conf)" && \
16
- @ echo "Installing PHP FPM config: $(INSTALL_ROOT)$(php_fpm_conf_path)" && \
16
+ echo "Installing PHP FPM config: $(INSTALL_ROOT)$(php_fpm_conf_path)" && \
17
17
$(mkinstalldirs) $(INSTALL_ROOT)$(php_fpm_conf_dir) || :
18
18
19
19
@test "$(php_fpm_conf)" && \
You can’t perform that action at this time.
0 commit comments