Ignore:
Timestamp:
04/26/2006 07:59:19 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
3ab7be7
Parents:
9ea3d54
Message:

Create SBU and disk usage report by default.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/makefile-functions

    r9ea3d54 r453bef0  
    2929  @cd $(SRC) && \
    3030  tar -xvf `ls -t $(1) | head -n1` > /tmp/unpacked
     31endef
     32
     33define echo_report
     34  @echo
     35  @echo $(BOLD) The report file $(BLUE)$(1)$(BOLD) has been created
     36  @echo
     37  @echo ${WHITE}Please send the $(BOLD)$(MOUNT_PT)/jhalfs/$(1)$(WHITE)
     38  @echo file to $(BOLD)manuel@linuxfromscratch.org$(WHITE)
     39  @echo
     40  @echo That will help us to keep more accurate SBU and
     41  @echo disk usage values into the book. Thanks.
    3142endef
    3243
Note: See TracChangeset for help on using the changeset viewer.