소스 검색

contrib: delete previous build directory

Nathalie Furmento 8 년 전
부모
커밋
86bd8fdedd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      contrib/ci.inria.fr/job-0-tarball.sh

+ 1 - 1
contrib/ci.inria.fr/job-0-tarball.sh

@@ -4,7 +4,7 @@ export PKG_CONFIG_PATH=/home/ci/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH
 export LD_LIBRARY_PATH=/home/ci/usr/local/lib:$LD_LIBRARY_PATH
 
 ./autogen.sh
-mkdir build && cd build
+rm -rf build && mkdir build && cd build
 ../configure
 make V=1
 make dist