Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jul 2003 04:43:57 -0700 (PDT)
From:      Bruce Evans <bde@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:  <200307031143.h63BhvSB020526@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2003/07/03 04:43:57 PDT

  FreeBSD src repository

  Modified files:
    share/mk             bsd.dep.mk 
  Log:
  Use make(1) instead of a shell script to implement the checkdpadd target.
  This is simpler, and is easy to do now that make(1) supports substituting
  regexps.  Fixed missing '$' anchor in the regexp.  Use less cryptic names
  for temporary variables.
  
  Submitted by:   ru (early version)
  Reviewed by:    ru
  
  Revision  Changes    Path
  1.41      +7 -9      src/share/mk/bsd.dep.mk



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