summaryrefslogtreecommitdiff
path: root/BLDLIBDWARF
blob: 830996116fc97f585078981d6a7094f54735b700 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#!/bin/sh
#
bldone () {
  t=$1 
  cd $t
  # The following distclean will fail on a clean directory
  # Ignore the failure
  make distclean
  ./configure
  if [ $? != 0 ]
  then
	echo build failed
	exit
  fi
  make
  if [ $? != 0 ]
  then
	  echo build failed
	  exit
  fi
  cd ..
}

bldone libdwarf 
bldone dwarfdump
bldone dwarfdump2