Gentoo Archives: gentoo-user

From: "Michael [Plouj] Ploujnikov" <ploujj@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Gentoo's make - a problem?
Date: Sun, 01 Oct 2006 12:20:09
Message-Id: 18e575130610010514s2a50a45ctb87f48549c992f73@mail.gmail.com
In Reply to: Re: [gentoo-user] Re: Gentoo's make - a problem? by "Michael [Plouj] Ploujnikov"
1 Here is the weird part:
2 The Makefile it tools/ says:
3
4 all: $(PROGRAMS) $(MANPAGES) $(SUBDIRS)
5
6 it also says:
7
8 PROGRAMS = \
9 ...
10 makedep$(EXEEXT) \
11 ...
12
13 So, it should really be trying to build the makedep in the current
14 directory (which is build_dir/tools)
15
16 However, this is what make prints:
17
18 make[1]: `../../wine-git/tools/makedep' is up to date.
19
20 I just don't know enough about make to figure out why it might be
21 looking in a different directory.
22
23 --
24 () ASCII Ribbon Campaign
25 /\ - against HTML mail & vCards
26 --
27 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Re: Gentoo's make - a problem? "Michael [Plouj] Ploujnikov" <ploujj@×××××.com>