Changeset a167246 for common


Ignore:
Timestamp:
04/17/2006 11:15:24 AM (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:
0bdf6ed
Parents:
bfc07d6
Message:

Fixed a bug in run_make function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/common-functions

    rbfc07d6 ra167246  
    423423    if [ -e $MKFILE ] ; then
    424424      echo -ne "Building the system...\n"
    425       cd $JHALFSDIR && make -f ${PROGNAME}-Makefile
     425      cd $JHALFSDIR && make
    426426      echo -ne "done\n"
    427427    fi
Note: See TracChangeset for help on using the changeset viewer.