Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Apr 2002 04:21:09 -0700 (PDT)
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/share/mk bsd.prog.mk
Message-ID:  <200204121121.g3CBL9c36341@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
ru          2002/04/12 04:21:09 PDT

  Modified files:
    share/mk             bsd.prog.mk 
  Log:
  Fixed the fatal breakage I introduced in the last commit.
  
  Make the defined(SRCS) case similar to the !defined(SRCS)
  case - only define ${PROG}: ${OBJS} if the ${PROG} target
  does not exist.  This has only one precedence in the entire
  source tree, usr.bin/doscmd, and its Makefile is horribly
  broken.  I will temporarily unconnect it from build until
  I'm working on the fix.
  
  Revision  Changes    Path
  1.109     +1 -1      src/share/mk/bsd.prog.mk

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?200204121121.g3CBL9c36341>