help-make
[Top][All Lists]
Advanced

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

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


From: Sheldon Plankton
Subject: dependent files that have "::" in their filename?
Date: Thu, 2 Jul 2009 15:45:09 -0700

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




reply via email to

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