diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2013-03-18 13:19:03 +0100 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2013-03-18 15:19:11 +0100 |
commit | deb39b0ee0c0b1d04f264dc57c87e038efa33e95 (patch) | |
tree | 7f4f15592e7af1c5fb8a4dd58865f7bde34b5f65 /contrib | |
parent | aced7f5305d34d8c29cc2c282982e1e8f0953530 (diff) | |
download | sssd-deb39b0ee0c0b1d04f264dc57c87e038efa33e95.tar.gz sssd-deb39b0ee0c0b1d04f264dc57c87e038efa33e95.tar.xz sssd-deb39b0ee0c0b1d04f264dc57c87e038efa33e95.zip |
Remove duplicate remake from bashrc_sssd
Diffstat (limited to 'contrib')
-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" \ |