From owner-cvs-all Sat May 11 12:15:19 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0804A37B400; Sat, 11 May 2002 12:15:16 -0700 (PDT) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4BJFGj29059; Sat, 11 May 2002 12:15:16 -0700 (PDT) (envelope-from marcel) Message-Id: <200205111915.g4BJFGj29059@freefall.freebsd.org> From: Marcel Moolenaar Date: Sat, 11 May 2002 12:15:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/xinstall xinstall.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2002/05/11 12:15:15 PDT Modified files: usr.bin/xinstall xinstall.c Log: Add support for stripping non-native object files by using an environment variable that specifies the name of the strip(1) program to use. The envvar is "STRIPBIN". The more natural choice would be "STRIP", but that one is taken already. Revision Changes Path 1.51 +5 -1 src/usr.bin/xinstall/xinstall.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message