comparison mk-dist @ 2958:04791633efbc

Octave Forge package sources and build script
author John W. Eaton <jwe@octave.org>
date Mon, 14 Jan 2013 14:49:08 -0500
parents 0c4eab3a7903
children 486c081fd0b5
comparison
equal deleted inserted replaced
2957:0c4eab3a7903 2958:04791633efbc
57 echo "copying files..." 57 echo "copying files..."
58 58
59 echo " octave and dependencies..." 59 echo " octave and dependencies..."
60 cd $TOPDIR/usr/$TARGET 60 cd $TOPDIR/usr/$TARGET
61 tar -c -h -X $TOPDIR/excluded-gcc-files -f - . | ( cd $TOPDIR/dist/octave ; tar xpf - ) 61 tar -c -h -X $TOPDIR/excluded-gcc-files -f - . | ( cd $TOPDIR/dist/octave ; tar xpf - )
62 62 cp $TOPDIR/build_packages.m $TOPDIR/dist/octave/src
63 63
64 echo " native tools..." 64 echo " native tools..."
65 cd $TOPDIR/native-tools/usr 65 cd $TOPDIR/native-tools/usr
66 tar -c -h -X $TOPDIR/excluded-native-files -f - . | ( cd $TOPDIR/dist/octave ; tar xpf - ) 66 tar -c -h -X $TOPDIR/excluded-native-files -f - . | ( cd $TOPDIR/dist/octave ; tar xpf - )
67 67