bug-make
[Top][All Lists]
Advanced

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

escape "\:" not working properly


From: Jason Sheu
Subject: escape "\:" not working properly
Date: Fri, 30 Dec 2005 08:41:15 -0800

Hi,

 

I cannot seem to escape “:” from the name name. Here is a test Makefile.

 

53> cat Makefile

 

all: testDirColon testFileColon

 

testDirColon: dir\:1/file1

        echo "Dir test passed: $?"

 

testFileColon: dir2/file1\:1

        echo "File test passed: $?"

 

31> gmake

gmake: *** No rule to make target `dir\:1/file1', needed by `testDirColon'.  Stop.

Attachment: makeColonBug.tar.gz
Description: makeColonBug.tar.gz


reply via email to

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