diff options
Diffstat (limited to 'contrib/fedora')
-rw-r--r-- | contrib/fedora/bashrc_sssd | 6 |
1 files changed, 0 insertions, 6 deletions
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" \ |