[Toybox] [PATCH] new Android toy: log
Rob Landley
rob at landley.net
Tue Jun 21 20:53:14 PDT 2016
On 06/21/2016 05:29 PM, enh wrote:
> On Tue, Jun 21, 2016 at 2:13 PM, Rob Landley <rob at landley.net> wrote:
>> Don't #ifdef ANDROID on something that already depends on
>> TOYBOX_ON_ANDROID, we only compile it when it's buildable (compile-time
>> probes set the symbol). Typing "make log" at the command line assumes
>> you know what you're doing, and building an empty command isn't an
>> improvement.
>
> like i say each time this comes up :-) --- i need to be able to "make"
> on the host to be able to run all your stuff to generate the generated
> files. we could add bogus implementations to portability, but then you
> end up with quite a lot of fake android crap in there...
Ah, we have had this discussion before. It's already there (since 2014):
NOBUILD=1 make
That regenerates headers then stops before trying to compile the result.
Rob
More information about the Toybox
mailing list