File: build

package info (click to toggle)
rsbackup 10.0-4
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 1,908 kB
  • sloc: cpp: 10,859; sh: 2,566; makefile: 387; perl: 11
file content (7 lines) | stat: -rwxr-xr-x 86 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
#!/bin/sh
set -e
autoreconf -si
./configure
make clean
make -j $(nproc)
make -j check