[project @ 2002-03-11 10:55:11 by simonmar]
authorsimonmar <unknown>
Mon, 11 Mar 2002 10:55:11 +0000 (10:55 +0000)
committersimonmar <unknown>
Mon, 11 Mar 2002 10:55:11 +0000 (10:55 +0000)
commitb274236c5d15dcfff7fe73863c110329c170754e
tree9ffbd2935c428db0367ca58eb8b5616ee19159c4
parent7fc19edc1a604c30159113404d02489142c84d42
[project @ 2002-03-11 10:55:11 by simonmar]
Re-instate ifeq "$(way)" "" around the rule for recursively descending
into SUBDIRS that I removed a while back.  This will fix a bug in
nofib whereby if NoFibWays is set to anything then we do O(n^2)
traversals of the tree, but it also means you can't sit at the top of
the tree and say 'make way=p' to just build profiling libraries (which
was the reason I made the change in the first place).  We'll have to
find another way to do this.
mk/target.mk