From e61a7e1927036a8d79606183014a869f1180a551 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Wed, 20 Aug 2014 07:07:37 -0700 Subject: [PATCH] Adding Caching to Universe repo list --- makefile.shade | 1 + 1 file changed, 1 insertion(+) diff --git a/makefile.shade b/makefile.shade index 6e1cef4cfc..b10fa94920 100644 --- a/makefile.shade +++ b/makefile.shade @@ -17,6 +17,7 @@ functions string[] repos = new[] { // The repos list is topologically sorted based on build order "Configuration", + "Caching", "DataCommon", "DataCommon.SQLite", "DataProtection",