File: distclean

package info (click to toggle)
searchandrescue 1.7.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,728 kB
  • sloc: ansic: 89,588; cpp: 7,699; sh: 111; makefile: 74
file content (9 lines) | stat: -rw-r--r-- 145 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
#!/bin/sh

echo "Cleaning for distribution..."

chmod 755 include
make clean
./configure --reset

echo "Tree has been cleaned for distribution."