Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Sep 1997 01:21:44 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG
Subject:   cvs commit: src/usr.bin/xinstall xinstall.c
Message-ID:  <199709140821.BAA18122@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       1997/09/14 01:21:44 PDT

  Modified files:
    usr.bin/xinstall     xinstall.c 
  Log:
  When calling strip, temporarily close the file, call strip and then
  reopen it after strip has finished.  This makes it work when
  /usr/bin/strip replaces the file rather than doing an in-place edit
  (such as the binutils-2.8 strip, which is a variation of objcopy).
  This is necessary if install(1) and strip(1) are going to cooperate
  on an ELF system.
  
  Revision  Changes    Path
  1.25      +10 -2     src/usr.bin/xinstall/xinstall.c



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