summaryrefslogtreecommitdiff
path: root/test/build/test-make-clean.sh
blob: ce6366fef3da8783031b5e12d70197c18a97178c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/sh
rm -rf apache-couchdb*
./configure
make release
cd apache-couchdb
  ./configure
cd ..

cp -r apache-couchdb apache-couchdb-pristine

cd apache-couchdb
  make
  make clean
cd ..

echo "********************************************"
echo "If you see anything here"
diff -r apache-couchdb apache-couchdb-pristine
echo "and here, something is wrong"
echo "********************************************"