Typo fixes.
This commit is contained in:
parent
610021131d
commit
a60ed79b0b
1 changed files with 3 additions and 3 deletions
|
@ -116,7 +116,7 @@ define touch_timestamp
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define touch_timestamp_LUSER
|
define touch_timestamp_LUSER
|
||||||
@touch $(SRCDIR)/timestamp-marker && sleep 1
|
@touch $(SRCSDIR)/timestamp-marker && sleep 1
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define log_new_files
|
define log_new_files
|
||||||
|
@ -126,8 +126,8 @@ define log_new_files
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define log_new_files_LUSER
|
define log_new_files_LUSER
|
||||||
@find $(BASEDIR) -xdev ! -path "$(BASEDIR)/$(SCRIPT_ROOT)/*" ! -path "$(BASEDIR)/tmp/*" ! -path "$(SRCDIR)/*" \
|
@find $(BASEDIR) -xdev ! -path "$(BASEDIR)/$(SCRIPT_ROOT)/*" ! -path "$(BASEDIR)/tmp/*" ! -path "$(SRCSDIR)/*" \
|
||||||
-newer $(SRCDIR)/timestamp-marker -not -type d \
|
-newer $(SRCSDIR)/timestamp-marker -not -type d \
|
||||||
-printf "%p\t%s\t%u:%g\t%m\t%l\n" | sort > $(BASEDIR)$(crFILELOGDIR)/$(1)
|
-printf "%p\t%s\t%u:%g\t%m\t%l\n" | sort > $(BASEDIR)$(crFILELOGDIR)/$(1)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Reference in a new issue