From: Denys Dmytriyenko <denys@ti.com>
To: Jacob Stiffler <j-stiffler@ti.com>
Cc: meta-arago@arago-project.org
Subject: Re: [PATCH] ti-tisdk-makefile, wireless: Clean via 'mrproper' target.
Date: Wed, 11 Mar 2015 13:02:06 -0400 [thread overview]
Message-ID: <20150311170205.GI22394@edge> (raw)
In-Reply-To: <1426013441-12265-1-git-send-email-j-stiffler@ti.com>
Ack
On Tue, Mar 10, 2015 at 02:50:41PM -0400, Jacob Stiffler wrote:
> * A simple 'make clean' requires that the linux kernel is built,
> and thus breaks the top-level SDK 'make clean', since the kernel
> is the first package cleaned.
> * 'make mrproper' does not depend on the built kernel headers.
> * One side effect is that 'make mrproper' will also remove any
> configuration, returning the sources to their original state.
>
> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> ---
> .../ti-tisdk-makefile/Makefile_wireless | 2 +-
> .../ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_wireless b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_wireless
> index 00a1931..5d7267e 100644
> --- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_wireless
> +++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_wireless
> @@ -45,5 +45,5 @@ compat-modules_clean:
> @echo ================================
> @cd board-support/extra-drivers; \
> cd `find . -maxdepth 1 -name "*compat-wireless*"`; \
> - make KLIB_BUILD=${LINUXKERNEL_INSTALL_DIR} KLIB=${DESTDIR} CROSS_COMPILE=${CROSS_COMPILE} ARCH=arm clean
> + make KLIB_BUILD=${LINUXKERNEL_INSTALL_DIR} KLIB=${DESTDIR} CROSS_COMPILE=${CROSS_COMPILE} ARCH=arm mrproper
>
> diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
> index a39f7db..ffedd4c 100644
> --- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
> +++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
> @@ -36,7 +36,7 @@ SRC_URI = "\
> file://Makefile_cryptodev \
> "
>
> -PR = "r40"
> +PR = "r41"
>
> MAKEFILES_COMMON = "linux \
> matrix-gui \
> --
> 1.7.9.5
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
prev parent reply other threads:[~2015-03-11 17:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-10 18:50 [PATCH] ti-tisdk-makefile, wireless: Clean via 'mrproper' target Jacob Stiffler
2015-03-11 17:02 ` Denys Dmytriyenko [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150311170205.GI22394@edge \
--to=denys@ti.com \
--cc=j-stiffler@ti.com \
--cc=meta-arago@arago-project.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.