[SSSD] [PATCH] Remove duplicate remake from bashrc_sssd

Jakub Hrozek jhrozek at redhat.com
Mon Mar 18 12:20:27 UTC 2013


I was building my own custom aliases on top of the bashrc_sssd and I
noticed that the remake alias is duplicated.
-------------- next part --------------
>From d603cb0ad0630b8bd9b50e104ccd79ac59461e73 Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhrozek at redhat.com>
Date: Mon, 18 Mar 2013 13:19:03 +0100
Subject: [PATCH] Remove duplicate remake from bashrc_sssd

---
 contrib/fedora/bashrc_sssd | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/contrib/fedora/bashrc_sssd b/contrib/fedora/bashrc_sssd
index b349a3b15c22035372868d6dffd708194a2aa308..2b5ba15a7b752da3d52f3b47dff1ada960b1cdb8 100644
--- a/contrib/fedora/bashrc_sssd
+++ b/contrib/fedora/bashrc_sssd
@@ -68,12 +68,6 @@ WARNINGS='-Wall \
           -Wno-sign-compare \
           -Wformat-security'
 
-# Clean the build directory and rebuild all objects, then run the build-tests
-# against them.
-alias remake='make clean > /dev/null \
-                && make V=0 CFLAGS+="-ggdb3 -O0 $SSS_WARNINGS $SSS_WERROR" \
-                        -j%PROCESSORS check'
-
 # Build (or finish building) all objects and then run the build-tests against
 # them. This builds with optimizations turned off and GDB debugging symbols.
 alias chmake='make V=0 CFLAGS+="-ggdb3 -O0 $SSS_WARNINGS $SSS_WERROR" \
-- 
1.8.1.4



More information about the sssd-devel mailing list