From 027d73530b293b676490adad5d470918cdc8feb1 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Mon, 15 Jun 2009 13:56:51 +0000 Subject: [PATCH] 'make 1' in libraries builds just the stage1 libs i.e. not dph, and hence not stage2 --- libraries/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libraries/Makefile b/libraries/Makefile index 900b639..238a73b 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -1,3 +1,7 @@ dir = libraries TOP = .. include $(TOP)/mk/sub-makefile.mk + +.PHONY: 1 +1 : + +$(TOPMAKE) stage1_libs -- 1.7.10.4