]> git.alsa-project.org Git - alsa-utils.git/commitdiff
renamed hgcompile to gitcompile
authorJaroslav Kysela <perex@perex.cz>
Tue, 20 May 2008 11:32:28 +0000 (13:32 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 20 May 2008 11:32:28 +0000 (13:32 +0200)
gitcompile [moved from hgcompile with 94% similarity]

similarity index 94%
rename from hgcompile
rename to gitcompile
index 18bc9407ab69fbc25df81d1aef8732f34e026648..513ef7251dc8e07d233a3d4d19a30265dce817b9 100755 (executable)
--- a/hgcompile
@@ -20,6 +20,6 @@ echo "CFLAGS=$CFLAGS"
 echo "./configure $@"
 ./configure $@ || exit 1
 unset CFLAGS
-if [ -z "$HGCOMPILE_NO_MAKE" ]; then
+if [ -z "$GITCOMPILE_NO_MAKE" ]; then
   make
 fi