For information:

While "make"ing the 0.6.4-sdk distribution on Cygwin I had to modify
frontend/framework/tool/make/impl.mk to change line 153 from

          if [ ! -r $(FRAMEWORK_LOCALE_CLASS_PATH)/$$LOC.js -o $$mod == 1 ]; 
then \

to

          if [ ! -r $(FRAMEWORK_LOCALE_CLASS_PATH)/$$LOC.js -o $$mod = 1 ]; 
then \

as the [ operator does not use == for equality testing.

-- 
View this message in context: 
http://www.nabble.com/Makefile-problem-%22unknown-operand%22-tf2919625.html#a8159649
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to