All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 2389] New: Generate a Makefile wrapper in $(O)
@ 2010-08-11 16:37 bugzilla at busybox.net
  2010-08-11 16:37 ` [Buildroot] [Bug 2389] " bugzilla at busybox.net
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2010-08-11 16:37 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=2389

           Summary: Generate a Makefile wrapper in $(O)
           Product: buildroot
           Version: 2010.05
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: Other
        AssignedTo: unassigned at buildroot.uclibc.org
        ReportedBy: thomas.petazzoni at free-electrons.com
                CC: buildroot at uclibc.org
   Estimated Hours: 0.0


As suggested by Yann E. Morin, it'd be nice to generate a Makefile wrapper in
the $(O) directory, just as the kernel does.

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] [Bug 2389] Generate a Makefile wrapper in $(O)
  2010-08-11 16:37 [Buildroot] [Bug 2389] New: Generate a Makefile wrapper in $(O) bugzilla at busybox.net
@ 2010-08-11 16:37 ` bugzilla at busybox.net
  2010-08-11 16:41 ` bugzilla at busybox.net
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2010-08-11 16:37 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=2389

Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |2010.11

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] [Bug 2389] Generate a Makefile wrapper in $(O)
  2010-08-11 16:37 [Buildroot] [Bug 2389] New: Generate a Makefile wrapper in $(O) bugzilla at busybox.net
  2010-08-11 16:37 ` [Buildroot] [Bug 2389] " bugzilla at busybox.net
@ 2010-08-11 16:41 ` bugzilla at busybox.net
  2010-08-15 16:17 ` bugzilla at busybox.net
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2010-08-11 16:41 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=2389

Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at buildroot.uclibc |yann.morin.1998 at anciens.eni
                   |.org                        |b.fr

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] [Bug 2389] Generate a Makefile wrapper in $(O)
  2010-08-11 16:37 [Buildroot] [Bug 2389] New: Generate a Makefile wrapper in $(O) bugzilla at busybox.net
  2010-08-11 16:37 ` [Buildroot] [Bug 2389] " bugzilla at busybox.net
  2010-08-11 16:41 ` bugzilla at busybox.net
@ 2010-08-15 16:17 ` bugzilla at busybox.net
  2010-09-12 21:32 ` bugzilla at busybox.net
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2010-08-15 16:17 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=2389

--- Comment #1 from Yann E. MORIN <yann.morin.1998@anciens.enib.fr>  ---
Created attachment 2341
  --> https://bugs.busybox.net/attachment.cgi?id=2341
Install a Makefile wrapper in $(O)

This is highly inspired by how the Linux kernel does it. As our infra is not
really similar, there are significant differences.

Tested that it does not break current behavior (out-of-tree and in-tree).

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] [Bug 2389] Generate a Makefile wrapper in $(O)
  2010-08-11 16:37 [Buildroot] [Bug 2389] New: Generate a Makefile wrapper in $(O) bugzilla at busybox.net
                   ` (2 preceding siblings ...)
  2010-08-15 16:17 ` bugzilla at busybox.net
@ 2010-09-12 21:32 ` bugzilla at busybox.net
  2010-10-08  6:15 ` bugzilla at busybox.net
  2010-10-08 12:41 ` bugzilla at busybox.net
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2010-09-12 21:32 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=2389

Yann E. MORIN <yann.morin.1998@anciens.enib.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #2341|0                           |1
        is obsolete|                            |

--- Comment #2 from Yann E. MORIN <yann.morin.1998@anciens.enib.fr>  ---
Created attachment 2461
  --> https://bugs.busybox.net/attachment.cgi?id=2461
Install a Makefile wrapper in $(O)

The patch has been cleanup a bit, and rebased on-top of current tree.

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] [Bug 2389] Generate a Makefile wrapper in $(O)
  2010-08-11 16:37 [Buildroot] [Bug 2389] New: Generate a Makefile wrapper in $(O) bugzilla at busybox.net
                   ` (3 preceding siblings ...)
  2010-09-12 21:32 ` bugzilla at busybox.net
@ 2010-10-08  6:15 ` bugzilla at busybox.net
  2010-10-08 12:41 ` bugzilla at busybox.net
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2010-10-08  6:15 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=2389

--- Comment #3 from Ossy <marcus.osdoba@googlemail.com>  ---
Closed with commit aefad5317f2fd1645ace5a62b6b9643143093173
?

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Buildroot] [Bug 2389] Generate a Makefile wrapper in $(O)
  2010-08-11 16:37 [Buildroot] [Bug 2389] New: Generate a Makefile wrapper in $(O) bugzilla at busybox.net
                   ` (4 preceding siblings ...)
  2010-10-08  6:15 ` bugzilla at busybox.net
@ 2010-10-08 12:41 ` bugzilla at busybox.net
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla at busybox.net @ 2010-10-08 12:41 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=2389

Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #4 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com>  ---
Indeed. Thanks!

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-10-08 12:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-11 16:37 [Buildroot] [Bug 2389] New: Generate a Makefile wrapper in $(O) bugzilla at busybox.net
2010-08-11 16:37 ` [Buildroot] [Bug 2389] " bugzilla at busybox.net
2010-08-11 16:41 ` bugzilla at busybox.net
2010-08-15 16:17 ` bugzilla at busybox.net
2010-09-12 21:32 ` bugzilla at busybox.net
2010-10-08  6:15 ` bugzilla at busybox.net
2010-10-08 12:41 ` bugzilla at busybox.net

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.