[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Bug, or not? Pointer, please.
From: |
Houder |
Subject: |
Bug, or not? Pointer, please. |
Date: |
Thu, 1 May 2014 17:41:36 +0200 |
User-agent: |
SquirrelMail/1.4.18 |
Hi,
Below, besides the specified target (bla), the output of make also outputs
the name of the makefile (M) ... AS IF THE MAKEFILE IS A TARGET.
Can anybody explain this to me? Thank you.
Henri
@@ make --version | head -1
GNU Make 3.82
@@ cat M
M bla: null ; @echo $@
#%: null ; @echo $@
null: ;
@@ make -f M bla
M
bla
@@
=====
- Bug, or not? Pointer, please.,
Houder <=