bug-make
[Top][All Lists]
Advanced

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

Section 3.8 of the info manual not respected


From: Anthony Shipman
Subject: Section 3.8 of the info manual not respected
Date: Wed, 27 May 2009 02:45:41 +1000
User-agent: KMail/1.9.7

I've tried the example in section 3.8 Overriding Part of Another Makefile.
i.e.


foo: 
        frobnicate > foo 

%: force 
        @$(MAKE) -f Makefile $@ 

force: ; 

The command 'make foo' results in

make[1]: Makefile: No such file or directory
make[1]: *** No rule to make target `Makefile'.  Stop.
make: *** [GNUmakefile] Error 2

An implicit rule search is performed for the target GNUmakefile. This is not 
expected.

-- 
Anthony Shipman                    Mamas don't let your babies 
address@hidden                   grow up to be outsourced.




reply via email to

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