Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jun 1996 13:13:18 -0700 (PDT)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-all, cvs-user
Subject:   cvs commit:  src/lkm/linux Makefile
Message-ID:  <199606252013.NAA11317@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         96/06/25 13:13:16

  Modified:    lkm/linux  Makefile
  Log:
  Fixed the `machine' link.  It pointed to the wrong place, and was created
  too late to be used in all cases.  It should probably be created (early)
  in bsd.kmod.mk for all LKMs.
  
  Use cc instead of cpp | as for the same reasons as in the kernel makefile.
  CFLAGS isn't split up as well as in the kernel makefile, but cc doesn't
  pass compiler warning flags to cpp, so there is no need to split it.
  
  Revision  Changes    Path
  1.8       +9 -6      src/lkm/linux/Makefile



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