Changeset 1330ebc for common


Ignore:
Timestamp:
02/17/2007 02:08:46 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:
c0b307c
Parents:
b7ea8ff
Message:

Fixed chroot environment to be more closed to the one expected by the books.
Need be full tested.

Location:
common
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_wrt_Makefile

    rb7ea8ff r1330ebc  
    1515# Generated on `date "+%F %X %Z"`
    1616
    17 SHELL          = /bin/bash
     17ifeq (\$(shell [ -x /bin/bash ] && echo /bin/bash),/bin/bash)
     18  SHELL = /bin/bash
     19else
     20  SHELL = /tools/bin/bash
     21endif
    1822
    1923SRC            = /sources
     
    105109$i:  $PREV
    106110        @\$(call echo_message, Building)
    107         @./progress_bar.sh \$@ \$\$PPID &
     111        @\$(SHELL) progress_bar.sh \$@ \$\$PPID &
    108112        @echo "\$(nl_)\`date\`\$(nl_)" >logs/\$@
    109113        @\$(PRT_DU) >>logs/\$@
  • common/progress_bar.sh

    • Property mode changed from 100755 to 100644
    rb7ea8ff r1330ebc  
    1 #!/bin/bash
    21
    32# $Id$
Note: See TracChangeset for help on using the changeset viewer.