On 25 October 2007 18:41, Ken Smith wrote:
> On 10/25/07, Brian Dessent <brian dessent.net> wrote:
>> Ashish Raikwar wrote:
>>
>>> RELEASE_TAG_VALUE=$(shell perl ./version.pl
-v)
>>> BUILD_DATE_VALUE=$(shell date -u
+"%A-%b-%d-%Y-%H:%M:%S")
>
> if RELEASE_TAG_VALUE isn't getting the value you
expect, then the
> problem is that version.pl is not writing the text to
standard output.
Well, either that, or perhaps make is not currently in the
same CWD as the version.pl script; might be worth trying a
full path to it instead of just the './' prefix. Or adding
something like
$(info dir $(CURDIR) contains $(wildcard ./*.pl))
at a convenient point.
cheers,
DaveK
--
Can't think of a witty .sigline today....
_______________________________________________
Help-make mailing list
Help-make gnu.org
http:
//lists.gnu.org/mailman/listinfo/help-make
|