1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Remove CVS artifacts.

llvm-svn: 110207
This commit is contained in:
Dan Gohman 2010-08-04 16:25:01 +00:00
parent 924e3b60bf
commit f4c27697fc
2 changed files with 6 additions and 8 deletions

View File

@ -101,7 +101,6 @@ for i in `ls ${srcdir}/projects`
do do
if test -d ${srcdir}/projects/${i} ; then if test -d ${srcdir}/projects/${i} ; then
case ${i} in case ${i} in
CVS) ;;
sample) AC_CONFIG_SUBDIRS([projects/sample]) ;; sample) AC_CONFIG_SUBDIRS([projects/sample]) ;;
privbracket) AC_CONFIG_SUBDIRS([projects/privbracket]) ;; privbracket) AC_CONFIG_SUBDIRS([projects/privbracket]) ;;
llvm-stacker) AC_CONFIG_SUBDIRS([projects/llvm-stacker]) ;; llvm-stacker) AC_CONFIG_SUBDIRS([projects/llvm-stacker]) ;;
@ -369,13 +368,13 @@ else
AC_SUBST(LLVM_CROSS_COMPILING, [0]) AC_SUBST(LLVM_CROSS_COMPILING, [0])
fi fi
dnl Check to see if there's a "CVS" (or .svn or .git) directory indicating dnl Check to see if there's a .svn or .git directory indicating that this
dnl that this build is being done from a checkout. This sets up several dnl build is being done from a checkout. This sets up several defaults for
dnl defaults for the command line switches. When we build with a CVS directory, dnl the command line switches. When we build with a checkout directory,
dnl we get a debug with assertions turned on. Without, we assume a source dnl we get a debug with assertions turned on. Without, we assume a source
dnl release and we get an optimized build without assertions. dnl release and we get an optimized build without assertions.
dnl See --enable-optimized and --enable-assertions below dnl See --enable-optimized and --enable-assertions below
if test -d "CVS" -o -d "${srcdir}/CVS" -o -d ".svn" -o -d "${srcdir}/.svn" -o -d ".git" -o -d "${srcdir}/.git"; then if test -d ".svn" -o -d "${srcdir}/.svn" -o -d ".git" -o -d "${srcdir}/.git"; then
cvsbuild="yes" cvsbuild="yes"
optimize="no" optimize="no"
AC_SUBST(CVSBUILD,[[CVSBUILD=1]]) AC_SUBST(CVSBUILD,[[CVSBUILD=1]])

5
configure vendored
View File

@ -1988,7 +1988,6 @@ for i in `ls ${srcdir}/projects`
do do
if test -d ${srcdir}/projects/${i} ; then if test -d ${srcdir}/projects/${i} ; then
case ${i} in case ${i} in
CVS) ;;
sample) subdirs="$subdirs projects/sample" sample) subdirs="$subdirs projects/sample"
;; ;;
privbracket) subdirs="$subdirs projects/privbracket" privbracket) subdirs="$subdirs projects/privbracket"
@ -4691,7 +4690,7 @@ else
fi fi
if test -d "CVS" -o -d "${srcdir}/CVS" -o -d ".svn" -o -d "${srcdir}/.svn" -o -d ".git" -o -d "${srcdir}/.git"; then if test -d ".svn" -o -d "${srcdir}/.svn" -o -d ".git" -o -d "${srcdir}/.git"; then
cvsbuild="yes" cvsbuild="yes"
optimize="no" optimize="no"
CVSBUILD=CVSBUILD=1 CVSBUILD=CVSBUILD=1
@ -11396,7 +11395,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF cat > conftest.$ac_ext <<EOF
#line 11399 "configure" #line 11398 "configure"
#include "confdefs.h" #include "confdefs.h"
#if HAVE_DLFCN_H #if HAVE_DLFCN_H