![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX and Linux Applications Discuss UNIX and Linux software applications. This includes SQL, Databases, Middleware, MOM, SOA, EDA, CEP, BI, BPM and similar topics. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ifndef erros in makefile | firetree | OS X (Apple) | 0 | 07-02-2009 03:59 AM |
| Makefile problem - How to run module load in a Makefile | hernandinho | UNIX for Advanced & Expert Users | 2 | 04-13-2009 11:20 AM |
| Makefile help | tantric | High Level Programming | 4 | 04-13-2007 02:35 AM |
| checking for erros | chinog | UNIX for Dummies Questions & Answers | 1 | 10-27-2005 01:56 AM |
| makefile help | pieter023 | Shell Programming and Scripting | 1 | 06-06-2005 02:20 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
ifndef erros in makefile
I know if-condition clause is available in makefile.
But when I try to use it inside a macro definition, bugs come out! Any replies would be apreciated ! code: define child echo "child has one parameter: $1" ifndef $2 echo "but child can also see parent's second parameter: $2!" else echo "and child cannot see parent's second parameter !" endif endef erros: child has one parameter: one make: ifndef: Command not found make: *** [scoping_issue] Error 127 |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|