Changeset a60ed79


Ignore:
Timestamp:
07/02/2007 08:59:52 PM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
f600e66
Parents:
6100211
Message:

Typo fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/makefile-functions

    r6100211 ra60ed79  
    117117
    118118define touch_timestamp_LUSER
    119   @touch $(SRCDIR)/timestamp-marker && sleep 1
     119  @touch $(SRCSDIR)/timestamp-marker && sleep 1
    120120endef
    121121
     
    127127
    128128define log_new_files_LUSER
    129   @find $(BASEDIR) -xdev ! -path "$(BASEDIR)/$(SCRIPT_ROOT)/*" ! -path "$(BASEDIR)/tmp/*" ! -path "$(SRCDIR)/*" \
    130   -newer $(SRCDIR)/timestamp-marker -not -type d \
     129  @find $(BASEDIR) -xdev ! -path "$(BASEDIR)/$(SCRIPT_ROOT)/*" ! -path "$(BASEDIR)/tmp/*" ! -path "$(SRCSDIR)/*" \
     130  -newer $(SRCSDIR)/timestamp-marker -not -type d \
    131131  -printf "%p\t%s\t%u:%g\t%m\t%l\n" | sort > $(BASEDIR)$(crFILELOGDIR)/$(1)
    132132endef
Note: See TracChangeset for help on using the changeset viewer.