'make 1' in libraries builds just the stage1 libs
authorSimon Marlow <marlowsd@gmail.com>
Mon, 15 Jun 2009 13:56:51 +0000 (13:56 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Mon, 15 Jun 2009 13:56:51 +0000 (13:56 +0000)
i.e. not dph, and hence not stage2

libraries/Makefile

index 900b639..238a73b 100644 (file)
@@ -1,3 +1,7 @@
 dir = libraries
 TOP = ..
 include $(TOP)/mk/sub-makefile.mk
+
+.PHONY: 1
+1 :
+       +$(TOPMAKE) stage1_libs