Changeset 1838bc7 for common


Ignore:
Timestamp:
11/12/2006 01:50:34 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
d55a1a1
Parents:
1f81129
Message:

Changed how create-sbu_du-report target is created.
Added blfs-tool support to HLFS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_wrt_Makefile

    r1f81129 r1838bc7  
    2222LGROUP         = $LGROUP
    2323SCRIPT_ROOT    = $SCRIPT_ROOT
    24 ADD_BLFS_TOOLS = $BLFS_TOOL
    2524
    2625BASEDIR        = \$(MOUNT_PT)
     
    3837PRT_DU         = echo -e "\nKB: \`du -skx --exclude=\$(SCRIPT_ROOT) --exclude=lost+found \$(MOUNT_PT) \`\n"
    3938PRT_DU_CR      = echo -e "\nKB: \`du -skx --exclude=\$(SCRIPT_ROOT) --exclude=lost+found / \`\n"
     39
     40ADD_REPORT     = $REPORT
     41ADD_BLFS_TOOLS = $BLFS_TOOL
     42
    4043
    4144export PATH := \${PATH}:/usr/sbin
Note: See TracChangeset for help on using the changeset viewer.