Changeset 54b4b32 for common


Ignore:
Timestamp:
04/17/2006 11:15:36 AM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
79439ec
Parents:
60cb629
Message:

Fixed a bug in run_make function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/common-functions

    r60cb629 r54b4b32  
    432432    if [ -e $MKFILE ] ; then
    433433      echo -ne "Building the system...\n"
    434       cd $JHALFSDIR && make -f ${PROGNAME}-Makefile
     434      cd $JHALFSDIR && make
    435435      echo -ne "done\n"
    436436    fi
Note: See TracChangeset for help on using the changeset viewer.