Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore


Modified Files:
      Tag: SPLIT
        make_cross_compile_arm.sh 


Log Message:

cross-compile stuff

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/Attic/make_cross_compile_arm.sh,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -u -3 -r1.1.2.5 -r1.1.2.6
--- make_cross_compile_arm.sh   2 Apr 2003 05:01:40 -0000       1.1.2.5
+++ make_cross_compile_arm.sh   10 Jul 2003 13:28:43 -0000      1.1.2.6
@@ -10,16 +10,15 @@
 
 CC="/skiff/local/bin/arm-linux-gcc"
 ST="/skiff/local/bin/arm-linux-strip"
-CFLAGS="-O9"
+CFLAGS="-O2"
 
 rm -rf "build"
 mkdir "build"
-mkdir "build""/usr"
-mkdir "build""/usr/local"
-DST=`pwd`"/build""/usr/local";
+DST=`pwd`"/build";
 
 mkdir $DST"/lib";
 mkdir $DST"/bin";
+mkdir $DST"/include";
 mkdir $DST"/share";
 mkdir $DST"/share/ecore";
 
@@ -47,13 +46,14 @@
    rm -f "lib"$LIB".so.1.0"
    ln -s "lib"$LIB".so.1.0.0" "lib"$LIB".so.1.0"
    cp -a "lib"$LIB".so"* $DST"/lib";
+   cp -a Ecore*.h $DST"/include";
   popd
  done
 
  popd
 
  pushd bin
-  BIN=ecore_test
+  BIN="ecore_test"
    $CC $BIN".c" \
    -I../.. -I../lib \
    -I. -I../lib/ecore -I../lib/ecore_x -I../lib/ecore_fb -I../lib/ecore_job 
-I../lib/ecore_evas -I../lib/ecore_con -I../lib/ecore_ipc \
@@ -63,7 +63,7 @@
    -o $BIN
    $ST $BIN
    cp -a $BIN $DST"/bin";
-  BIN=ecore_evas_test
+  BIN="ecore_evas_test"
    $CC \
    ecore_evas_test.c \
    ecore_evas_test_app.c \
@@ -85,4 +85,7 @@
 PD=`pwd`
 pushd "build"
  tar zcvf $PD"/data.tar.gz" *
-popd
\ No newline at end of file
+ pushd /skiff/local/
+  sudo tar zxvf $PD"/data.tar.gz"
+ popd
+popd




-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to