lkml.org 
[lkml]   [2001]   [Aug]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] modversions.h can be wrong.
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) -=---- 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
\
 
 \ /
  Last update: 2005-03-22 13:01    [W:0.029 / U:1.312 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site