[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
two potentially-useful enhancements to GNU make?
From: |
Will Partain |
Subject: |
two potentially-useful enhancements to GNU make? |
Date: |
Wed, 23 Jan 2002 18:03:39 +0000 |
Two possible things that I think would help in debugging
complex GNU make stuff:
1. Some way to see what $(shell ...) did; what shell command
*exactly* did make try to run, and what does it think it
got back from the command?
2. A make equivalent to 'gcc -E', i.e. "just show me what
you get when you slurp through all of the make
include'ry".
Just a thought; I can supply a little more 'rationale' if
required; keep up the good work.
Will
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- two potentially-useful enhancements to GNU make?,
Will Partain <=