[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: mysterious "<built-in>" target
From: |
Paul Jarc |
Subject: |
Re: mysterious "<built-in>" target |
Date: |
Wed, 05 Jun 2002 15:23:03 -0400 |
User-agent: |
Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (i686-pc-linux-gnu) |
"Paul D. Smith" <address@hidden> wrote:
> Try using the -p option. That will print make's entire internal
> database and you should be able to find it there.
Ok, it appears just before <command-line> in several dependency lists,
and also:
# Not a target:
<built-in>:
# Implicit rule search has been done.
# File does not exist.
# File has not been updated.
The complete "make -p all test install" output is here:
<URL:http://multivac.cwru.edu./prj/make-p.out.gz>
The Makefile doesn't do any includes, and doesn't contain <built-in>,
so this is coming from make internally, right?
paul