comp.lang.ada
 help / color / mirror / Atom feed
From: Gautier write-only <gautier_niouzes@hotmail.com>
Subject: Re: Gnat Project file : object dir "fast clean" ?
Date: Mon, 16 Nov 2009 06:45:41 -0800 (PST)
Date: 2009-11-16T06:45:41-08:00	[thread overview]
Message-ID: <17ab1c7b-39ee-41c3-8ef8-e6cbb531bd38@d5g2000yqm.googlegroups.com> (raw)
In-Reply-To: 4b012f91$0$7619$9b4e6d93@newsspool1.arcor-online.net

On 16 nov, 11:55, Georg Bauhaus <rm.dash-bauh...@futureapps.de> wrote:

> Wouldn't gnatclean do the job?

I guess Jérôme would like to delete exactly the files gnatclean
wouldn't.
In other words: keep the .ali/.o that are meaningful to the project,
and delete the other files.
A solution would be then (I just tried it with success on Windows):

gnatclean -n -P myproj | zip keepit -@
del dir_obj\*
move keepit.zip \
cd \
unzip keepit

Of course, this would be better included as an option in gnatclean.
_________________________________________________________
Gautier's Ada programming -- http://sf.net/users/gdemont/
NB: For a direct answer, e-mail address on the Web site!



      reply	other threads:[~2009-11-16 14:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-16 10:10 Gnat Project file : object dir "fast clean" ? Jérôme Haguet
2009-11-16 10:55 ` Georg Bauhaus
2009-11-16 14:45   ` Gautier write-only [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