mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-22 21:34:28 +02:00
Fix for configure and make
Add makefile to gitignore and fixed format of make target output refs #4175
This commit is contained in:
parent
f080871020
commit
e24745a55c
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,6 +13,7 @@ config.log
|
|||||||
autom4te.cache
|
autom4te.cache
|
||||||
autoscan*
|
autoscan*
|
||||||
config.status
|
config.status
|
||||||
|
Makefile
|
||||||
|
|
||||||
# cmd tester
|
# cmd tester
|
||||||
test/php/bin/extcmd_test
|
test/php/bin/extcmd_test
|
||||||
|
@ -8,9 +8,9 @@ INSTALL_OPTS_WEB=@INSTALL_OPTS_WEB@
|
|||||||
|
|
||||||
default:
|
default:
|
||||||
@echo "Icinga2Web make targets: "
|
@echo "Icinga2Web make targets: "
|
||||||
@echo " -install: \t\t Install the application and overwrite configs"
|
@printf "%b" " -install:\t\t\tInstall the application and overwrite configs\n"
|
||||||
@echo " -update: \t\t Install the application without touching the configs"
|
@printf "%b" " -update:\t\t\tInstall the application without touching the configs\n"
|
||||||
@echo " -install-apache-config: \t Install the apache configuration"
|
@printf "%b" " -install-apache-config:\tInstall the apache configuration\n"
|
||||||
|
|
||||||
#
|
#
|
||||||
# Installs the whole application w\o httpd configurations
|
# Installs the whole application w\o httpd configurations
|
||||||
|
Loading…
x
Reference in New Issue
Block a user