summaryrefslogtreecommitdiff
path: root/test/build/test-configure-distclean.sh
blob: ed01faab20fb3e4744a78404fe9ea8b7fab0977a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh
rm -rf apache-couchdb apache-couchdb-pristine
./configure
make release
cp -r apache-couchdb apache-couchdb-pristine
cd apache-couchdb
  ./configure
  make distclean
cd ..

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