From cd25a1b65770b6f8e92b2abd27c78fba15bcbf6a Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 10 Oct 2009 18:07:09 +0000 Subject: [PATCH] comment --- make/gcc-linux.mk | 7 +++++++ 1 file changed, 7 insertions(+), 0 deletions(-) diff --git a/make/gcc-linux.mk b/make/gcc-linux.mk index a7e7e26..f24013e 100644 --- a/make/gcc-linux.mk +++ b/make/gcc-linux.mk @@ -1,3 +1,10 @@ +# +# This file primarily exists for making it possible to test the build +# system and external library support from Linux. However, its use is +# strongly discouraged; use the (default) libtool rules for building +# on Linux. +# + # --- Required interface definitions --- OBJ=o -- libgit2 0.21.4