Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 13/13] package: move autotools specific stuff to pkg-autotargets.mk
Date: Fri, 9 Mar 2012 08:55:38 +0100	[thread overview]
Message-ID: <20120309085538.36678360@skate> (raw)
In-Reply-To: <CAAXf6LU8ecs39yEpH7ZoRbtxTS2-Cj+uuow-yexJSYvP1hzOwA@mail.gmail.com>

Hello,

Le Fri, 9 Mar 2012 08:01:54 +0100,
Thomas De Schampheleire <patrickdepinguin+buildroot@gmail.com> a ?crit :

> Ok for the BR2_AC_BV_... move.
> 
> The last defines like DISABLE_NLS, DISABLE_LARGEFILES, ... are
> sometimes used outside of autotargets, e.g. in
> ./toolchain/gcc/gcc-uclibc-4.x.mk, toolchain/gdb/gdb.mk,
> ./package/newt/newt.mk.
> 
> I'm not sure if it's a good idea to move them, based on that
> observation.

Yes, I agree that this patch can definitely be discussed. I am not
totally sure myself that it is a good idea.

In the same way, the TARGET_CONFIGURE_OPTS, HOST_CONFIGURE_OPTS,
TARGET_MAKE_ENV and HOST_MAKE_ENV are somewhat specific to autotools,
but in fact used in many other locations as well.

In general, my goal is to cut down on the size, complexity and messiness
of /Makefile and /package/Makefile.in. Suggestions are welcome.

Best regards,

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

  reply	other threads:[~2012-03-09  7:55 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-07 19:34 [Buildroot] [RFC] Request for comment for branch for-2012.05/misc-cleanups Thomas Petazzoni
2012-03-07 19:34 ` [Buildroot] [PATCH 01/13] Remove the DATE variable Thomas Petazzoni
2012-03-09  6:20   ` Thomas De Schampheleire
2012-03-07 19:34 ` [Buildroot] [PATCH 02/13] Remove cc-option: not used anywhere Thomas Petazzoni
2012-03-09  6:22   ` Thomas De Schampheleire
2012-03-07 19:34 ` [Buildroot] [PATCH 03/13] Remove filename extension crap for OS compatibility Thomas Petazzoni
2012-03-09  6:27   ` Thomas De Schampheleire
2012-03-07 19:34 ` [Buildroot] [PATCH 04/13] kconfig: do not use HOST_LOADLIBES anymore Thomas Petazzoni
2012-03-09  6:29   ` Thomas De Schampheleire
2012-03-07 19:34 ` [Buildroot] [PATCH 05/13] Rename Makefile.autotools.in to pkg-autotargets.mk Thomas Petazzoni
2012-03-09  6:35   ` Thomas De Schampheleire
2012-03-09  7:51     ` Thomas Petazzoni
2012-03-09  8:51       ` Thomas De Schampheleire
2012-03-07 19:34 ` [Buildroot] [PATCH 06/13] Rename Makefile.cmake.in to pkg-cmaketargets.mk Thomas Petazzoni
2012-03-09  6:36   ` Thomas De Schampheleire
2012-03-07 19:34 ` [Buildroot] [PATCH 07/13] Split Makefile.package.in in pkg-download.mk, pkg-utils.mk and pkg-gentargets.mk Thomas Petazzoni
2012-03-09  6:40   ` Thomas De Schampheleire
2012-03-07 19:34 ` [Buildroot] [PATCH 08/13] pkg-*.mk: add some comments, update some existing comments Thomas Petazzoni
2012-03-09  6:45   ` Thomas De Schampheleire
2012-03-07 19:34 ` [Buildroot] [PATCH 09/13] Remove unused .fakeroot.* mechanism Thomas Petazzoni
2012-03-09  6:49   ` Thomas De Schampheleire
2012-03-07 19:34 ` [Buildroot] [PATCH 10/13] Move the manual build infrastructure to docs/manual/manual.mk Thomas Petazzoni
2012-03-09  6:50   ` Thomas De Schampheleire
2012-03-10 11:56   ` Arnout Vandecappelle
2012-03-07 19:34 ` [Buildroot] [PATCH 11/13] cmake: move creation of toolchain file to package/pkg-cmaketargets.mk Thomas Petazzoni
2012-03-09  6:54   ` Thomas De Schampheleire
2012-03-09  7:53     ` Thomas Petazzoni
2012-03-09  8:54       ` Thomas De Schampheleire
2012-03-09 20:13       ` Samuel Martin
2012-03-07 19:34 ` [Buildroot] [PATCH 12/13] package: remove unused STRIP_DISCARD_ALL variable Thomas Petazzoni
2012-03-09  6:56   ` Thomas De Schampheleire
2012-03-07 19:34 ` [Buildroot] [PATCH 13/13] package: move autotools specific stuff to pkg-autotargets.mk Thomas Petazzoni
2012-03-09  7:01   ` Thomas De Schampheleire
2012-03-09  7:55     ` Thomas Petazzoni [this message]
2012-03-09  9:04       ` Thomas De Schampheleire
2012-03-09  7:06 ` [Buildroot] [RFC] Request for comment for branch for-2012.05/misc-cleanups Thomas De Schampheleire
2012-03-09  7:56   ` Thomas Petazzoni
2012-03-09  9:55     ` Thomas De Schampheleire
2012-03-09 13:07 ` Alexandre Pereira da Silva
2012-03-09 13:33   ` Thomas Petazzoni
2012-03-09 14:18     ` Thomas De Schampheleire
2012-03-10 12:12       ` Arnout Vandecappelle

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=20120309085538.36678360@skate \
    --to=thomas.petazzoni@free-electrons.com \
    --cc=buildroot@busybox.net \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox