Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jan 2004 09:37:45 -0800 (PST)
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/share/mk bsd.dep.mk
Message-ID:  <200401131737.i0DHbjkm092076@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ru          2004/01/13 09:37:45 PST

  FreeBSD src repository

  Modified files:
    share/mk             bsd.dep.mk 
  Log:
  Introduce DPSRCS, that holds the list of source files which are
  needed for generating dependencies.  SRCS are always part of it,
  and normally only they.
  
  This can be useful in some random cases where it's necessary to
  have something in .depend that isn't part of SRCS.  This will be
  used to replace a hack in lib/libpam/libpam/Makefile.
  
  Revision  Changes    Path
  1.43      +8 -5      src/share/mk/bsd.dep.mk



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