cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
UNIX/Linux Programming
need help in makefile syntax??
need help in makefile syntax??
May 17, 2011 at 1:26pm UTC
ms4800
(6)
tmp = `echo $$MKCS_RISLABEL | awk -F"_" '{print $$2}'`
ifeq ($(tmp),FSPR6CGR)
bash_Version="bash-3.2"
else
bash_Version="bash-3.1"
endif
this is a piece of code i am using in makefile. The comparison is failing all the time. Any specific reason?
can the comparison syntax of bash be used there?
May 17, 2011 at 2:58pm UTC
kbw
(9488)
Is environment var MKCS_RISLABEL set? As a matter of curiosity, what's it's value?
Topic archived. No new replies allowed.