![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
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 02:59 AM |
| Makefile problem - How to run module load in a Makefile | hernandinho | UNIX for Advanced & Expert Users | 2 | 04-13-2009 10:20 AM |
| Makefile help | tantric | High Level Programming | 4 | 04-13-2007 01:35 AM |
| checking for erros | chinog | UNIX for Dummies Questions & Answers | 1 | 10-27-2005 12:56 AM |
| makefile help | pieter023 | Shell Programming and Scripting | 1 | 06-06-2005 01: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 |
|
|||||
|
Bumping up posts or double posting is not permitted in these forums.
Please read the rules, which you agreed to when you registered, if you have not already done so. You may receive an infraction for this. If so, don't worry, just try to follow the rules more carefully. The infraction will expire in the near future Thank You. The UNIX and Linux Forums. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|