Last change
on this file was
1937:7a7a1f95cc24,
checked in by Alpar Juttner, 19 years ago
|
Some useful scripts:
check-compiler: test whether the repo compiles warningless
with various compilers.
check-integrity: checks whether everything is svn-added,
the makefiles are correct etc.
release: creates a version numbered release. Is modifies the repository.
DO NOT PLAY WITH IT!
|
|
File size:
74 bytes
|
Line | |
---|
1 | #!/bin/bash |
---|
2 | |
---|
3 | make VERSION=r`svn info|grep 'Revision:'|cut -d ' ' -f 2` $* |
---|
Note: See
TracBrowser
for help on using the repository browser.