Re: 2.6.9-rc1-mm2

From: Sam Ravnborg
Date: Wed Sep 01 2004 - 14:22:10 EST


On Wed, Sep 01, 2004 at 10:35:09AM -0700, Tom Rini wrote:

> > -__modules := $(sort $(shell grep -h .ko /dev/null $(wildcard $(MODVERDIR)/*.mod)))
> > +__modules := $(sort $(shell grep -h '\.ko' /dev/null $(wildcard $(MODVERDIR)/*.mod)))
> > modules := $(patsubst %.o,%.ko,$(wildcard $(__modules:.ko=.o)))
> >
> > .PHONY: $(modules)
>
> D'oh... Wouldn't .modpost need the same change?

Even worse. I already did the same change for modpost - without
fixing it for modinst :-(

The modpost change is part of the bk-kbuild.patch

Sam
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/