[PATCH] modversions.h can be wrong.

Daniel Caujolle-Bert (segfault@club-internet.fr)
Fri, 31 Aug 2001 01:40:45 +0200


This is a multi-part message in MIME format.
--------------57A97209D15E564B8F8C7C90
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hi Linus, Alan,

Can you apply this patch, it fix a problem with modversions.h
generation.

If you turn on module version information, doing make dep, everything
is OK, but if you turn off this feature after, doing a make dep again,
modversions.h isn't regenerated, so all version information header files
are included.

Cheers.

-- 
73's de Daniel, F1RMB.

-=- Daniel Caujolle-Bert -=- segfault@club-internet.fr -=- -=- f1rmb@f1rmb.ampr.org (AMPR NET) -=- --------------57A97209D15E564B8F8C7C90 Content-Type: text/plain; charset=us-ascii; name="Rules.make.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="Rules.make.diff"

--- linux-2.4.9-ac4.vanilla/Rules.make Sat May 26 16:32:54 2001 +++ linux-2.4.9-ac4/Rules.make Fri Aug 31 01:39:45 2001 @@ -122,7 +122,7 @@ # # This make dependencies quickly # -fastdep: dummy +fastdep: $(TOPDIR)/include/linux/modversions.h $(TOPDIR)/scripts/mkdep $(CFLAGS) $(EXTRA_CFLAGS) -- $(wildcard *.[chS]) > .depend ifdef ALL_SUB_DIRS $(MAKE) $(patsubst %,_sfdep_%,$(ALL_SUB_DIRS)) _FASTDEP_ALL_SUB_DIRS="$(ALL_SUB_DIRS)" @@ -263,7 +263,7 @@ else -$(TOPDIR)/include/linux/modversions.h: +$(TOPDIR)/include/linux/modversions.h: dummy @echo "#include <linux/modsetver.h>" > $@ endif # CONFIG_MODVERSIONS

--------------57A97209D15E564B8F8C7C90--

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