From dfb9dfc17e5e806a6ec63a1bdb6e1562e80237a0 Mon Sep 17 00:00:00 2001 From: Axel Naumann <Axel.Naumann@cern.ch> Date: Mon, 19 Dec 2016 09:22:05 +0100 Subject: [PATCH] Rename utils to rootcling_stage1 as this is the only remaining "tool". --- core/{utils => rootcling_stage1}/CMakeLists.txt | 0 core/{utils => rootcling_stage1}/Module.mk | 0 core/{utils => rootcling_stage1}/ModuleVars.mk | 0 .../rootcling.cxx => rootcling_stage1/src/rootcling_stage1.cxx} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename core/{utils => rootcling_stage1}/CMakeLists.txt (100%) rename core/{utils => rootcling_stage1}/Module.mk (100%) rename core/{utils => rootcling_stage1}/ModuleVars.mk (100%) rename core/{utils/src/rootcling.cxx => rootcling_stage1/src/rootcling_stage1.cxx} (100%) diff --git a/core/utils/CMakeLists.txt b/core/rootcling_stage1/CMakeLists.txt similarity index 100% rename from core/utils/CMakeLists.txt rename to core/rootcling_stage1/CMakeLists.txt diff --git a/core/utils/Module.mk b/core/rootcling_stage1/Module.mk similarity index 100% rename from core/utils/Module.mk rename to core/rootcling_stage1/Module.mk diff --git a/core/utils/ModuleVars.mk b/core/rootcling_stage1/ModuleVars.mk similarity index 100% rename from core/utils/ModuleVars.mk rename to core/rootcling_stage1/ModuleVars.mk diff --git a/core/utils/src/rootcling.cxx b/core/rootcling_stage1/src/rootcling_stage1.cxx similarity index 100% rename from core/utils/src/rootcling.cxx rename to core/rootcling_stage1/src/rootcling_stage1.cxx -- GitLab