From: Sam Hartman Date: Mon, 18 Dec 2000 01:12:36 +0000 (+0000) Subject: Support Kernel 2.4.x builds X-Git-Tag: debian/1.0.1-3~5 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=7379848b6670a04877441538ba75ac6ddc8e0d37;p=packages%2Fo%2Fopenafs.git Support Kernel 2.4.x builds --- diff --git a/src/config/Makefile.i386_linux24 b/src/config/Makefile.i386_linux24 index 7964e62e9..a789a230b 100644 --- a/src/config/Makefile.i386_linux24 +++ b/src/config/Makefile.i386_linux24 @@ -3,10 +3,10 @@ AFS_OSTYPE = LINUX # Base directory for linux kernel source. Actually a prefix which is complete # when LINUX_VERS is appended to it. -LINUX_SRCDIR = /usr/src/linux- +LINUX_SRCDIR = $(KSRC) # Default list of Linux kernels to build. Build will run only if all # can be built. To build a different set, specify LINUX_VERS to make. -LINUX_VERS = 2.3.99-pre3 +LINUX_VERS = $(KVERS) # # compilation and link editor flags