On Dec 19, 2006, at 4:12 PM, Seth Falcon wrote:
git version 1.4.4.2.gee60-dirty
(the dirty is a hand edit to Makefile for prefix)
Just FYI: You can save Makefile variables in a "config.mak" file
instead of having to dirty your working tree (and dealing with
conflicts, etc). For example:
cat > config.mak <<EOF
prefix=/your/prefix/path/here/
EOF
Mine also has a few variables like "COLLISION_CHECK=paranoid" and my
own prefix.
~~Brian
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html