From 279e07de520f929d019837891c91ac6e46f42160 Mon Sep 17 00:00:00 2001 From: Shawn Pearce Date: Sat, 18 May 2013 14:10:44 -0700 Subject: [PATCH] Move //lib/DEFS to //tools/DEFS The macro rules this file defines have nothing to do with the third-party dependency libraries, but instead are global definitions used throughout the Gerrit build process. Most build tools are hidden under //tools, so move these definitions to that directory. Change-Id: I5e95d7cef734228ca818428a266afc0ac9fa0385 --- .buckconfig | 2 +- {lib => tools}/DEFS | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {lib => tools}/DEFS (100%) diff --git a/.buckconfig b/.buckconfig index 7c3c02d8a5..2a96c741e2 100644 --- a/.buckconfig +++ b/.buckconfig @@ -8,7 +8,7 @@ release = //:release [buildfile] - includes = //lib/DEFS + includes = //tools/DEFS [java] src_roots = java, resources diff --git a/lib/DEFS b/tools/DEFS similarity index 100% rename from lib/DEFS rename to tools/DEFS