[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RFC] getting rid of the config.guess/sub problem when bootstrapping
From: |
Ben Elliston |
Subject: |
Re: [RFC] getting rid of the config.guess/sub problem when bootstrapping new ports/systems |
Date: |
Tue, 21 May 2013 21:59:53 +1000 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Tue, May 21, 2013 at 07:56:47AM -0400, Earnie Boyd wrote:
> if [[ -f /usr/local/share/config/config.guess ]]
> then
> . /usr/local/share/config/config.guess
> exit
> fi
First, this does not solve the problem because it requires that every
package get a new version of config.guess. We're trying to overcome
having to modify every package. Second, I don't like the idea of
doing things that surprise users. That will confuse people.
Cheers, Ben
signature.asc
Description: Digital signature
- Re: [RFC] getting rid of the config.guess/sub problem when bootstrapping new ports/systems, Pavel Raiskup, 2013/05/20
- Re: [RFC] getting rid of the config.guess/sub problem when bootstrapping new ports/systems, Paul Wise, 2013/05/20
- Re: [RFC] getting rid of the config.guess/sub problem when bootstrapping new ports/systems, Pavel Raiskup, 2013/05/20
- Re: [RFC] getting rid of the config.guess/sub problem when bootstrapping new ports/systems, Paul Wise, 2013/05/20
- Re: [RFC] getting rid of the config.guess/sub problem when bootstrapping new ports/systems, Ben Elliston, 2013/05/21
- Re: [RFC] getting rid of the config.guess/sub problem when bootstrapping new ports/systems, Earnie Boyd, 2013/05/21
- Re: [RFC] getting rid of the config.guess/sub problem when bootstrapping new ports/systems, Ben Elliston, 2013/05/21
- Re: [RFC] getting rid of the config.guess/sub problem when bootstrapping new ports/systems, Earnie Boyd, 2013/05/21
- Re: [RFC] getting rid of the config.guess/sub problem when bootstrapping new ports/systems, Ben Elliston, 2013/05/21
- Re: [RFC] getting rid of the config.guess/sub problem when bootstrapping new ports/systems, Earnie Boyd, 2013/05/21
- Re: [RFC] getting rid of the config.guess/sub problem when bootstrapping new ports/systems,
Ben Elliston <=
- Re: [RFC] getting rid of the config.guess/sub problem when bootstrapping new ports/systems, Earnie Boyd, 2013/05/21
- Re: [RFC] getting rid of the config.guess/sub problem when bootstrapping new ports/systems, Ben Elliston, 2013/05/21
- Re: [RFC] getting rid of the config.guess/sub problem when bootstrapping new ports/systems, Eric Blake, 2013/05/21
- Re: [RFC] getting rid of the config.guess/sub problem when bootstrapping new ports/systems, Eric Blake, 2013/05/21
Re: [RFC] getting rid of the config.guess/sub problem when bootstrapping new ports/systems, Henrique de Moraes Holschuh, 2013/05/20