]> sourceware.org Git - newlib-cygwin.git/blob - makeall.bat
* Makefile.in: Change distribution targets to use bzip2 instead of
[newlib-cygwin.git] / makeall.bat
1 @echo off
2 chdir libiberty
3 make %1 %2 %3 %4 %5 %6 %7 %8 %9
4 chdir ..\bfd
5 make %1 %2 %3 %4 %5 %6 %7 %8 %9
6 chdir ..\opcodes
7 make %1 %2 %3 %4 %5 %6 %7 %8 %9
8 chdir ..\gprof
9 make %1 %2 %3 %4 %5 %6 %7 %8 %9
10 chdir ..\binutils
11 make %1 %2 %3 %4 %5 %6 %7 %8 %9
12 chdir ..\gas
13 make %1 %2 %3 %4 %5 %6 %7 %8 %9
14 chdir ..\ld
15 make %1 %2 %3 %4 %5 %6 %7 %8 %9
16 chdir ..
This page took 0.033832 seconds and 5 git commands to generate.