Hi John, On Mon, Mar 01, 2010 at 08:32:08PM +0100, John Kacur wrote: > 2010/2/24 Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx>: > > Signed-off-by: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx> > > --- > > Makefile | 1 + > > 1 files changed, 1 insertions(+), 0 deletions(-) > > > > diff --git a/Makefile b/Makefile > > index 043b747..99fbba4 100644 > > --- a/Makefile > > +++ b/Makefile > > @@ -110,6 +110,7 @@ install: all > > install -m 755 src/hwlatdetect/hwlatdetect.py $(DESTDIR)$(PYLIB)/hwlatdetect.py > > ln -s $(PYLIB)/hwlatdetect.py "$(DESTDIR)$(bindir)/hwlatdetect" > > mkdir -p "$(DESTDIR)$(srcdir)/backfire" > > + install -m 644 src/backfire/backfire.c "$(DESTDIR)$(srcdir)/backfire/backfire.c" > > gzip src/backfire/backfire.4 -c >"$(DESTDIR)$(mandir)/man4/backfire.4.gz" > > gzip src/cyclictest/cyclictest.8 -c >"$(DESTDIR)$(mandir)/man8/cyclictest.8.gz" > > gzip src/pi_tests/pi_stress.8 -c >"$(DESTDIR)$(mandir)/man8/pi_stress.8.gz" > > -- > > 1.6.6.2 > > > > Hi Uwe > > What is the purpose of this patch? the idea if that if $(make install) creates the directory /usr/src/backfire it should add something below, too. Installing backfire.c seems reasonable. Maybe installing even the Makefile would make sence, doesn't it? Best regards Uwe -- Pengutronix e.K. | Uwe Kleine-König | Industrial Linux Solutions | http://www.pengutronix.de/ | -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html