Skip to content

Commit

Permalink
removed .hg files and renamed hgcompile to gitcompile
Browse files Browse the repository at this point in the history
  • Loading branch information
perexg committed May 20, 2008
1 parent 8aaccc9 commit fd61794
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 45 deletions.
2 changes: 0 additions & 2 deletions .hgignore → .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
syntax: glob

configure
config.log
config.cache
Expand Down
42 changes: 0 additions & 42 deletions .hgtags

This file was deleted.

2 changes: 1 addition & 1 deletion hgcompile → gitcompile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,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

0 comments on commit fd61794

Please sign in to comment.