Hi,
On Jul 1, 2008, at 12:22 PM, Ingo Molnar wrote:
[ Oh, and i could switch between git versions without having to
rebuild
;-) ]
hmms... Can you just use
version=`git-describe`
./configure --prefix=/usr/local/git-$version
make && sudo make install
sudo sh -c 'rm -f /usr/local/git && ln -s /usr/local/git-$version /
usr/local/git'
and stick /usr/local/git/bin in your path?
Changing git versions is just a ln -s away.
Best regards,
--
Pedro Melo
Blog: http://www.simplicidade.org/notes/
XMPP ID: melo@xxxxxxxxxxxxxxxx
Use XMPP!
--
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