From b9d20a4c2179f99f59ce0879c61b6d96f120c3b6 Mon Sep 17 00:00:00 2001 From: hasufell Date: Fri, 26 Jun 2015 12:44:32 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- paludis/bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/paludis/bashrc b/paludis/bashrc index ba6c59c..ab291c1 100644 --- a/paludis/bashrc +++ b/paludis/bashrc @@ -222,8 +222,10 @@ if [[ ]] then CC="clang" + BUILD_CC="clang" CFLAGS+=" -Qunused-arguments -fcolor-diagnostics" CXX="clang++" + BUILD_CXX="clang++" CXXFLAGS+=" -Qunused-arguments -fcolor-diagnostics" fi