diff options
| author | Graydon Hoare <[email protected]> | 2011-05-02 23:37:52 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-05-02 23:37:52 -0700 |
| commit | d987b49a4bd658d59501b7c4d4ccba3083093037 (patch) | |
| tree | 1584e6fa8e986c1660952d26ea0840be86418d62 /Makefile.in | |
| parent | Extract ast.is_exported from the resolve module (diff) | |
| download | rust-d987b49a4bd658d59501b7c4d4ccba3083093037.tar.xz rust-d987b49a4bd658d59501b7c4d4ccba3083093037.zip | |
More hacking on the snapshot system.
Diffstat (limited to 'Makefile.in')
| -rw-r--r-- | Makefile.in | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 1e91fefd..4edfc738 100644 --- a/Makefile.in +++ b/Makefile.in @@ -108,7 +108,6 @@ GENERATED := %:: s.% %:: SCCS/s.% - ###################################################################### # Standard library variables ###################################################################### @@ -136,6 +135,13 @@ SREQ2 := stage2/rustc$(X) $(LREQ) stage3/glue.o stage3/$(CFG_STDLIB) ###################################################################### +# Exports for sub-utilities +###################################################################### + +export CFG_SRC_DIR + + +###################################################################### # Single-target rules ###################################################################### @@ -179,5 +185,6 @@ include $(CFG_SRC_DIR)/mk/rustllvm.mk include $(CFG_SRC_DIR)/mk/docs.mk include $(CFG_SRC_DIR)/mk/tests.mk include $(CFG_SRC_DIR)/mk/dist.mk +include $(CFG_SRC_DIR)/mk/snap.mk include $(CFG_SRC_DIR)/mk/clean.mk include $(CFG_SRC_DIR)/mk/autodep.mk |