File: prepare

package info (click to toggle)
qca2 2.0.3-6
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 17,376 kB
  • ctags: 10,445
  • sloc: cpp: 40,699; ansic: 631; perl: 241; sh: 51; makefile: 19
file content (12 lines) | stat: -rwxr-xr-x 244 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

if [ ! -f qca.pro ] || [ -d .svn ]; then
	echo This script should only be run within an exported qca tree.
	exit 1
fi

# remove cmake files
rm -rf cmake
rm crypto.prf.cmake
rm qca2.pc.cmake
find . -name CMakeLists.txt -exec rm {} \;