X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f X-Recipient: geda-help AT delorie DOT com Message-ID: <20121008164127.15217.qmail@stuge.se> Date: Mon, 8 Oct 2012 18:41:27 +0200 From: Peter Stuge To: geda-help AT delorie DOT com Subject: Re: [geda-help] Need some help with gsymcheck warning messages Mail-Followup-To: geda-help AT delorie DOT com References: <5072321B DOT 5060406 AT twcny DOT rr DOT com> <20121008163144 DOT GA11303 AT localhost DOT localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20121008163144.GA11303@localhost.localdomain> Reply-To: geda-help AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-help AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Vladimir Zhbanov wrote: > The only problem is that you cannot use this sort of check in your > Makefile because gsymcheck always has exit status 1 if a warning > appears. You can run it like so: ( gsymcheck; exit 0 ) //Peter