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/libs/func_wrt_Makefile

    r350625a rf546320  
    311311
    312312#----------------------------------#
     313LUSER_wrt_TouchTimestamp() {       #
     314#----------------------------------#
     315(
     316cat << EOF
     317        @\$(call touch_timestamp_LUSER)
     318EOF
     319) >> $MKFILE.tmp
     320}
     321
     322#----------------------------------#
    313323CHROOT_wrt_TouchTimestamp() {      #
    314324#----------------------------------#
     
    321331
    322332#----------------------------------#
     333LUSER_wrt_LogNewFiles() {          #
     334#----------------------------------#
     335  local name=$1
     336(
     337cat << EOF
     338        @\$(call log_new_files_LUSER,$name)
     339EOF
     340) >> $MKFILE.tmp
     341}
     342
     343#----------------------------------#
    323344CHROOT_wrt_LogNewFiles() {         #
    324345#----------------------------------#
Note: See TracChangeset for help on using the changeset viewer.