Changeset 10538 for ipk/make-ipk


Ignore:
Timestamp:
Oct 21, 2011, 1:09:03 AM (14 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipk/make-ipk

    r10528 r10538  
    238238        FILEALL=`find "$HOMEDIR"/BUILD -name "*" -print`
    239239
    240         if ( test -f "$HOMEDIR"/scripts/sh4-linux-strip ); then
     240        if ( test -f ../flashimg/BUILDGIT/checkout_"$STM"/tdt/tufsbox/devkit/sh4/bin/sh4-linux-strip ); then
    241241                echo ""
    242242                echo "[make-ipk] Files strippen"
     
    246246                        echo $FILE | grep ".ko" >/dev/null 2>&1
    247247                        if [ $? -eq 0 ]; then param="--strip-unneeded --remove-section=.comment"; else param="-s --remove-section=.comment"; fi
    248                         "$HOMEDIR"/scripts/sh4-linux-strip $param $FILE > /dev/null 2>&1
     248                        ../flashimg/BUILDGIT/checkout_"$STM"/tdt/tufsbox/devkit/sh4/bin/sh4-linux-strip $param $FILE > /dev/null 2>&1
    249249                        if [ $? -eq 0 ]; then
    250250                                echo "[make-ipk] Strippe: $FILE"
Note: See TracChangeset for help on using the changeset viewer.