printf and make
From: Billy Patton (bpatton_at_bright.dal.design.ti.com)
Date: 01/30/04
- Previous message: Hans-Bernhard Broeker: "cscope & gvim (was: Re: (1) cscope & gvim; (2) ctags & C++/STL)"
- Next in thread: Måns Rullgård: "Re: printf and make"
- Reply: Måns Rullgård: "Re: printf and make"
- Reply: Jens Schweikhardt: "Re: printf and make"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 30 Jan 2004 06:16:08 -0600
In my make file I do
printf "$keep the dollar\n" > somefile
I've tried to do \$ $$ {$} but make still tries to sub the $
How can I prevent this?
I'm using GNU Make version 3.79.1
Built for sparc-sun-solaris2.7
But I'm running on sol8
___ _ ____ ___ __ __
/ _ )(_) / /_ __ / _ \___ _/ /_/ /____ ___
/ _ / / / / // / / ___/ _ `/ __/ __/ _ \/ _ \
/____/_/_/_/\_, / /_/ \_,_/\__/\__/\___/_//_/
/___/
Texas Instruments ASIC Circuit Design Methodlogy Group
Dallas, Texas, 214-480-4455, b-patton@ti.com
- Previous message: Hans-Bernhard Broeker: "cscope & gvim (was: Re: (1) cscope & gvim; (2) ctags & C++/STL)"
- Next in thread: Måns Rullgård: "Re: printf and make"
- Reply: Måns Rullgård: "Re: printf and make"
- Reply: Jens Schweikhardt: "Re: printf and make"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|