debuggers.hg
changeset 3062:15785f25998e
bitkeeper revision 1.1159.177.2 (419b8f619GQpmVkEwFFK_1mrZMc8-w)
Rules.mk:
Add support for standalone make -f buildconfigs/mk... back.
Rules.mk:
Add support for standalone make -f buildconfigs/mk... back.
author | cl349@arcadians.cl.cam.ac.uk |
---|---|
date | Wed Nov 17 17:50:25 2004 +0000 (2004-11-17) |
parents | 687594c02d83 |
children | 1ee592c35e61 |
files | BitKeeper/etc/logging_ok buildconfigs/Rules.mk |
line diff
1.1 --- a/BitKeeper/etc/logging_ok Wed Nov 17 16:16:51 2004 +0000 1.2 +++ b/BitKeeper/etc/logging_ok Wed Nov 17 17:50:25 2004 +0000 1.3 @@ -10,6 +10,7 @@ br260@br260.wolfson.cam.ac.uk 1.4 br260@labyrinth.cl.cam.ac.uk 1.5 br260@laudney.cl.cam.ac.uk 1.6 bren@anvil.research 1.7 +cl349@arcadians.cl.cam.ac.uk 1.8 cl349@freefall.cl.cam.ac.uk 1.9 cl349@labyrinth.cl.cam.ac.uk 1.10 cwc22@centipede.cl.cam.ac.uk
2.1 --- a/buildconfigs/Rules.mk Wed Nov 17 16:16:51 2004 +0000 2.2 +++ b/buildconfigs/Rules.mk Wed Nov 17 17:50:25 2004 +0000 2.3 @@ -1,3 +1,8 @@ 2.4 + 2.5 +# We expect these two to already be set if people 2.6 +# are using the top-level Makefile 2.7 +DIST_DIR ?= $(shell pwd)/dist 2.8 +INSTALL_DIR ?= $(DIST_DIR)/install 2.9 2.10 .PHONY: mkpatches mrproper 2.11