source: additional/scripts/g4_make_tag.sh @ 1357

Last change on this file since 1357 was 1357, checked in by garnier, 13 years ago

add script

File size: 239 bytes
Line 
1#!/bin/sh
2
3cd $G4INSTALL;
4echo ""
5echo "Enter g4 svn tag to update to : ";
6read tag;
7echo "Update svn to $tag tag";
8g4svn co $tag -llgarnier;
9cd source;
10echo "make -j4"
11make -j4;
12echo "make examples"
13cd examples/N03/;make clean; make -j4;
Note: See TracBrowser for help on using the repository browser.