From nobody Wed Dec 22 12:57:15 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 233DE190BA78; Wed, 22 Dec 2021 12:57:26 +0000 (UTC) (envelope-from SRS0=s3ps=RH=FreeBSD.org=mfechner@anny.lostinspace.de) Received: from anny.lostinspace.de (anny.lostinspace.de [195.30.95.33]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4JJtdd2pvBz3wGR; Wed, 22 Dec 2021 12:57:25 +0000 (UTC) (envelope-from SRS0=s3ps=RH=FreeBSD.org=mfechner@anny.lostinspace.de) Received: from server.idefix.lan (017-136-067-156.ip-addr.inexio.net [156.67.136.17]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: idefix@fechner.net) by anny.lostinspace.de (Postfix) with ESMTPSA id 35AAD9BB00; Wed, 22 Dec 2021 13:57:17 +0100 (CET) Received: from [192.168.0.151] (017-136-067-156.ip-addr.inexio.net [156.67.136.17]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by server.idefix.lan (Postfix) with ESMTPSA id BCA36850C03; Wed, 22 Dec 2021 13:57:16 +0100 (CET) Message-ID: Date: Wed, 22 Dec 2021 13:57:15 +0100 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.4.0 Subject: Re: git: 5fb62f357fc9 - main - www/rubygem-passenger: update the list of files for removal Content-Language: en-US To: "Sergey A. Osokin" , ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org References: <202112220408.1BM48RK8011331@gitrepo.freebsd.org> From: Matthias Fechner In-Reply-To: <202112220408.1BM48RK8011331@gitrepo.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Rspamd-Server: anny.lostinspace.de X-Rspamd-Queue-Id: 4JJtdd2pvBz3wGR X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-Spam: Yes X-ThisMailContainsUnwantedMimeParts: N Am 22.12.2021 um 05:08 schrieb Sergey A. Osokin: > - ${FIND} ${WRKSRC} -name '*.o' -delete > - ${FIND} ${WRKSRC} -name '*.bak' -delete > + ${FIND} ${WRKSRC} -name '*.o' -o -name '*.bak' -o -name '*.orig' | ${XARGS} ${RM} if you have a space in the path/file, this will fail. Gruß Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook