Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Apr 2002 02:03:57 -0700 (PDT)
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src Makefile src/share/man/man4 Makefile src/share/man/man8 Makefile src/sys/conf kmod.mk src/share/mk bsd.dep.mk bsd.doc.mk bsd.info.mk bsd.lib.mk bsd.man.mk bsd.nls.mk bsd.obj.mk bsd.prog.mk bsd.sgml.mk bsd.subdir.mk
Message-ID:  <200204230903.g3N93vU96754@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
ru          2002/04/23 02:03:56 PDT

  Modified files:
    .                    Makefile 
    share/man/man4       Makefile 
    share/man/man8       Makefile 
    sys/conf             kmod.mk 
    share/mk             bsd.dep.mk bsd.doc.mk bsd.info.mk 
                         bsd.lib.mk bsd.man.mk bsd.nls.mk 
                         bsd.obj.mk bsd.prog.mk bsd.sgml.mk 
                         bsd.subdir.mk 
  Log:
  Merge bsd.obj.mk's version of the _SUBDIR target with bsd.subdir.mk.
  
  Ensure all standard targets honor SUBDIR.  Now `make obj' descends into
  SUBDIRs even if NOOBJ is set (some descendants may still need an object
  directory, but we do not have such precedents).  Now `make install' in
  non-bsd.subdir.mk makefiles runs `afterinstall' target _after_ `install'
  in SUBDIRs, like we do in bsd.subdir.mk.  Nothing depended on the wrong
  order anyway.
  
  Fixed `distribute' targets (except for the bsd.subdir.mk version) so that
  they do not depend on _SUBDIR; `distribute' calls `install' which already
  depends on _SUBDIR.
  
  De-standardize `maninstall', otherwise manpages would be installed twice.
  (To be revised later.)
  
  Revision  Changes    Path
  1.250     +1 -1      src/Makefile
  1.154     +0 -3      src/share/man/man4/Makefile
  1.28      +0 -4      src/share/man/man8/Makefile
  1.34      +4 -4      src/share/mk/bsd.dep.mk
  1.51      +0 -12     src/share/mk/bsd.doc.mk
  1.62      +4 -19     src/share/mk/bsd.info.mk
  1.113     +11 -21    src/share/mk/bsd.lib.mk
  1.46      +1 -1      src/share/mk/bsd.man.mk
  1.7       +1 -9      src/share/mk/bsd.nls.mk
  1.42      +6 -36     src/share/mk/bsd.obj.mk
  1.114     +10 -19    src/share/mk/bsd.prog.mk
  1.31      +1 -1      src/share/mk/bsd.sgml.mk
  1.35      +10 -10    src/share/mk/bsd.subdir.mk
  1.118     +5 -12     src/sys/conf/kmod.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?200204230903.g3N93vU96754>