help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: dependent files that have "::" in their filename?


From: Garrett Cooper
Subject: Re: dependent files that have "::" in their filename?
Date: Thu, 2 Jul 2009 17:43:56 -0700

On Thu, Jul 2, 2009 at 3:45 PM, Sheldon
Plankton<address@hidden> wrote:
> I have a Makefile with this entry ...
>
> CX_FILES=\
> YXEPS-0.1/CX/config/charsets.txt \
> YXEPS-0.1/CX/My\:\:Module\:\:TXT.xml
>
> YXEPS-0.1.tgz : ${CX_FILES}
>        sudo tar -czvf $@ ${CX_FILES}
>
> I think I am escaping out the ":" characters correctly but I get this error
> when I run make ...
>
> make: *** No rule to make target `YXEPS-0.1/CX/My\:\:Module\:\:TXT.xml
> ', needed by YXEPS-0.1.tgz
>
> What is one suppose to do when you have files that have ":"'s in their names?
>
> Thanks

DOUBLE_COLONS := ::

?

-Garrett




reply via email to

[Prev in Thread] Current Thread [Next in Thread]