ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/mkdistro
(Generate patch)

Comparing gvpe/mkdistro (file contents):
Revision 1.3 by pcg, Fri Oct 17 01:33:37 2003 UTC vs.
Revision 1.4 by pcg, Fri Oct 17 01:39:12 2003 UTC

42 ;; 42 ;;
43 cygwin ) 43 cygwin )
44 HOST=vm 44 HOST=vm
45 CONFIGURE="$CONFIGURE --enable-icmp" 45 CONFIGURE="$CONFIGURE --enable-icmp"
46 ;; 46 ;;
47 * )
48 exit 1
49 ;;
47esac 50esac
48 51
49make distdir="$TARGET/vpe" distdir 52make distdir="$TARGET/vpe" distdir
50rsync -avzPessh $TARGET/vpe $HOST:$BASE/. --delete 53rsync -avzPessh $TARGET/vpe $HOST:$BASE/. --delete
51rm -rf $TARGET/vpe 54rm -rf $TARGET/vpe

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines