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/



_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to