[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Feature request: which makefile is GNU make currently procesing?
From: |
Evgeny Roubinchtein |
Subject: |
Feature request: which makefile is GNU make currently procesing? |
Date: |
28 Dec 2001 16:14:26 -0800 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 |
I think it would be useful to have a built-in variable which indicates
which makefile GNU make is currently processing. Assuming such
built-in variable is named CURRENT_MAKEFILE,
make
should set CURRENT_MAKEFILE to GNUmakefile, or makefile, or Makefile
(whichever is found first), and
make -f mkfile
should set CURRENT_MAKEFILE to mkfile
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Feature request: which makefile is GNU make currently procesing?,
Evgeny Roubinchtein <=