From owner-cvs-usrbin Mon Aug 12 10:03:40 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA29025 for cvs-usrbin-outgoing; Mon, 12 Aug 1996 10:03:40 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA29006; Mon, 12 Aug 1996 10:03:32 -0700 (PDT) Date: Mon, 12 Aug 1996 10:03:32 -0700 (PDT) From: Peter Wemm Message-Id: <199608121703.KAA29006@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/xinstall xinstall.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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