Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Dec 1997 10:48:46 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG
Subject:   cvs commit: src/share/mk bsd.obj.mk
Message-ID:  <199712191848.KAA02522@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1997/12/19 10:48:46 PST

  Modified files:
    share/mk             bsd.obj.mk 
  Log:
  Only remove ${CLEANFILES} in the default clean rule.  In particular,
  don't remove a.out explicitly.  a.out should only be generated for
  libraries and is removed in the non-default rule in bsd.lib.mk.
  
  Removed undocumented cleanfiles target.  It was the same as the
  default clean target except it didn't descend into subdirs.  It was
  different from special clean targets in other ways.  This feature
  hasn't been missed for more important targets.
  
  Removed unused default cleandepend target.  bsd.dep.mk has a better
  version which is always used.
  
  Use a better rule for checkdpadd in the BINFORMAT=aout case.  This
  mainly checks that ld -f is working correctly.  The old rule is
  still available via `make BINFORMAT=foo checkdpadd' and should be
  used to check for regressions under 2.2 where ld -f is not available.
  
  Revision  Changes    Path
  1.21      +16 -18    src/share/mk/bsd.obj.mk



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