Changeset 10538 for ipk/make-ipk
- Timestamp:
- Oct 21, 2011, 1:09:03 AM (14 years ago)
- File:
-
- 1 edited
-
ipk/make-ipk (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ipk/make-ipk
r10528 r10538 238 238 FILEALL=`find "$HOMEDIR"/BUILD -name "*" -print` 239 239 240 if ( test -f "$HOMEDIR"/scripts/sh4-linux-strip ); then240 if ( test -f ../flashimg/BUILDGIT/checkout_"$STM"/tdt/tufsbox/devkit/sh4/bin/sh4-linux-strip ); then 241 241 echo "" 242 242 echo "[make-ipk] Files strippen" … … 246 246 echo $FILE | grep ".ko" >/dev/null 2>&1 247 247 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>&1248 ../flashimg/BUILDGIT/checkout_"$STM"/tdt/tufsbox/devkit/sh4/bin/sh4-linux-strip $param $FILE > /dev/null 2>&1 249 249 if [ $? -eq 0 ]; then 250 250 echo "[make-ipk] Strippe: $FILE"
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/openaaf/chrome/common/titannit_trac_banner.png)