help-make
[Top][All Lists]
Advanced

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

Chnaging MAKEFLAGS


From: Greg Kilfoyle
Subject: Chnaging MAKEFLAGS
Date: Fri, 14 Jan 2005 11:32:28 -0800

Hi,

The manual (section 5.6.3) suggests that I can change the value of
variable MAKEFLAGS such that the current make file will refer to the new
setting. I can't get this to work. I have the following Makefile:

MAKEFLAGS := $(MAKEFLAGS) -Imk
include util.mk
$(warning done)

...there is a file called util.mk in directory mk, but the include line
fails:

guitar:gregk ~ {1558} make
Makefile:3: util.mk: No such file or directory
Makefile:5: done

Any ideas?

Thanks, Greg.
-- 
Greg Kilfoyle <address@hidden>





reply via email to

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