Changeset dc67791


Ignore:
Timestamp:
08/12/2006 01:19:29 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:
859d863
Parents:
6d0dbc3
Message:

Removed time command.
Not useful due that it will meassure also download, unpack, and sources removal time.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/gen-makefile.sh

    r6d0dbc3 rdc67791  
    3939__write_build_cmd() {              #
    4040#----------------------------------#
    41   local this_script=$1
    42   local file=$2
    4341(
    4442cat << EOF
    45         @( time { source ../makefile.conf && ${BUILD_SCRIPTS}/${file} >>logs/${this_script} 2>&1 ; } ) 2>>logs/${this_script}
     43        @source ../makefile.conf && ${BUILD_SCRIPTS}/\$@ >logs/\$@ 2>&1
    4644EOF
    4745) >> $MKFILE.tmp
     
    7876  # as a dependency. Also call the echo_message function.
    7977  __wrt_target "${script_name}" "$PREV_PACKAGE"
    80   __write_build_cmd "${script_name}" "${script_name}"
     78  __write_build_cmd
    8179
    8280  # Include a touch of the target name so make can check
Note: See TracChangeset for help on using the changeset viewer.