mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-18 21:13:56 +01:00
make: Add support for RSYSLOG_XXX installation
This commit is contained in:
parent
22255fd76c
commit
7d1e22cb76
5 changed files with 26 additions and 1 deletions
|
|
@ -395,6 +395,14 @@ INSTALL_LOGROTDIR = $(LOGROT_DIR)
|
|||
INSTALLED_LOGROT = $(addprefix $(INSTALL_LOGROTDIR)/,$(LOGROT))
|
||||
endif
|
||||
|
||||
# -- RSYSLOG
|
||||
ifneq ($(TARGET),mingw)
|
||||
RSYSLOG += $(basename $(wildcard *.rsyslog))
|
||||
BUILD_RSYSLOGDIR = $(TOPDIR)/bin/logrotate.d
|
||||
INSTALL_RSYSLOGDIR = $(RSYSLOG_DIR)
|
||||
INSTALLED_RSYSLOG = $(addprefix $(INSTALL_RSYSLOGDIR)/,$(RSYSLOG))
|
||||
endif
|
||||
|
||||
# -- CRONTAB
|
||||
ifneq ($(TARGET),mingw)
|
||||
CRONTAB += $(wildcard *.crontab)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue