Results 1 to 2 of 2

Thread: EXTRAVERSION entry in Makefile

  1. #1
    SwampDonkey
    Guest

    EXTRAVERSION entry in Makefile

    A question I've pondered a couple of times but haven't yet got round to asking.....

    In the OMP for enablng NTFS support, there is an instruction to remove 'custom' from the end of the EXTRAVERSION line in the top level Makefile just before running 'make dep'.

    Could someone explain to me what difference this makes? I'm curious.

    Thanks ...... Pete

  2. #2
    JimH
    Guest

    Re:EXTRAVERSION entry in Makefile

    Kernel modules are kernel version specific. Although you can disable this, but I don't recommend it.

    Say you were running kernel version 2.4.18-18 And the Makefile had...

    VERSION = 2
    PATCHLEVEL = 4
    SUBLEVEL = 18
    EXTRAVERSION = -18custom

    If you built the module without removing custom you would be building the module for kernel version 2.4.18-18custom. When you tried to load the module you would get a message stating the module was not built for the kernel version you were running.

    Jim H

Similar Threads

  1. UNREGMP2.EXE - Entry Point Not Found
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 12-31-2004, 11:30 PM
  2. Compiling without a makefile
    By snct in forum Linux - Software, Applications & Programming
    Replies: 5
    Last Post: 12-13-2004, 10:30 AM
  3. Makefile
    By countach44 in forum Linux - Software, Applications & Programming
    Replies: 3
    Last Post: 04-26-2004, 08:40 PM
  4. /var/log/messages: log entry analysis
    By Blaqb0x in forum Linux - Software, Applications & Programming
    Replies: 2
    Last Post: 09-26-2002, 03:34 AM
  5. Font problem?
    By Black666 in forum Linux - General Topics
    Replies: 2
    Last Post: 05-12-2002, 02:51 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •