Ignore:
Timestamp:
06/03/2007 09:06:13 AM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
05760bc
Parents:
350625a
Message:

Ported INSTALL_LOG support to all books.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/makefile-functions

    r350625a rf546320  
    116116endef
    117117
     118define touch_timestamp_LUSER
     119  @touch $(SRCDIR)/timestamp-marker && sleep 1
     120endef
     121
    118122define log_new_files
    119123  @find / -xdev ! -path "/$(SCRIPT_ROOT)/*" ! -path "/tmp/*" ! -path "$(SRC)/*" \
    120124  -newer $(SRC)/timestamp-marker -not -type d \
    121125  -printf "%p\t%s\t%u:%g\t%m\t%l\n" | sort > $(crFILELOGDIR)/$(1)
     126endef
     127
     128define 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 \
     131  -printf "%p\t%s\t%u:%g\t%m\t%l\n" | sort > $(BASEDIR)$(crFILELOGDIR)/$(1)
    122132endef
    123133
Note: See TracChangeset for help on using the changeset viewer.