mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
rules.mk: (hopefully) fixed no rule to make target with rsyslog config
This commit is contained in:
parent
ef55f9bf75
commit
1bf799dd0a
1 changed files with 4 additions and 4 deletions
|
|
@ -287,16 +287,16 @@ endef
|
|||
cp $< $@
|
||||
|
||||
# don't know why %: %.init from above doesn't remake %
|
||||
$(INSTALL_INITDIR)/%: %.init | $(INSTALL_INITDIR)
|
||||
$(INSTALL_INITDIR)/%: %.init | install_dir_INIT
|
||||
$(INSTALL) -o $(INITOWNER) -g $(INITGROUP) -m $(INITMODE) $< $@
|
||||
|
||||
$(INSTALL_LOGROTDIR)/%: %.logrotate | $(INSTALL_LOGROTDIR)
|
||||
$(INSTALL_LOGROTDIR)/%: %.logrotate | install_dir_LOGROT
|
||||
$(INSTALL) -o $(LOGROTOWNER) -g $(LOGROTGROUP) -m $(LOGROTMODE) $< $@
|
||||
|
||||
$(INSTALL_RSYSLOGDIR)/%.conf: %.rsyslog | $(INSTALL_RSYSLOGDIR)
|
||||
$(INSTALL_RSYSLOGDIR)/%.conf: %.rsyslog | install_dir_RSYSLOG
|
||||
$(INSTALL) -o $(RSYSLOGOWNER) -g $(RSYSLOGGROUP) -m $(RSYSLOGMODE) $< $@
|
||||
|
||||
$(INSTALL_RSYSLOGDIR)/%.bprof: rsyslog-%.bprof | $(INSTALL_RSYSLOGDIR)
|
||||
$(INSTALL_RSYSLOGDIR)/%.bprof: rsyslog-%.bprof | install_dir_RSYSLOG
|
||||
$(INSTALL) -o $(RSYSLOGOWNER) -g $(RSYSLOGGROUP) -m $(RSYSLOGMODE) $< $@
|
||||
|
||||
%: %.sysconf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue