From deb39b0ee0c0b1d04f264dc57c87e038efa33e95 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Mon, 18 Mar 2013 13:19:03 +0100 Subject: Remove duplicate remake from bashrc_sssd --- contrib/fedora/bashrc_sssd | 6 ------ 1 file changed, 6 deletions(-) (limited to 'contrib') diff --git a/contrib/fedora/bashrc_sssd b/contrib/fedora/bashrc_sssd index b349a3b15..2b5ba15a7 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" \ -- cgit