Problems with 'make CONF=' and non default target

Boaz Nahum boaznahum at gmail.com
Mon Aug 26 07:58:23 UTC 2013


Hi.

*make CONF=*
Works just fine.

But when trying to add a target, it won't recognize it:

$ make CONF= images
Building target 'images' in the following configurations (matching CONF=):
* windows-x86-normal-server-release
* windows-x86_64-normal-server-release
make: *** No rule to make target `images'.  Stop.

But if I specify the configuration:

$ make CONF=windows-x86-normal-server-release images

then it works just fine.

Thank
Boaz



More information about the build-dev mailing list