bugmake - Bugs: bug #16376, command execution with make -q

 
 

bug #16376: command execution with make -q

Submitter:  None
Submitted:  Wed 19 Apr 2006 01:04:26 AM UTC
   
 
Severity:  3 - Normal Item Group:  Bug
Status:  Not A Bug Privacy:  Public
Assigned to:  None Open/Closed:  Closed
Component Version:  3.81 Operating System:  POSIX-Based
Fixed Release:  None Triage Status:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 19 Apr 2006 02:32:53 PM UTC, comment #1: 

This behavior is as documented; see the reference to -q in this section (7th paragraph):

http://www.gnu.org/software/make/manual/html_node/Remaking-Makefiles.html

Paul D. Smith <psmith>
Group administrator
Wed 19 Apr 2006 01:04:26 AM UTC, original submission:  

I find this behavior mysterious.  Is this a bug or intentional?

% cat Makefile
Makefile: x
        @echo foo
% make -q
make: * No rule to make target `x', needed by `Makefile'.  Stop.
% touch x
% make -q
foo


Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

Follow 2 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2006-04-19 psmith StatusNone Not A Bug
    Open/ClosedOpen Closed

Back to the top

Powered by Savane 3.15.
Corresponding source code