Changeset 93f38e7 for HLFS/master.sh


Ignore:
Timestamp:
06/10/2006 03:58:06 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:
4524fb2
Parents:
ddf5f77
Message:

Ported new Makefile output look to HLFS and CLFS modules.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • HLFS/master.sh

    rddf5f77 r93f38e7  
    3838        fi;
    3939        @chmod a+wt \$(MOUNT_PT)/sources && \\
    40         touch \$@
     40        touch \$@ && \\
     41        echo " "\$(BOLD)Target \$(BLUE)\$@ \$(BOLD)OK && \\
     42        echo --------------------------------------------------------------------------------\$(WHITE)
    4143
    4244021-addinguser:  020-creatingtoolsdir
     
    5052        @chown lfs \$(MOUNT_PT)/tools && \\
    5153        chown lfs \$(MOUNT_PT)/sources && \\
    52         touch \$@
     54        touch \$@ && \\
     55        echo " "\$(BOLD)Target \$(BLUE)\$@ \$(BOLD)OK && \\
     56        echo --------------------------------------------------------------------------------\$(WHITE)
    5357
    5458022-settingenvironment:  021-addinguser
     
    7377        chown lfs:lfs /home/lfs/.bashrc && \\
    7478        touch envars && \\
    75         touch \$@
     79        touch \$@ && \\
     80        echo " "\$(BOLD)Target \$(BLUE)\$@ \$(BOLD)OK && \\
     81        echo --------------------------------------------------------------------------------\$(WHITE)
    7682EOF
    7783) >> $MKFILE.tmp
     
    198204
    199205    # Include a touch of the target name so make can check if it's already been made.
    200     echo -e '\t@touch $@' >> $MKFILE.tmp
     206    wrt_touch
    201207    #
    202208    #--------------------------------------------------------------------#
     
    366372
    367373    # Include a touch of the target name so make can check if it's already been made.
    368     echo -e '\t@touch $@' >> $MKFILE.tmp
     374    wrt_touch
    369375    #
    370376    #--------------------------------------------------------------------#
     
    458464
    459465    # Include a touch of the target name so make can check if it's already been made.
    460     echo -e '\t@touch $@' >> $MKFILE.tmp
     466    wrt_touch
    461467    #
    462468    #--------------------------------------------------------------------#
     
    579585        fi;
    580586        @chown lfs:lfs /home/lfs/.bash* && \\
    581         touch \$@
     587        touch \$@ && \\
     588        echo " "\$(BOLD)Target \$(BLUE)\$@ \$(BOLD)OK && \\
     589        echo --------------------------------------------------------------------------------\$(WHITE)
    582590
    583591do-housekeeping:
Note: See TracChangeset for help on using the changeset viewer.