X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fbootstrap;h=abbe5c16268deebd684e76a95bd1737fe029535f;hb=4d2ba3513d914336f68942ec89117941c081af9d;hp=998f9be708f190befd74097503cd9eb9f0263bc8;hpb=ce55a6d25d8f4630ec32b99b9ebfd85dbdb93927;p=citadel.git diff --git a/citadel/bootstrap b/citadel/bootstrap index 998f9be70..abbe5c162 100755 --- a/citadel/bootstrap +++ b/citadel/bootstrap @@ -5,9 +5,12 @@ # $Id$ # +# Remove any vestiges of pre-6.05 build environments +rm -f .libs modules *.so *.lo *.la + # Goofy red hat 7.3 stuff -if [ -s /etc/redhat-release ] ; then - [ `cut -f 5 -d ' ' /etc/redhat-release` = 7.3 ] && redhat73=true +if grep 7.3 /etc/redhat-release >/dev/null 2>&1 ; then + redhat73=true else redhat73=false fi