bug-make
[Top][All Lists]
Advanced

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

Re: Colons in Filenames


From: Paul D. Smith
Subject: Re: Colons in Filenames
Date: Wed, 15 Nov 2000 09:29:09 -0500

Yes.  Ditto spaces.

The only real answer right now, for make, is "don't do that".

If you absolutely must use colons, your best bet is probably to try out
one of the "second generation" build management tools, like cook.

If you need to stay with make, and you only have a few files with colons
and you can't change them to not use colons, you can fool make by having
the targets in the makefile be temp files which make then creates
along with the real targets, and use the temp file names as targets.
It's very gross.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden>          Find some GNU make tips at:
 http://www.gnu.org                      http://www.paulandlesley.org/gmake/
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist



reply via email to

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