comp.lang.ada
 help / color / mirror / Atom feed
From: "Gautier direct_replies_not_read" <gautier_niouzes@hotmail.com>
Subject: Re: gnatmake clean?
Date: Sat, 15 Jun 2002 09:32:52 +0000
Date: 2002-06-15T09:32:52+00:00	[thread overview]
Message-ID: <mailman.1024133582.29445.comp.lang.ada@ada.eu.org> (raw)

David Rasmussen

>I find that the features of gnatmake often eliminates the need for a 
>Makefile, at least for small projects. The only thing I lack or at least 
>can't find, is a feature to clean (remove) rebuildable files (.o .ali 
>executables etc.), or at least to force a build as if none of these 
>existed. How do I do that?

To force rebuild, as "sk" mentioned: "gnatmake -f xxx"

If you wish to get rid of .o and .ali files, you may be
interested by CleanACU.adb in gnatpaqs.zip, URL below.
It deletes the .o and "ghost" the .ali into almost empty
files, so the .ali and .o are recreated in the same directory
with the "-i" gnatmake switch.
________________________________________________________
Gautier  --  http://www.mysunrise.ch/users/gdm/gsoft.htm

NB: For a direct answer, address on the Web site!


_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com




             reply	other threads:[~2002-06-15  9:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-06-15  9:32 Gautier direct_replies_not_read [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-06-15  7:35 gnatmake clean? David Rasmussen
2002-06-15  8:08 ` sk
replies disabled

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