Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Mar 1999 19:06:26 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/share/mk bsd.kmod.mk bsd.lib.mk bsd.prog.mk
Message-ID:  <199903230306.TAA02321@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1999/03/22 19:06:26 PST

  Modified files:
    share/mk             bsd.kmod.mk bsd.lib.mk bsd.prog.mk 
  Log:
  Removed all traces of LN_FLAGS.  It was only used to produce a link
  /usr/sbin/sysctl -> ${DESTDIR}/sbin/sysctl in some versions of 2.2,
  and this link was broken if DESTDIR was set.
  
  Added a SYMLINKS macro.  This works the same as LINKS, except it
  creates symlinks and the linked-to pathname may be relative.  This
  is more flexible than LN_FLAGS, since it supports installing
  symlinks independently of hard links.
  
  Use `ln -f[s] ...' instead of `rm -f ...; ln [-s] ...' for LINKS and
  SYMLINKS.  This is equivalent if the target is neither a directory nor
  a symlink to a directory.
  
  PR:		8279
  
  Revision  Changes    Path
  1.59      +16 -5     src/share/mk/bsd.kmod.mk
  1.86      +14 -4     src/share/mk/bsd.lib.mk
  1.82      +13 -3     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?199903230306.TAA02321>