File: recomp.sh

package info (click to toggle)
libsecrecy 0.0.5%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 400 kB
  • sloc: cpp: 3,550; sh: 242; makefile: 71
file content (9 lines) | stat: -rw-r--r-- 312 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/bin/bash
rm -fR config.* ltmain.sh aclocal.m4 autom4te.cache compile configure depcomp install-sh missing \
	Makefile Makefile.in src/Makefile src/Makefile.in m4/lt* m4/libtool*

PAR=`egrep "processor[[:space:]]*:" </proc/cpuinfo | wc -l`
autoreconf -i -f
make distclean
${SHELL} doconfig.sh $*
make -j${PAR}