Bug 2389 - Generate a Makefile wrapper in $(O)
Summary: Generate a Makefile wrapper in $(O)
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: 2010.05
Hardware: PC Linux
: P5 enhancement
Target Milestone: 2010.11
Assignee: Yann E. MORIN
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-11 16:37 UTC by Thomas Petazzoni
Modified: 2010-10-08 12:41 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments
Install a Makefile wrapper in $(O) (8.09 KB, patch)
2010-08-15 16:17 UTC, Yann E. MORIN
Details
Install a Makefile wrapper in $(O) (3.21 KB, patch)
2010-09-12 21:32 UTC, Yann E. MORIN
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Petazzoni 2010-08-11 16:37:23 UTC
As suggested by Yann E. Morin, it'd be nice to generate a Makefile wrapper in the $(O) directory, just as the kernel does.
Comment 1 Yann E. MORIN 2010-08-15 16:17:40 UTC
Created attachment 2341 [details]
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).
Comment 2 Yann E. MORIN 2010-09-12 21:32:26 UTC
Created attachment 2461 [details]
Install a Makefile wrapper in $(O)

The patch has been cleanup a bit, and rebased on-top of current tree.
Comment 3 Ossy 2010-10-08 06:15:44 UTC
Closed with commit aefad5317f2fd1645ace5a62b6b9643143093173
?
Comment 4 Thomas Petazzoni 2010-10-08 12:41:48 UTC
Indeed. Thanks!