autoconf
[Top][All Lists]
Advanced

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

Re: dpkg hooks


From: Eric Blake
Subject: Re: dpkg hooks
Date: Sat, 29 Sep 2007 11:10:48 -0600
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6) Gecko/20070728 Thunderbird/2.0.0.6 Mnenhy/0.7.5.666

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

According to William Pursell on 9/29/2007 11:14 AM:
> I'm talking about those files named $cache_file in
> my $CONFIG_SITE.  Since they hold lines of the form:
> ac_cv_func_foo=${ac_cv_func_foo=yes}
> the cache is invalid if I remove the package
> containing libfoo.

One of the easiest ways to do this is use a site configuration to enforce
a global cache file.  Then, when removing a package, you merely delete the
global cache (since the state it cached is out of date), and any package
you then recompile will have to rerun tests for uncached data, but can
share information learned from other packages and saved in the global cache.
http://www.gnu.org/software/autoconf/manual/html_node/Site-Defaults.html#Site-Defaults

- --
Don't work too hard, make some time for fun as well!

Eric Blake             address@hidden
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFG/ocY84KuGfSFAYARAi9YAKCaK0PzardG7/Xwu4FZYWk9QfnyRgCeOPpT
9NvJWZgdaLdaw/Wflf9pdlE=
=GAQC
-----END PGP SIGNATURE-----




reply via email to

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