bugmake - Bugs: bug #40234, Ignored missing include in...

 
 

bug #40234: Ignored missing include in makefile causes "no makefile found" message.

Submitter:  padavo <padavo>
Submitted:  Thu 10 Oct 2013 05:28:09 AM UTC
   
 
Severity:  3 - Normal Item Group:  Bug
Status:  Fixed Privacy:  Public
Assigned to:  psmith Open/Closed:  Closed
Component Version:  4.0 Operating System:  POSIX-Based
Fixed Release:  4.3 Triage Status:  Medium Effort
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 26 Dec 2016 02:31:22 PM UTC, comment #1: 

Fix pushed.  Thanks for the report!

Paul D. Smith <psmith>
Group administrator
Thu 10 Oct 2013 05:28:09 AM UTC, original submission:  

$ mkdir bug
$ cd bug
$ make
make-4.0: * No targets specified and no makefile found.  Stop.
$ # ok, the "no makefile found" message is correct.
$ # create a makefile:
$ touch Makefile
$ make
make-4.0: * No targets.  Stop.
$ # ok, the "no makefile found" message is gone. Now here's the bug:
$ echo -include Makefile_2 >Makefile
$ make
make-4.0: * No targets specified and no makefile found.  Stop.
$ # bug: adding makefile content produced a "no makefile found" message.
# version 3.81 behaves the same
$ cat Makefile
-include Makefile_2


padavo <padavo>

 

(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

 

Carbon-Copy List
  • -email is unavailable- added by psmith (Posted a comment)
  • -email is unavailable- added by padavo (Submitted the item)
  •  

    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 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2016-12-26 psmith StatusNone Fixed
        Assigned toNone psmith
        Open/ClosedOpen Closed
        Fixed ReleaseNone 4.3
        Triage StatusNone Medium Effort

    Back to the top

    Powered by Savane 3.13-3230.
    Corresponding source code