Make problem
- From: "Tim" <Tim.Huetz@xxxxxxxxx>
- Date: 28 Nov 2006 14:12:16 -0800
Hey guys,
I have a small problem with my makefile. This makefile contains the
following code and resists inside the root-directory of my project:
--- snip ---
blub-dirs += dir1/$(name_sub_dir) dir2
PHONY += $(blub-dirs)
$(blub-dirs):
$(Q)$(MAKE) -f $(CURDIR)/scripts/Makefile.build srcdir=$@ -C $@
..PHONY: $(PHONY)
--- snap ---
My problem is, that just the first directory in my "list" will be
handled. This means, that just one make call will be done for
"dir1/$(name_sub_dir)" but no one for "dir2". Has anybody an idea what
I'm doing wrong? Thanks.
Best regards,
Tim
.
- Follow-Ups:
- Re: Make problem
- From: Dan Espen
- Re: Make problem
- Prev by Date: Re: Which OS/Webserver do most ISPs use?
- Next by Date: Re: Make problem
- Previous by thread: Re: Amiga File System under Linux?
- Next by thread: Re: Make problem
- Index(es):
Relevant Pages
|