From: Jason Green Newsgroups: comp.os.msdos.djgpp Subject: Re: Make echoing Date: Mon, 28 May 2001 19:44:06 +0100 Lines: 12 Message-ID: References: <032201c0e74e$c83bc700$0100a8c0 AT fibertel DOT com DOT ar> NNTP-Posting-Host: modem-201.california.dialup.pol.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news5.svr.pol.co.uk 991075439 1397 62.137.56.201 (28 May 2001 18:43:59 GMT) NNTP-Posting-Date: 28 May 2001 18:43:59 GMT X-Complaints-To: abuse AT theplanet DOT net X-Newsreader: Forte Agent 1.7/32.534 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Norberto Alfredo Bensa" wrote: > How do I make Make prints the command line being executed even when the > makefile says something like: > > @command.com /c if not exist glob\\nul md glob > > > I don't want to edit the makefile, is there any switch? There is the -n switch (or --just-print), but it also stops the command from being executed.