Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Jun 2004 13:04:03 +0000 (UTC)
From:      Makoto Matsushita <matusita@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/emulators/vmware-guestd4 Makefile
Message-ID:  <200406251304.i5PD43aY020025@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
matusita    2004-06-25 13:04:03 UTC

  FreeBSD ports repository

  Modified files:
    emulators/vmware-guestd4 Makefile 
  Log:
  Fix kernel module build.
  
  Since 'OBJS=' line is inserted _after_ bsd.kmod.mk, OBJS value is
  overridden by the line (ahh...)  Hopefully, 'OBJS=' line is inserted
  after 'SRCS=' line, but there's no handy way I suppose (sed's command
  'i' requires to follow a newline, but how can I put a newline within
  a one line?)
  
  Since the contents (actually, kernel module) are changed,
  bump PORTREVISION.
  
  Submitted by: sobomax
  
  Revision  Changes    Path
  1.18      +2 -2      ports/emulators/vmware-guestd4/Makefile



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