[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Core-utils 7.2; building only 'su'
From: |
Douglas Held |
Subject: |
Re: Core-utils 7.2; building only 'su' |
Date: |
Mon, 13 Apr 2009 23:31:30 +0100 |
I never did solve this properly, but I see two workarounds:
1. make clean && ./configure && make && ./configure (with the
only-install-su option) && make install
That should leave the ginstall around from the first build; or
2. make clean && ./configure (with the only-install-su option) && make
&& /usr/ucb/install ...
One of these days, I'm going to really figure out autoconf, but at
present taking apart the Makefile and aux scripts is just
incomprehensible.
--
Douglas Held
address@hidden
+447986527654
+1 (415) 830-6123
- Re: Core-utils 7.2; building only 'su', (continued)
- Re: Core-utils 7.2; building only 'su', Ralf Wildenhues, 2009/04/15
- Re: Core-utils 7.2; building only 'su', Eric Blake, 2009/04/15
- Re: Core-utils 7.2; building only 'su', Bob Friesenhahn, 2009/04/15
- Re: Core-utils 7.2; building only 'su', Alfred M. Szmidt, 2009/04/15
- Re: Core-utils 7.2; building only 'su', Bob Friesenhahn, 2009/04/15
- Re: Core-utils 7.2; building only 'su', Douglas Held, 2009/04/15
- Re: Core-utils 7.2; building only 'su', Bob Friesenhahn, 2009/04/15
- Re: Core-utils 7.2; building only 'su', Alfred M. Szmidt, 2009/04/15
- Re: Core-utils 7.2; building only 'su', Keith Marshall, 2009/04/15
- Re: Core-utils 7.2; building only 'su', Alfred M. Szmidt, 2009/04/15
Re: Core-utils 7.2; building only 'su',
Douglas Held <=