bug-make
[Top][All Lists]
Advanced

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

[bug #38437] cannot find the include file


From: Jian
Subject: [bug #38437] cannot find the include file
Date: Thu, 28 Feb 2013 04:55:25 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22

URL:
  <http://savannah.gnu.org/bugs/?38437>

                 Summary: cannot find the include file
                 Project: make
            Submitted by: skyshore
            Submitted on: Thu 28 Feb 2013 04:55:23 AM GMT
                Severity: 3 - Normal
              Item Group: Bug
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
       Component Version: 3.82
        Operating System: POSIX-Based
           Fixed Release: None
           Triage Status: None

    _______________________________________________________

Details:

Supposing 2 makefiles in dir A: 1.mak, 2.mak, and 1.mak include 2.mak.
Now in dir B, 3.mak includes 'A/1.mak' (will auto include 2.mak). But error
shows that 2.mak cannot be found.

The make option "-I" can be the workaround like:
 cd B
 make -f 3.mak -IA

But it's not acceptable to tell user to uses "-I" to make every time. make
shall be able to find 2.mak.





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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