comparison mk-dist @ 2965:d35eda9fb1f3

octaverc file
author John W. Eaton <jwe@octave.org>
date Thu, 24 Jan 2013 17:39:08 -0500
parents 1955438b24dc
children eb1643bd900c
comparison
equal deleted inserted replaced
2964:1955438b24dc 2965:d35eda9fb1f3
61 echo " octave and dependencies..." 61 echo " octave and dependencies..."
62 cd $TOPDIR/usr/$TARGET 62 cd $TOPDIR/usr/$TARGET
63 tar -c -h -X $TOPDIR/excluded-gcc-files -f - . | ( cd $OCTAVE_DIST_DIR ; tar xpf - ) 63 tar -c -h -X $TOPDIR/excluded-gcc-files -f - . | ( cd $OCTAVE_DIST_DIR ; tar xpf - )
64 cp $TOPDIR/build_packages.m $OCTAVE_DIST_DIR/src 64 cp $TOPDIR/build_packages.m $OCTAVE_DIST_DIR/src
65 65
66 echo " octaverc file..."
67 cp $TOPDIR/octaverc $OCTAVE_DIST_DIR/share/octave/site/m/startup/octaverc
68
66 echo " native tools..." 69 echo " native tools..."
67 cd $TOPDIR/native-tools/usr 70 cd $TOPDIR/native-tools/usr
68 tar -c -h -X $TOPDIR/excluded-native-files -f - . | ( cd $OCTAVE_DIST_DIR ; tar xpf - ) 71 tar -c -h -X $TOPDIR/excluded-native-files -f - . | ( cd $OCTAVE_DIST_DIR ; tar xpf - )
69 72
70 echo " libgcc_s_dw2-1.dll to bin directory" 73 echo " libgcc_s_dw2-1.dll to bin directory"