File: FULL-ROUNDTRIP

package info (click to toggle)
camlp5 8.04.00-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,968 kB
  • sloc: ml: 137,918; makefile: 2,055; perl: 1,729; sh: 1,653; python: 38
file content (16 lines) | stat: -rwxr-xr-x 225 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/bash -x

./configure
make clean
./configure
make world.opt all
make bootstrap_sources
make bootstrap_all_versdep
make bootstrap

./configure
make clean
./configure
make world.opt all

make -C testsuite clean all-tests