diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-03-10 19:34:34 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-03-10 19:34:34 +0000 |
commit | 8c8e04331daae50aa249abe13e1e64bc33019aea (patch) | |
tree | 7aa919a41a6bde632acdbb1f869b57f5d620b589 | |
parent | 91f65dd50cebda218d7cdc7ff6ba73fb8ad5852f (diff) |
Added ./configure -svnupdate
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3645 e03df62e-2008-0410-955e-edbf42e46eb7
-rwxr-xr-x | configure | 6 | ||||
-rwxr-xr-x | src/svn-rev.sh | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -101,6 +101,12 @@ if ($arg eq "-update") { } } +if ($arg eq "-svnupdate") { + system("svn update"); + system("perl configure -update"); + exit; +} + if ($arg eq "-modupdate") { # Does the cache file exist? if (!getcache()) { diff --git a/src/svn-rev.sh b/src/svn-rev.sh index 5e7dbd4a6..a2e94d407 100755 --- a/src/svn-rev.sh +++ b/src/svn-rev.sh @@ -1 +1 @@ -echo 3631 +echo 3644 |