Ignore:
Timestamp:
04/28/2007 03:24:20 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:
38d2de6
Parents:
3834b6e
Message:

LFS: Added support for installed files logs.
Should be ported to other books when verified that works as expected.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/makefile-functions

    r3834b6e r93346ee  
    111111
    112112#==#
     113
     114define touch_timestamp
     115  @touch $(SRC)/timestamp-marker && sleep 1
     116endef
     117
     118define log_new_files
     119  @find / -xdev ! -path "/$(SCRIPT_ROOT)/*" ! -path "/proc/*" \
     120  ! -path "/tmp/*" ! -path "/dev/*" ! -path "$(SRC)/*" \
     121  -newer $(SRC)/timestamp-marker -not -type d \
     122  -fprintf $(crFILELOGDIR)/$(1) "%p\t%s\t%u:%g\t%m\t%l\n" || true
     123endef
     124
     125#==@
    113126
    114127define remove_build_dirs
Note: See TracChangeset for help on using the changeset viewer.