|
From: | John Graham-Cumming |
Subject: | Re: Recursive use of make |
Date: | Sun, 28 Aug 2005 14:35:34 +0200 |
User-agent: | Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040208 Thunderbird/0.5 Mnenhy/0.6.0.104 |
address@hidden wrote:
Hi, im trying to write a makefile to manage a C++ object oriented project. I have a top level makefile that defines and exports a variable. When i call a sub-makefile this variable gets new text appended to it. I need to use the new text in the top-level makefile, but when make finishes the processing of the sub-makefile the text that was appended dissapear. How can I use in a top-level makefile the values that a sub-makefile appends to a exported variable?
Can you post an actual example of what you are doing? John. -- John Graham-Cumming address@hidden Home: http://www.jgc.org/ POPFile: http://getpopfile.org/ Sign up for my Spam and Anti-spam Newsletter at http://www.jgc.org/
[Prev in Thread] | Current Thread | [Next in Thread] |