Skip to content

Commit

Permalink
build stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
idgay committed Jan 22, 2008
1 parent fc3500e commit bf80d04
Show file tree
Hide file tree
Showing 22 changed files with 2,175 additions and 1,106 deletions.
1 change: 0 additions & 1 deletion .cvsignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
configure
config.status
config.log
config-aux
autom4te.cache
aclocal.m4
Makefile.in
Expand Down
9 changes: 9 additions & 0 deletions Bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,14 @@ set -x
$AUTOCONF
$AUTOMAKE -a -c
cd ..

cd libiberty
$AUTOCONF
cd ..

cd libcpp
$ACLOCAL -I ../config-aux
$AUTOCONF
cd ..
)
rm -f config.cache $srcdir/config.cache
5 changes: 5 additions & 0 deletions config-aux/.cvsignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
config.guess
config.sub
depcomp
install-sh
missing
Loading

0 comments on commit bf80d04

Please sign in to comment.