[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 1.8 and mkdir_p
From: |
Harlan Stenn |
Subject: |
Re: 1.8 and mkdir_p |
Date: |
Wed, 14 Jan 2004 11:59:26 -0800 |
> > It is way to late to even think about changing things now.
It's never too late to improve software.
The amount of software that will be created from here on can be reasonably
expected to be MUCH greater than what has been written so far.
The change to, for example:
i686-DistroRev-linux-gnu
should be pretty painless as far as that goes. Certainly not as painful as
going from the 3 to 4 part form when the linux-gnu form was introduced.
> Well, you can create and maintain a 'config.linuxdistro' on your own...
Yes, and then code:
...
cvo=`config.guess`
case $cvo in
*-*-linux-gnu)
cvo=`config.linuxdistro`
;;
esac
...
everywhere one would otherwise simply code:
cvo=`config.guess`
H
- Re: config.guess and freedom (was: 1.8 and mkdir_p), (continued)
- Re: config.guess and freedom (was: 1.8 and mkdir_p), Ralf Corsepius, 2004/01/14
- Re: 1.8 and mkdir_p, Scott James Remnant, 2004/01/08
- Re: 1.8 and mkdir_p, Harlan Stenn, 2004/01/13
- Re: 1.8 and mkdir_p, Bruno Haible, 2004/01/13
- Re: 1.8 and mkdir_p, Harlan Stenn, 2004/01/13
- Re: 1.8 and mkdir_p, Scott James Remnant, 2004/01/13
- Re: 1.8 and mkdir_p, Harlan Stenn, 2004/01/13
- Re: 1.8 and mkdir_p, Bob Proulx, 2004/01/14
- Re: 1.8 and mkdir_p, Bob Friesenhahn, 2004/01/13
- Re: 1.8 and mkdir_p, Bruno Haible, 2004/01/14
- Re: 1.8 and mkdir_p,
Harlan Stenn <=
- Re: 1.8 and mkdir_p, Bruno Haible, 2004/01/14
- Re: 1.8 and mkdir_p, Harlan Stenn, 2004/01/14
Re: 1.8 and mkdir_p, Harlan Stenn, 2004/01/07