From patchwork Thu Dec 5 10:54:06 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas De Schampheleire X-Patchwork-Id: 296788 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 1F0B02C03B8 for ; Thu, 5 Dec 2013 21:54:29 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 3D47A8B97A; Thu, 5 Dec 2013 10:54:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LXgjXv7KM385; Thu, 5 Dec 2013 10:54:27 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 97869892C7; Thu, 5 Dec 2013 10:54:27 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 3D5321BF849 for ; Thu, 5 Dec 2013 10:54:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 37AC18C4C9 for ; Thu, 5 Dec 2013 10:54:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Y4ONfUDvaCO5 for ; Thu, 5 Dec 2013 10:54:24 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-we0-f180.google.com (mail-we0-f180.google.com [74.125.82.180]) by whitealder.osuosl.org (Postfix) with ESMTPS id 80B218C473 for ; Thu, 5 Dec 2013 10:54:24 +0000 (UTC) Received: by mail-we0-f180.google.com with SMTP id t61so10830702wes.11 for ; Thu, 05 Dec 2013 02:54:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:content-transfer-encoding:subject :message-id:in-reply-to:references:user-agent:date:from:to; bh=dnyyVD9Tw3//90SDf/4MyDLb9ZYSBAduKx/t+6YstHI=; b=s4HvcM3scHNBaWYJtXfYKpuhewA5r1lhJqKnK8ALEAZz5bYAI95Irg1Dfj4wSUN6So 1XH4LoueJVgteIPsB37kBxR4b551H+5O7BrjKTsv/tAdVCwiA6W9sKkh+yf0+S2oTfvR YR9PhKBZQ9Wtu3By+rBiVDoPYR/Ma0zhEDYnyzZ+HoP9w8oKuPynbPL9RstIB6Qf0u1d cfv2sWHS54Uv9GGm8fD2M0h/eesL0cm/VNUHyxjoD1sHuhRDoVChdeIpyzAxIjYLo6tx wvebgqppYWBCo2SBYmt1TEWKFpN4EFlsJwXilRS3MQ7u+LlpOiOifCjcPp0/y4/K/DMG odIQ== X-Received: by 10.180.82.161 with SMTP id j1mr11345772wiy.23.1386240862829; Thu, 05 Dec 2013 02:54:22 -0800 (PST) Received: from [127.0.1.1] (alc112.alcatel.be. [195.207.101.112]) by mx.google.com with ESMTPSA id s20sm5164560wib.1.2013.12.05.02.54.21 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 05 Dec 2013 02:54:22 -0800 (PST) MIME-Version: 1.0 X-Mercurial-Node: f2f1b59c4cfbf80a159256099d0b0b18bdf5aa12 Message-Id: In-Reply-To: References: User-Agent: Mercurial-patchbomb/2.2.2 Date: Thu, 05 Dec 2013 11:54:06 +0100 From: Thomas De Schampheleire To: buildroot@busybox.net Subject: [Buildroot] [PATCH 1 of 3] manual: remove references to uninstall commands X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Thomas De Schampheleire --- docs/manual/adding-packages-autotools.txt | 8 -------- docs/manual/adding-packages-generic.txt | 6 ------ docs/manual/package-make-target.txt | 4 +--- 3 files changed, 1 insertions(+), 17 deletions(-) diff --git a/docs/manual/adding-packages-autotools.txt b/docs/manual/adding-packages-autotools.txt --- a/docs/manual/adding-packages-autotools.txt +++ b/docs/manual/adding-packages-autotools.txt @@ -148,14 +148,6 @@ cases, typical packages will therefore o * +LIBFOO_CLEAN_OPT+ contains the make options used to clean the package. By default, the value is +clean+. -* +LIBFOO_UNINSTALL_STAGING_OPT+, contains the make - options used to uninstall the package from the staging directory. By - default, the value is +DESTDIR=$$(STAGING_DIR) uninstall+. - -* +LIBFOO_UNINSTALL_TARGET_OPT+, contains the make - options used to uninstall the package from the target directory. By - default, the value is +DESTDIR=$$(TARGET_DIR) uninstall+. - With the autotools infrastructure, all the steps required to build and install the packages are already defined, and they generally work well for most autotools-based packages. However, when required, it is diff --git a/docs/manual/adding-packages-generic.txt b/docs/manual/adding-packages-generic.txt --- a/docs/manual/adding-packages-generic.txt +++ b/docs/manual/adding-packages-generic.txt @@ -415,12 +415,6 @@ different steps of the build process. * +LIBFOO_CLEAN_CMDS+, lists the actions to perform to clean up the build directory of the package. -* +LIBFOO_UNINSTALL_TARGET_CMDS+ lists the actions to - uninstall the package from the target directory +$(TARGET_DIR)+ - -* +LIBFOO_UNINSTALL_STAGING_CMDS+ lists the actions to - uninstall the package from the staging directory +$(STAGING_DIR)+. - * +LIBFOO_INSTALL_INIT_SYSV+ and +LIBFOO_INSTALL_INIT_SYSTEMD+ list the actions to install init scripts either for the systemV-like init systems (busybox, sysvinit, etc.) or for the systemd units. These commands diff --git a/docs/manual/package-make-target.txt b/docs/manual/package-make-target.txt --- a/docs/manual/package-make-target.txt +++ b/docs/manual/package-make-target.txt @@ -63,9 +63,7 @@ Additionally, there are some other usefu | +show-depends+ | Displays the dependencies required to build the package -| +clean+ | Run the clean command of the package, also -uninstall the package from both the target and the staging directory; _note -that this is not implemented for all packages_ +| +clean+ | Run the clean command of the package | +dirclean+ | Remove the whole package build directory