Re: [PATCH] roms: Add a 'make help' target alias

2019-09-24 Thread Laszlo Ersek
On 09/20/19 19:11, Philippe Mathieu-Daudé wrote: > Various C projects provide a 'make help' target. Our root directory > does so. The roms/ directory lacks a such rule, but already displays > a help output when the default target is called. > Add a 'help' target aliased to the default one, to avoid

Re: [PATCH] roms: Add a 'make help' target alias

2019-09-20 Thread John Snow
On 9/20/19 1:11 PM, Philippe Mathieu-Daudé wrote: > Various C projects provide a 'make help' target. Our root directory > does so. The roms/ directory lacks a such rule, but already displays > a help output when the default target is called. > Add a 'help' target aliased to the default one, to a

Re: [PATCH] roms: Add a 'make help' target alias

2019-09-20 Thread Peter Maydell
On Fri, 20 Sep 2019 at 18:12, Philippe Mathieu-Daudé wrote: > > Various C projects provide a 'make help' target. Our root directory > does so. The roms/ directory lacks a such rule, but already displays > a help output when the default target is called. > Add a 'help' target aliased to the default

[PATCH] roms: Add a 'make help' target alias

2019-09-20 Thread Philippe Mathieu-Daudé
Various C projects provide a 'make help' target. Our root directory does so. The roms/ directory lacks a such rule, but already displays a help output when the default target is called. Add a 'help' target aliased to the default one, to avoid: $ make -C roms help make: *** No rule to make targ