makefile setup bad value

Started by escho, February 11, 2014, 10:45:38 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

escho

edgar@linux-uoww:~/ML/escho-magiclantern/modules/raw_rec> make clean
../../Makefile.setup:102: BAD VALUE FOR CONFIG_SITE=/usr/share/site/x86_64-unknown-linux-gnu DEFAULTING TO n
[ RM ]  raw_rec.o raw_rec.mo raw_rec.sym raw_rec.dep module_strings.h *.o *.d *.bmp *.dep *.sym hgstamp
[ RM ]  raw2dng
edgar@linux-uoww:~/ML/escho-magiclantern/modules/raw_rec> make
../../Makefile.setup:102: BAD VALUE FOR CONFIG_SITE=/usr/share/site/x86_64-unknown-linux-gnu DEFAULTING TO n
REBUILDING


Never noticed this "bad value..." before. What does that mean?

Edgar
https://sternenkarten.com/
600D, 6D, openSUSE Tumbleweed

nanomad

It's a warning that can be safely ignored.

Make parses all the variables (from environment or configured inside other makefiles) starting with CONFIG_ to turn ON/OFF some features of ML (e.g. GDB) . This check is to make sure you are only using  CONFIG_XXXX that are either y or n. Since CONFIG_SITE is not used in ML you can either safely ignore the warning, or you can get rid of by adding CONFIG_SITE=n to your Makefile.user
EOS 1100D | EOS 650 (No, I didn't forget the D) | Ye Olde Canon EF Lenses ('87): 50 f/1.8 - 28 f/2.8 - 70-210 f/4 | EF-S 18-55 f/3.5-5.6 | Metz 36 AF-5

escho

https://sternenkarten.com/
600D, 6D, openSUSE Tumbleweed