bug-make
[Top][All Lists]
Advanced

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

[bug #17740] make fails without any message


From: Paul D. Smith
Subject: [bug #17740] make fails without any message
Date: Thu, 05 Oct 2006 23:10:50 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20060921 Ubuntu/dapper-security Firefox/1.5.0.7

Follow-up Comment #3, bug #17740 (project make):

Someone who sees this problem will need to either provide a reproducible test
case, or a description clear enough to allow me to create one.  Based on the
information in this bug I tried this:

  include foo.d
  foo.d: foo.x ; : cp $< $@
  all: ; : all

Then "touch foo.d"... but it didn't show the behavior you describe:

  $ touch foo.d
  $ make
  make: *** No rule to make target `foo.x', needed by `foo.d'.      
  Stop.
  $ /opt/src/make/old/make-3.81/make --version
  GNU Make 3.81
  Copyright (C) 2006  Free Software Foundation, Inc.
    ...

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?17740>

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





reply via email to

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