Disabling command output in a Makefile
pocm_at_sat.inesc-id.pt
Date: 02/19/05
- Next message: Barry Margolin: "Re: Sendto(2) Never Reaches Wire"
- Previous message: John Smith: "Re: Any non-GNU compilers? sick of GNU copylefts"
- Next in thread: Paul Pluzhnikov: "Re: Disabling command output in a Makefile"
- Reply: Paul Pluzhnikov: "Re: Disabling command output in a Makefile"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 19 Feb 2005 08:29:11 -0800
Hi all,
What I wish to know although I don't know if it is possible is
disabling the output of a command. I nice example is:
all:
@echo THIS SHOULD NOT SHOW UP WHEN MAKE ALL IS RAN.
@ disables the output of the line itself, how can I disable the output
of the command ran?
Cheers,
Paulo Matos
- Next message: Barry Margolin: "Re: Sendto(2) Never Reaches Wire"
- Previous message: John Smith: "Re: Any non-GNU compilers? sick of GNU copylefts"
- Next in thread: Paul Pluzhnikov: "Re: Disabling command output in a Makefile"
- Reply: Paul Pluzhnikov: "Re: Disabling command output in a Makefile"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]