Search Results

Search: Posts Made By: firetree
8,638
Posted By firetree
3ks for your replies. I'm using GNU make, under...
3ks for your replies.
I'm using GNU make, under mac os x
here is the whole codes:

define parent
echo "parent has two parameters: $1, $2"
$(call child,$1)
endef

define child
echo "child...
8,638
Posted By firetree
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...
Forum: UNIX and Linux Applications 07-02-2009
3,321
Posted By firetree
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...
Forum: OS X (Apple) 07-02-2009
4,034
Posted By firetree
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...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 08:28 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy