Changeset c6f33fb for common


Ignore:
Timestamp:
05/27/2007 11:57:54 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:
e0e1def
Parents:
0210014
Message:

Sort installed files logs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/makefile-functions

    r0210014 rc6f33fb  
    119119  @find / -xdev ! -path "/$(SCRIPT_ROOT)/*" ! -path "/tmp/*" ! -path "$(SRC)/*" \
    120120  -newer $(SRC)/timestamp-marker -not -type d \
    121   -fprintf $(crFILELOGDIR)/$(1) "%p\t%s\t%u:%g\t%m\t%l\n" || true
     121  -printf "%p\t%s\t%u:%g\t%m\t%l\n" | sort > $(crFILELOGDIR)/$(1)
    122122endef
    123123
Note: See TracChangeset for help on using the changeset viewer.