bug-make
[Top][All Lists]
Advanced

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

[bug #16376] command execution with make -q


From: anonymous
Subject: [bug #16376] command execution with make -q
Date: Wed, 19 Apr 2006 01:04:29 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ja-JP; rv:1.7.12) Gecko/20050919 Firefox/1.0.7

URL:
  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=16376>

                 Summary: command execution with make -q
                 Project: make
            Submitted by: None
            Submitted on: 水曜日 2006年04月19日 at 01:04 UTC
                Severity: 3 - Normal
              Item Group: Bug
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
       Component Version: 3.81
        Operating System: POSIX-Based
           Fixed Release: None

    _______________________________________________________

Details:

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








    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=16376>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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