… | … | ||
---|---|---|---|
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 | ;; | ||
47 | esac | 50 | esac |
48 | 51 | ||
49 | make distdir="$TARGET/vpe" distdir | 52 | make distdir="$TARGET/vpe" distdir |
50 | rsync -avzPessh $TARGET/vpe $HOST:$BASE/. --delete | 53 | rsync -avzPessh $TARGET/vpe $HOST:$BASE/. --delete |
51 | rm -rf $TARGET/vpe | 54 | rm -rf $TARGET/vpe |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |