X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-TMN: [i5WSiZQzE+wvGwGb2xw0h/u8ji8huqLZ] X-Originating-Email: [vuokko AT msn DOT com] Message-ID: From: "Hannu Vuolasaho (vuokko AT msn DOT com) [via geda-user AT delorie DOT com]" To: "geda-user AT delorie DOT com" Subject: RE: [geda-user] Re: geda-gaf on FreeBSD and probably other architectures Date: Fri, 17 Jul 2015 01:12:35 +0300 Importance: Normal In-Reply-To: <201507162147.t6GLl4dV030719@envy.delorie.com> References: <1507142204 DOT AA17911 AT ivan DOT Harhan DOT ORG>,<55A58A48 DOT 80501 AT neurotica DOT com> <20150715014343 DOT GA6516 AT recycle DOT lbl DOT gov>,,,<20150716161104 DOT 7869 DOT qmail AT stuge DOT se>,<30E19982-8884-4108-B948-326609737EED AT noqsi DOT com> ,<201507162147 DOT t6GLl4dV030719 AT envy DOT delorie DOT com> Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 X-OriginalArrivalTime: 16 Jul 2015 22:12:35.0824 (UTC) FILETIME=[85130700:01D0C014] Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id t6GMCdvK019511 Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk >> CURRENT_VERSION := $(shell git describe --abbrev=4 --dirty --always --tags) >> CURRENT_BRANCH := $(shell git branch|cut -f 2- -d ' ') > > That wouldn't work for me... For me neither. git branch|grep '*'|cut -f 2- -d ' ' I copied it from latest and only project I had it wrong. Hannu