From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <47ED4DE3.2010003@domain.hid> Date: Fri, 28 Mar 2008 20:58:27 +0100 From: Philippe Gerum MIME-Version: 1.0 References: <20080328185158.GA9009@domain.hid> In-Reply-To: <20080328185158.GA9009@domain.hid> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: Philippe Gerum Subject: Re: [Xenomai-core] [PATCH][SOLO] clarify --prefix option Reply-To: rpm@xenomai.org List-Id: "Xenomai life and development \(bug reports, patches, discussions\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Robert Schwebel Cc: xenomai-core Robert Schwebel wrote: > Clafifies the description of the --prefix option in the README. > > Signed-off-by: Robert Schwebel > > --- > README | 11 ++++++----- > 1 file changed, 6 insertions(+), 5 deletions(-) > > Index: xenomai-solo/README > =================================================================== > --- xenomai-solo.orig/README 2008-03-28 19:07:27.000000000 +0100 > +++ xenomai-solo/README 2008-03-28 19:11:25.000000000 +0100 > @@ -33,12 +33,13 @@ > > Where may be any standard autoconf switch, such as: > > ---prefix= > +--prefix= > > - To specify the installation root directory, under which > - libraries, include files, scripts and executables will be > - copied when running "make install". This directory defaults to > - /usr/local/solo. > + To specify the runtime path for the installation of libraries, > + include files, scripts and executables. "make install" installs > + these files to ${DESTDIR}/. > + > + This directory defaults to /usr/local/solo. > > or Xenomai-specific knobs: > > Merged, thanks. -- Philippe.