comp.lang.ada
 help / color / mirror / Atom feed
From: Stephen Leake <stephen_leake@stephe-leake.org>
Subject: Re: OpenToken 6.0 released
Date: Fri, 24 Apr 2015 04:37:00 -0500
Date: 2015-04-24T04:37:00-05:00	[thread overview]
Message-ID: <85618leukj.fsf@stephe-leake.org> (raw)
In-Reply-To: 2384a5b9-51ea-49c9-b3cd-595292fcd48f@googlegroups.com

jan.de.kruyf@gmail.com writes:

> 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

The only file that matches that pattern is libopentoken.dll, which needs
to be in the bin directory on Windows (as the comment says).

Patches for linux welcome, but my general approach is to leave
installation to the platform installer packages.

> all the more since you dont check that a bin directory is created, 

It's computed starting on line 6:

INSTALL_DIR ?= $(dir $(shell which gnatls))..
prefix=$(INSTALL_DIR)
I_BIN = $(prefix)/bin

so it has to exist if you can compile OpenToken

> and it also does not get cleaned up in the install-clean : rule.

That is an oversight.

-- 
-- Stephe

  reply	other threads:[~2015-04-24  9:37 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-15  8:09 OpenToken 6.0 released Stephen Leake
2015-04-16 22:08 ` Shark8
2015-04-16 22:55 ` Shark8
2015-04-17  9:09   ` AdaMagica
2015-04-20 15:50   ` Stephen Leake
2015-04-24  4:11     ` Shark8
2015-04-21 17:26 ` AdaMagica
2015-04-22 17:55   ` AdaMagica
2015-04-23 12:34     ` Jacob Sparre Andersen
2015-04-24  9:29       ` Stephen Leake
2015-04-24 13:56         ` Using Monotone to access the OpenToken sources (Was: OpenToken 6.0 released) Jacob Sparre Andersen
2015-04-24 18:04           ` Qun-Ying
2015-04-25 13:22             ` Using Monotone to access the OpenToken sources Stephen Leake
2015-04-27 17:18               ` Qun-Ying
2015-04-28 15:36                 ` Stephen Leake
2015-04-25 13:25           ` Stephen Leake
2015-04-25 15:59             ` Simon Wright
2015-04-23 15:21 ` OpenToken 6.0 released jan.de.kruyf
2015-04-24  9:37   ` Stephen Leake [this message]
2015-04-24  9:46 ` jan.de.kruyf
2015-04-25 13:29   ` Stephen Leake
2015-04-24 13:30 ` Stephen Leake
2015-04-24 15:56   ` AdaMagica
2015-04-25 13:31     ` Stephen Leake
2015-04-25 16:09       ` AdaMagica
2015-04-27 16:43         ` Stephen Leake
2015-04-28 15:54           ` AdaMagica
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox