In-Reply-To: Your message of "Thu, 27 Jul 2017 17:45:35 +0000." From marka@isc.org Fri Jul 28 01:23:39 2017 Received: from mx.pao1.isc.org (mx.pao1.isc.org [IPv6:2001:4f8:0:2::2b]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx.pao1.isc.org", Issuer "COMODO RSA Organization Validation Secure Server CA" (not verified)) by bugs.isc.org (Postfix) with ESMTPS id E597BD78AD0 for ; Fri, 28 Jul 2017 01:23:38 +0000 (UTC) Received: from zmx1.isc.org (zmx1.isc.org [149.20.0.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx.pao1.isc.org (Postfix) with ESMTPS id A3FF13496DE for ; Fri, 28 Jul 2017 01:23:36 +0000 (UTC) Received: from zmx1.isc.org (localhost [127.0.0.1]) by zmx1.isc.org (Postfix) with ESMTPS id 94F67160067 for ; Fri, 28 Jul 2017 01:23:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by zmx1.isc.org (Postfix) with ESMTP id 82C0C160053 for ; Fri, 28 Jul 2017 01:23:36 +0000 (UTC) Received: from zmx1.isc.org ([127.0.0.1]) by localhost (zmx1.isc.org [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id HDkC-BPjmGcx for ; Fri, 28 Jul 2017 01:23:36 +0000 (UTC) Received: from rock.dv.isc.org (c27-253-115-14.carlnfd2.nsw.optusnet.com.au [27.253.115.14]) by zmx1.isc.org (Postfix) with ESMTPSA id 4264A160036 for ; Fri, 28 Jul 2017 01:23:36 +0000 (UTC) Received: from rock.dv.isc.org (localhost [IPv6:::1]) by rock.dv.isc.org (Postfix) with ESMTP id 677E9802F381 for ; Fri, 28 Jul 2017 11:23:34 +1000 (AEST) X-Original-To: bind9-public@bugs.isc.org X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, RP_MATCHES_RCVD autolearn=ham autolearn_force=no version=3.4.0 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mx.pao1.isc.org Return-Path: Delivered-To: bind9-public@bugs.isc.org X-RT-Interface: Email content-type: text/plain; charset="utf-8" To: bind9-public@isc.org Date: Fri, 28 Jul 2017 11:23:34 +1000 Message-ID: <20170728012334.677E9802F381@rock.dv.isc.org> References: Subject: Re: [ISC-Bugs #45628] configure / make clean warnings X-RT-Incoming-Encryption: Not encrypted From: "Mark Andrews" X-RT-Original-Encoding: utf-8 RT-Message-ID: Content-Length: 602 This should clean up the install artifacts. diff --git a/bin/python/Makefile.in b/bin/python/Makefile.in index a064c74716..adc84de958 100644 --- a/bin/python/Makefile.in +++ b/bin/python/Makefile.in @@ -56,7 +56,8 @@ install:: ${TARGETS} installdirs ${PYTHON} ${srcdir}/setup.py install --root=${DESTDIR} --prefix=${prefix} ; \ else \ ${PYTHON} ${srcdir}/setup.py install --prefix=${prefix} ; \ - fi \ + fi ; \ + rm -rf build ; \ fi uninstall:: -- Mark Andrews, ISC 1 Seymour St., Dundas Valley, NSW 2117, Australia PHONE: +61 2 9871 4742 INTERNET: marka@isc.org