From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.236.16.233 with SMTP id h69mr4517099yhh.54.1429802474316; Thu, 23 Apr 2015 08:21:14 -0700 (PDT) X-Received: by 10.140.48.11 with SMTP id n11mr48461qga.35.1429802474262; Thu, 23 Apr 2015 08:21:14 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!feeder.erje.net!1.eu.feeder.erje.net!newspeer1.nac.net!border2.nntp.dca1.giganews.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!j5no3343997qga.1!news-out.google.com!a41ni808qgf.1!nntp.google.com!z60no3344804qgd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 23 Apr 2015 08:21:14 -0700 (PDT) In-Reply-To: <85r3rlg6dd.fsf@stephe-leake.org> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=105.237.42.23; posting-account=orbgeAkAAADzWCTlruxuX_Ts4lIq8C5J NNTP-Posting-Host: 105.237.42.23 References: <85r3rlg6dd.fsf@stephe-leake.org> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <2384a5b9-51ea-49c9-b3cd-595292fcd48f@googlegroups.com> Subject: Re: OpenToken 6.0 released From: jan.de.kruyf@gmail.com Injection-Date: Thu, 23 Apr 2015 15:21:14 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:25580 Date: 2015-04-23T08:21:14-07:00 List-Id: Stephe, hallo. Thanks for all the good work, and here is some small inconsistency in the makefile: org.opentoken-6.0a/build/release/Install.make line 30: cp lib/libopentoken* $(I_BIN) I am puzzled why the lib files should be copied to the bin directory all the more since you dont check that a bin directory is created, and it also does not get cleaned up in the install-clean : rule. Cheers j.