From owner-cvs-all Tue Sep 22 16:21:42 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA26631 for cvs-all-outgoing; Tue, 22 Sep 1998 16:21:42 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA26606; Tue, 22 Sep 1998 16:21:30 -0700 (PDT) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA22577; Tue, 22 Sep 1998 16:21:00 -0700 (PDT) Date: Tue, 22 Sep 1998 16:21:00 -0700 (PDT) Message-Id: <199809222321.QAA22577@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/net/cvsup-bin Makefile ports/net/cvsupd-bin Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 1998/09/22 16:21:00 PDT Modified files: net/cvsup-bin Makefile net/cvsupd-bin Makefile Log: Define STRIP as the empty string so that install won't try to strip the executables when it installs them. They are already stripped in the distfile. They are not necessarily in the format specified by OBJFORMAT, so install could invoke the wrong version of strip. Problem noticed by: Jeremy Lea Revision Changes Path 1.7 +2 -1 ports/net/cvsup-bin/Makefile 1.2 +2 -1 ports/net/cvsupd-bin/Makefile