Date: Mon, 12 Aug 1996 10:03:32 -0700 (PDT) From: Peter Wemm <peter> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/xinstall xinstall.c Message-ID: <199608121703.KAA29006@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 96/08/12 10:03:31 Modified: usr.bin/xinstall xinstall.c Log: Add a simple -v (verbose) option that allows you to see when -C actually installs something. This is not 100% right, since it has a false hit when install -C snaps hard links. Also, run strip(1) from the $PATH, otherwise you need a special version of install to install (say) elf binaries which have a different strip. With JDP's elfkit, the layout of the path determines which binary format you are generating. Revision Changes Path 1.9 +12 -5 src/usr.bin/xinstall/xinstall.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199608121703.KAA29006>