autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Platform-specific "clean" targets?


From: Noah Misch
Subject: Re: Platform-specific "clean" targets?
Date: Sat, 17 Nov 2007 11:12:57 -0800
User-agent: Mutt/1.5.9i

On Sat, Nov 17, 2007 at 01:51:43PM -0500, Jay Levitt wrote:
> On Stratus VOS, core files are not called "core"; they are called 
> "[executable_name].kp". 
> 
> Is there something I can do in config.site (or somewhere else) that 
> will propagate through autoconf to add this to the average 
> autoconf/automake project's "clean" target - ideally at "configure" 
> time, not autoconf or automake time?  The clean-local target seems to 
> be for project-specific targets, not platform-specific targets, and 
> I'm not sure how to affect it from config.site anyway.

`make clean' should not delete such core files, since `make' does not create
them.  It is appropriate for `configure' to delete `conftest.kp' that may remain
after a failed test, and it can do this unconditionally.

There is no general facility designed to augment the clean rule on a platform-
or site-specific basis.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]