Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 1996 10:53:14 -0700 (PDT)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-all, cvs-share
Subject:   cvs commit:  src/share/mk bsd.obj.mk
Message-ID:  <199609051753.KAA05806@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         96/09/05 10:53:14

  Modified:    share/mk  bsd.obj.mk
  Log:
  Fixed `make objlink' (and `make obj' in the (non-default) OBJLINK case).
  Running them twice usually destroyed the target binary.  E.g., the
  second `make objlink' in `make objlink; make; make objlink' replaced
  the `cat' binary by a symlink cat@ -> /usr/obj/usr/src/bin/cat.
  
  `ln -fs' is unusable when the target might be a symlink that resolves
  to a directory.  Then -f applies to a file in the directory and not
  to the symlink.  This seems to be the standard (and sometimes useful)
  behaviour.
  
  Revision  Changes    Path
  1.8       +5 -3      src/share/mk/bsd.obj.mk



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