Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Sep 2002 11:02:18 -0700 (PDT)
From:      Thomas Moestl <tmm@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/modules/linux Makefile src/sys/modules/pecoff Makefile
Message-ID:  <200209071802.g87I2IeI046031@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
tmm         2002/09/07 11:02:18 PDT

  Modified files:
    sys/modules/linux    Makefile 
    sys/modules/pecoff   Makefile 
  Log:
  Unbreak the modules build:
  - add dependencies on opt_cpu.h and opt_kstack_pages.h to the linux module
    Makefile in the i386 case. The latter is needed by an i386-only file, the
    former by the i386 implementation of linux_sysvec.c (opt_cpu.h is used for
    architecture-dependent options, so I added it only for i386, although this
    file is also generated for the alpha).
  - add a dependency on opt_kstack_pages.h to the pecoff module Makefile.
  
  Revision  Changes    Path
  1.59      +2 -1      src/sys/modules/linux/Makefile
  1.4       +2 -2      src/sys/modules/pecoff/Makefile

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209071802.g87I2IeI046031>