comp.lang.ada
 help / color / mirror / Atom feed
From: "Yannick Duchêne (Hibou57)" <yannick_duchene@yahoo.fr>
Subject: Re: Where to good the good ASIS version for my version of GNAT ?
Date: Sun, 07 Nov 2010 01:26:44 +0100
Date: 2010-11-07T01:26:44+01:00	[thread overview]
Message-ID: <op.vlrx6uj2ule2fv@garhos> (raw)
In-Reply-To: op.vlovreqgule2fv@garhos

Le Fri, 05 Nov 2010 09:41:28 +0100, Yannick Duchêne (Hibou57)  
<yannick_duchene@yahoo.fr> a écrit:

The Makefile for ASIS from AdaCore, is missing a tiny thing: the clean  
target is incomplete.
It does not clean tool_utils, asistnt and xnamest.

In Makfile, replace this:

> clean-gnat%:
> 	gnat clean -Ptools/gnat$*/gnat$*
>
> clean: clean-gnatstub clean-gnatelim clean-gnatpp clean-gnatmetric  
> clean-gnatcheck
> 	gnat clean -Pasis_bld
>
> force:


With this:

> clean-gnat%:
> 	gnat clean -Ptools/gnat$*/gnat$*
>
> clean-asistant:
> 	gnat clean -Ptools/asistant/asistant
>
> clean-tool_utils:
> 	gnat clean -Ptools/tool_utils/tool_utils
> 	gnat clean -Ptools/tool_utils/asis_ul
>
> clean-xsnamest:
> 	gnat clean gnat/xsnamest
> 	# Don't work from mSys Shell in Windows (don't know why),
> 	# it doesn't delete anything.
>
> clean: clean-gnatstub clean-gnatelim clean-gnatpp clean-gnatmetric  
> clean-gnatcheck clean-asistant clean-tool_utils clean-xsnamest
> 	gnat clean -Pasis_bld
>
> force:


-- 
Si les chats miaulent et font autant de vocalises bizarres, c’est pas pour  
les chiens.

“I am fluent in ASCII” [Warren 2010]



      parent reply	other threads:[~2010-11-07  0:26 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-05  8:41 Where to good the good ASIS version for my version of GNAT ? Yannick Duchêne (Hibou57)
2010-11-05 10:44 ` Yannick Duchêne (Hibou57)
2010-11-05 11:00 ` sjw
2010-11-05 11:26   ` Yannick Duchêne (Hibou57)
2010-11-05 13:03     ` Ludovic Brenta
2010-11-06  0:37       ` Simon Wright
2010-11-06  3:25         ` Yannick Duchêne (Hibou57)
2010-11-06 13:55           ` Simon Wright
2010-11-06  5:28         ` Yannick Duchêne (Hibou57)
2010-11-06 12:14           ` Yannick Duchêne (Hibou57)
2010-11-06 14:11             ` Simon Wright
2010-11-08 17:51         ` Simon Wright
2010-11-06  3:22       ` Yannick Duchêne (Hibou57)
2010-11-06  6:19       ` Yannick Duchêne (Hibou57)
2010-11-06  8:53         ` Ludovic Brenta
2010-11-06 14:16           ` Simon Wright
2010-11-05 17:13 ` Vadim Godunko
2010-11-06  3:20   ` Yannick Duchêne (Hibou57)
2010-11-06  9:10   ` Yannick Duchêne (Hibou57)
2010-11-07  0:26 ` Yannick Duchêne (Hibou57) [this message]
replies disabled

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