Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v1.3.39 /versions.mk

Filename:/versions.mk
Lines Added:0
Lines Deleted:31
Also changed in: (Previous) 1.3.22  1.3.21  1.2.9 
(Following)

Location
[  1.3.39
   o  versions.mk

Patch

diff -u --recursive --new-file v1.3.38/linux/versions.mk linux/versions.mk
--- v1.3.38/linux/versions.mk   Sun Sep  3 12:27:06 1995
+++ linux/versions.mk   Thu Jan  1 02:00:00 1970
@@ -1,31 +0,0 @@
-ifdef CONFIG_MODVERSIONS
-TOPINCL := $(TOPDIR)/include/linux
-
-# Uses SYMTAB_OBJS
-# Separate the object into "normal" objects and "exporting" objects
-# Exporting objects are: all objects that define symbol tables
-#
-# Add dependence on $(SYMTAB_OBJS) to the main target
-#
-
-.SUFFIXES: .ver
-
-.c.ver:
-   @if [ ! -x /sbin/genksyms ]; then echo "Please read: README.modules"; fi
-   $(CC) $(CFLAGS) -E -DCONFIG_MODVERSIONS -D__GENKSYMS__ $< | /sbin/genksyms -w $(TOPINCL)/modules
-   @ln -sf $(TOPINCL)/modules/$@ .
-
-$(SYMTAB_OBJS): $(TOPINCL)/modversions.h
-   $(CC) $(CFLAGS) -DEXPORT_SYMTAB -c $(@:.o=.c)
-
-$(SYMTAB_OBJS:.o=.ver): $(TOPINCL)/autoconf.h
-
-$(TOPINCL)/modversions.h: $(SYMTAB_OBJS:.o=.ver)
-   @echo updating $(TOPINCL)/modversions.h
-   @(cd $(TOPINCL)/modules; for f in *.ver;\
-   do echo "#include <linux/modules/$${f}>"; done) \
-   > $(TOPINCL)/modversions.h
-
-fastdep: $(TOPINCL)/modversions.h
-
-endif


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.