[U-Boot-Users] Improved Patch management for tools directory

The proposed patch creates a new directory under tools :
"tools/customize"
The "tools/Makefile" will 'include' * "customize/*/tool.mk" * "customize/*/build.mk"
allowing BINS & OBJS to be defined in the "tool.mk" file and the build description in the "build.mk" file.
Best Regards Ulf Samuelsson ulf@atmel.com Atmel Nordic AB Mail: Box 2033, 174 02 Sundbyberg, Sweden Visit: Kavallerivägen 24, 174 58 Sundbyberg, Sweden Phone +46 (8) 441 54 22 Fax +46 (8) 441 54 29 GSM +46 (706) 22 44 57
Technical support when I am not available: AT89 C51 Applications Group: mailto:micro.hotline@nto.atmel.com AT90 AVR Applications Group: mailto:avr@atmel.com AT91 ARM Applications Group: mailto:at91support@atmel.com FPSLIC Application Group: mailto:fpslic@atmel.com Best AVR link: www.avrfreaks.net

In message 009001c6c6f2$1c62f370$8f4765d5@atmel.com you wrote:
The proposed patch creates a new directory under tools :
"tools/customize"
The "tools/Makefile" will 'include'
- "customize/*/tool.mk"
- "customize/*/build.mk"
I reject this patch.
I explained one reaon before: I want to be able to see what's going on in a Makefile. Distributing this information is often bad, and it is especially bad if you do this in an uncontrolled way (like using wildcards).
Note that I will reject all other patches that make assumptions like this and your previous Makefile patch.
Best regards,
Wolfgang Denk
participants (2)
-
Ulf Samuelsson
-
Wolfgang Denk