root/rts/Makefile

Revision 9ab9ffe6d740fdd9ae92b7f6e3f7b0c43da17dbf, 0.5 KB (checked in by Simon Marlow <marlowsd@…>, 3 years ago)

fast make omits all GHC stages

  • Property mode set to 100644
Line 
1# -----------------------------------------------------------------------------
2#
3# (c) 2009 The University of Glasgow
4#
5# This file is part of the GHC build system.
6#
7# To understand how the build system works and how to modify it, see
8#      http://hackage.haskell.org/trac/ghc/wiki/Building/Architecture
9#      http://hackage.haskell.org/trac/ghc/wiki/Building/Modifying
10#
11# -----------------------------------------------------------------------------
12
13dir = rts
14TOP = ..
15include $(TOP)/mk/sub-makefile.mk
16
17FAST_MAKE_OPTS += stage=none
Note: See TracBrowser for help on using the browser.