complex Makefile for a bootstrapped self-hosting translator [GCC MELT] ?

2012-01-09 Thread Basile Starynkevitch
ow to improve multi-stage building. I am still struggling with them. So I still need a lot of time to run a uselss make (just after a finished make command, the next make takes several minutes) Regards. -- Basile STARYNKEVITCH http://starynkevitch.net/Basile/ email: basilestarynkevit

Re: complex Makefile for a bootstrapped self-hosting translator [GCC MELT] ?

2012-01-10 Thread Basile Starynkevitch
On Mon, Jan 09, 2012 at 01:51:58PM -0500, Paul Smith wrote: > On Mon, 2012-01-09 at 16:35 +0100, Basile Starynkevitch wrote: > > I have big trouble with my make rules (for GNU make) > > > > I detailed my issues in the below Stack Overflow question > >http://stackov

Re: Hiding a Make function

2012-04-30 Thread Basile Starynkevitch
ide wildcard as you want). Cheers. -- Basile STARYNKEVITCH http://starynkevitch.net/Basile/ email: basilestarynkevitchnet mobile: +33 6 8501 2359 8, rue de la Faiencerie, 92340 Bourg La Reine, France *** opinions {are only mine, sont seulement les miennes} ***

dependency depending on symlinks

2012-06-16 Thread Basile Starynkevitch
LT stage 2 and same as MELT stage 1 Any clues? Regards -- Basile STARYNKEVITCH http://starynkevitch.net/Basile/ email: basilestarynkevitchnet mobile: +33 6 8501 2359 8, rue de la Faiencerie, 92340 Bourg La Reine, France *** opinions {are only mine, son

Re: dynamically building (temp) include file - how to delete on exit?

2012-06-16 Thread Basile Starynkevitch
/www.gnu.org/software/make/manual/html_node/Chained-Rules.html#Chained-Rules could be useful. Cheers -- Basile STARYNKEVITCH http://starynkevitch.net/Basile/ email: basilestarynkevitchnet mobile: +33 6 8501 2359 8, rue de la Faiencerie, 92340 Bourg La Reine, France *** opinions {are only min

GNU make 4.00 & remake

2013-10-01 Thread Basile Starynkevitch
facilities into some GNU make 4.x release? Regards. -- Basile STARYNKEVITCH http://starynkevitch.net/Basile/ email: basilestarynkevitchnet mobile: +33 6 8501 2359 8, rue de la Faiencerie, 92340 Bourg La Reine, France *** opinions {are only mine, sont seulement les miennes

Re: Number of arguments, a. la $# in gnu make?

2014-02-15 Thread Basile Starynkevitch
ike that exists today :-( Isn't that a good case for Guile scripting? It could make a good tutorial example Cheers -- Basile STARYNKEVITCH http://starynkevitch.net/Basile/ email: basilestarynkevitchnet mobile: +33 6 8501 2359 8, rue de la Faiencerie, 92340 Bourg La Reine, France *

Re: Conditional include directories

2015-08-03 Thread Basile Starynkevitch
way of using it in your Makefile: http://stackoverflow.com/questions/20145132/makefiles-how-can-i-use-them/20146082#20146082 Regards -- Basile Starynkevitch http://starynkevitch.net/Basile/ France basile at starynkevitch dot net _

Re: How to debug my Makefile

2018-07-19 Thread Basile Starynkevitch
quot; but it doesn't really help: You might consider using make --trace and remake -x. See http://bashdb.sourceforge.net/remake/ With remake you probably would be able to understand what is happening. Cheers -- Basile STARYNKEVITCH == http://starynkevitch.net/Basile opinions are mine

GNU make 4.4 & GNU guile 3 : how to build a target in Guile code for RefPerSys inference engine

2025-03-01 Thread Basile Starynkevitch
april.org/wws/arc/technique/2025-02/msg2.html -- Basile STARYNKEVITCH 8 rue de la Faïencerie 92340 Bourg-la-Reine, France http://starynkevitch.net/Basile & https://github.com/bstarynk

Re: Extramake loadable module library - sum, multiply and comparison functions

2025-06-19 Thread Basile Starynkevitch
e collectors like Boehm's one or even https://github.com/bstarynk/qish-gc (perhaps suitably improved, see http://starynkevitch.net/basile/qishintro.html ...) > > > > reduce - as in lisp > > map  - as in lisp > > find - finding files under a path. > &g