Ticket #14658: patch-foreign-1.1d7-boomake.diff
File patch-foreign-1.1d7-boomake.diff, 22.9 KB (added by Jacobus.Geluk@…, 17 years ago) |
---|
-
../foreign-1.1d7/boomake
old new 146 146 croak "Project has not been configured - boomake is missing" 147 147 fi 148 148 cd $PUSHDIR 149 carp "Processing project in apr..."150 PUSHDIR=`pwd`151 cd apr152 if [ -f boomake ]; then153 sh boomake allgen || croak154 else155 croak "Project has not been configured - boomake is missing"156 fi157 cd $PUSHDIR158 carp "Processing project in pcre..."159 PUSHDIR=`pwd`160 cd pcre161 if [ -f boomake ]; then162 sh boomake allgen || croak163 else164 croak "Project has not been configured - boomake is missing"165 fi166 cd $PUSHDIR149 # carp "Processing project in apr..." 150 # PUSHDIR=`pwd` 151 # cd apr 152 # if [ -f boomake ]; then 153 # sh boomake allgen || croak 154 # else 155 # croak "Project has not been configured - boomake is missing" 156 # fi 157 # cd $PUSHDIR 158 # carp "Processing project in pcre..." 159 # PUSHDIR=`pwd` 160 # cd pcre 161 # if [ -f boomake ]; then 162 # sh boomake allgen || croak 163 # else 164 # croak "Project has not been configured - boomake is missing" 165 # fi 166 # cd $PUSHDIR 167 167 carp "Processing project in zlib..." 168 168 PUSHDIR=`pwd` 169 169 cd zlib … … 199 199 fi 200 200 cd $PUSHDIR 201 201 PUSHDIR=`pwd` 202 cd apr203 if [ -f boomake ]; then204 sh boomake -install ../_install install || croak205 else206 carp "Project has not been built - boomake is missing"207 fi208 cd $PUSHDIR209 PUSHDIR=`pwd`210 cd pcre211 if [ -f boomake ]; then212 sh boomake -install ../_install install || croak213 else214 carp "Project has not been built - boomake is missing"215 fi216 cd $PUSHDIR217 PUSHDIR=`pwd`202 # cd apr 203 # if [ -f boomake ]; then 204 # sh boomake -install ../_install install || croak 205 # else 206 # carp "Project has not been built - boomake is missing" 207 # fi 208 # cd $PUSHDIR 209 # PUSHDIR=`pwd` 210 # cd pcre 211 # if [ -f boomake ]; then 212 # sh boomake -install ../_install install || croak 213 # else 214 # carp "Project has not been built - boomake is missing" 215 # fi 216 # cd $PUSHDIR 217 # PUSHDIR=`pwd` 218 218 cd zlib 219 219 if [ -f boomake ]; then 220 220 sh boomake -install ../_install install || croak … … 332 332 echo c/boomake.bat>>_package.lst 333 333 fi 334 334 PUSHDIR=`pwd` 335 336 337 (cd apr; test -f Makefile && make -s distclean >/dev/null)338 (cd apr-util; test -f Makefile && make -s distclean >/dev/null)335 # cd apr 336 # 337 # (cd apr; test -f Makefile && make -s distclean >/dev/null) 338 # (cd apr-util; test -f Makefile && make -s distclean >/dev/null) 339 339 340 (cd ..; perl apr/apr_package_lst.pl apr/apr apr/apr-util >>_package.lst)340 # (cd ..; perl apr/apr_package_lst.pl apr/apr apr/apr-util >>_package.lst) 341 341 342 cd $PUSHDIR343 if [ -f "apr/apr_package_lst.pl" ]; then344 echo apr/apr_package_lst.pl>>_package.lst345 fi346 if [ -f "apr/base_apr.h" ]; then347 echo apr/base_apr.h>>_package.lst348 fi349 if [ "`echo apr/apr*.h`" != "apr/apr*.h" ]; then350 for file in `echo apr/apr*.h`; do351 echo $file>>_package.lst352 done353 fi354 if [ "`echo apr/apu*.h`" != "apr/apu*.h" ]; then355 for file in `echo apr/apu*.h`; do356 echo $file>>_package.lst357 done358 fi359 if [ -f "apr/stamp_generate" ]; then360 echo apr/stamp_generate>>_package.lst361 fi362 if [ -f "apr/configure" ]; then363 echo apr/configure>>_package.lst364 fi365 if [ -f "apr/Makefile.unix" ]; then366 echo apr/Makefile.unix>>_package.lst367 fi368 if [ -f "apr/boomake" ]; then369 echo apr/boomake>>_package.lst370 fi371 if [ -f "apr/configure.bat" ]; then372 echo apr/configure.bat>>_package.lst373 fi374 if [ -f "apr/Makefile.win32" ]; then375 echo apr/Makefile.win32>>_package.lst376 fi377 if [ -f "apr/boomake.bat" ]; then378 echo apr/boomake.bat>>_package.lst379 fi342 # cd $PUSHDIR 343 # if [ -f "apr/apr_package_lst.pl" ]; then 344 # echo apr/apr_package_lst.pl>>_package.lst 345 # fi 346 # if [ -f "apr/base_apr.h" ]; then 347 # echo apr/base_apr.h>>_package.lst 348 # fi 349 # if [ "`echo apr/apr*.h`" != "apr/apr*.h" ]; then 350 # for file in `echo apr/apr*.h`; do 351 # echo $file>>_package.lst 352 # done 353 # fi 354 # if [ "`echo apr/apu*.h`" != "apr/apu*.h" ]; then 355 # for file in `echo apr/apu*.h`; do 356 # echo $file>>_package.lst 357 # done 358 # fi 359 # if [ -f "apr/stamp_generate" ]; then 360 # echo apr/stamp_generate>>_package.lst 361 # fi 362 # if [ -f "apr/configure" ]; then 363 # echo apr/configure>>_package.lst 364 # fi 365 # if [ -f "apr/Makefile.unix" ]; then 366 # echo apr/Makefile.unix>>_package.lst 367 # fi 368 # if [ -f "apr/boomake" ]; then 369 # echo apr/boomake>>_package.lst 370 # fi 371 # if [ -f "apr/configure.bat" ]; then 372 # echo apr/configure.bat>>_package.lst 373 # fi 374 # if [ -f "apr/Makefile.win32" ]; then 375 # echo apr/Makefile.win32>>_package.lst 376 # fi 377 # if [ -f "apr/boomake.bat" ]; then 378 # echo apr/boomake.bat>>_package.lst 379 # fi 380 380 CCDEFINES="$CCDEFINES -DNOPOSIX" 381 381 export CCDEFINES 382 PUSHDIR=`pwd`383 cd pcre384 cd $PUSHDIR385 if [ -f "pcre/pcre_chartables.c" ]; then386 echo pcre/pcre_chartables.c>>_package.lst387 fi388 if [ -f "pcre/pcre_compile.c" ]; then389 echo pcre/pcre_compile.c>>_package.lst390 fi391 if [ -f "pcre/pcre_config.c" ]; then392 echo pcre/pcre_config.c>>_package.lst393 fi394 if [ -f "pcre/pcre_dfa_exec.c" ]; then395 echo pcre/pcre_dfa_exec.c>>_package.lst396 fi397 if [ -f "pcre/pcre_exec.c" ]; then398 echo pcre/pcre_exec.c>>_package.lst399 fi400 if [ -f "pcre/pcre_fullinfo.c" ]; then401 echo pcre/pcre_fullinfo.c>>_package.lst402 fi403 if [ -f "pcre/pcre_get.c" ]; then404 echo pcre/pcre_get.c>>_package.lst405 fi406 if [ -f "pcre/pcre_globals.c" ]; then407 echo pcre/pcre_globals.c>>_package.lst408 fi409 if [ -f "pcre/pcre_info.c" ]; then410 echo pcre/pcre_info.c>>_package.lst411 fi412 if [ -f "pcre/pcre_maketables.c" ]; then413 echo pcre/pcre_maketables.c>>_package.lst414 fi415 if [ -f "pcre/pcre_ord2utf8.c" ]; then416 echo pcre/pcre_ord2utf8.c>>_package.lst417 fi418 if [ -f "pcre/pcre_refcount.c" ]; then419 echo pcre/pcre_refcount.c>>_package.lst420 fi421 if [ -f "pcre/pcre_study.c" ]; then422 echo pcre/pcre_study.c>>_package.lst423 fi424 if [ -f "pcre/pcre_tables.c" ]; then425 echo pcre/pcre_tables.c>>_package.lst426 fi427 if [ -f "pcre/pcre_try_flipped.c" ]; then428 echo pcre/pcre_try_flipped.c>>_package.lst429 fi430 if [ -f "pcre/pcre_ucp_searchfuncs.c" ]; then431 echo pcre/pcre_ucp_searchfuncs.c>>_package.lst432 fi433 if [ -f "pcre/pcre_valid_utf8.c" ]; then434 echo pcre/pcre_valid_utf8.c>>_package.lst435 fi436 if [ -f "pcre/pcre_version.c" ]; then437 echo pcre/pcre_version.c>>_package.lst438 fi439 if [ -f "pcre/pcre_xclass.c" ]; then440 echo pcre/pcre_xclass.c>>_package.lst441 fi442 if [ -f "pcre/pcre.h" ]; then443 echo pcre/pcre.h>>_package.lst444 fi445 if [ -f "pcre/pcre_internal.h" ]; then446 echo pcre/pcre_internal.h>>_package.lst447 fi448 if [ -f "pcre/pcre_scanner.h" ]; then449 echo pcre/pcre_scanner.h>>_package.lst450 fi451 if [ -f "pcre/pcre_printint.src" ]; then452 echo pcre/pcre_printint.src>>_package.lst453 fi454 if [ -f "pcre/ucpinternal.h" ]; then455 echo pcre/ucpinternal.h>>_package.lst456 fi457 if [ -f "pcre/ucp.h" ]; then458 echo pcre/ucp.h>>_package.lst459 fi460 if [ -f "pcre/ucptable.c" ]; then461 echo pcre/ucptable.c>>_package.lst462 fi463 if [ -f "pcre/config.h" ]; then464 echo pcre/config.h>>_package.lst465 fi466 if [ -f "pcre/dftables.c" ]; then467 echo pcre/dftables.c>>_package.lst468 fi469 if [ -f "pcre/pcregrep.c" ]; then470 echo pcre/pcregrep.c>>_package.lst471 fi472 if [ -f "pcre/pcredemo.c" ]; then473 echo pcre/pcredemo.c>>_package.lst474 fi475 if [ -f "pcre/pcretest.c" ]; then476 echo pcre/pcretest.c>>_package.lst477 fi478 if [ -f "pcre/AUTHORS" ]; then479 echo pcre/AUTHORS>>_package.lst480 fi481 if [ -f "pcre/ChangeLog" ]; then482 echo pcre/ChangeLog>>_package.lst483 fi484 if [ -f "pcre/COPYING" ]; then485 echo pcre/COPYING>>_package.lst486 fi487 if [ -f "pcre/INSTALL" ]; then488 echo pcre/INSTALL>>_package.lst489 fi490 if [ -f "pcre/LICENCE" ]; then491 echo pcre/LICENCE>>_package.lst492 fi493 if [ -f "pcre/NEWS" ]; then494 echo pcre/NEWS>>_package.lst495 fi496 if [ -f "pcre/NON-UNIX-USE" ]; then497 echo pcre/NON-UNIX-USE>>_package.lst498 fi499 if [ -f "pcre/README" ]; then500 echo pcre/README>>_package.lst501 fi502 if [ -f "pcre/prelude.pdl" ]; then503 echo pcre/prelude.pdl>>_package.lst504 fi505 if [ -f "pcre/license.gpl" ]; then506 echo pcre/license.gpl>>_package.lst507 fi508 if [ -f "pcre/project.pdl" ]; then509 echo pcre/project.pdl>>_package.lst510 fi511 if [ -f "pcre/readme.txt" ]; then512 echo pcre/readme.txt>>_package.lst513 fi514 if [ -f "pcre/stamp_generate" ]; then515 echo pcre/stamp_generate>>_package.lst516 fi517 if [ -f "pcre/configure" ]; then518 echo pcre/configure>>_package.lst519 fi520 if [ -f "pcre/Makefile.unix" ]; then521 echo pcre/Makefile.unix>>_package.lst522 fi523 if [ -f "pcre/boomake" ]; then524 echo pcre/boomake>>_package.lst525 fi526 if [ -f "pcre/configure.bat" ]; then527 528 fi529 if [ -f "pcre/Makefile.win32" ]; then530 echo pcre/Makefile.win32>>_package.lst531 fi532 if [ -f "pcre/boomake.bat" ]; then533 echo pcre/boomake.bat>>_package.lst534 fi535 PUSHDIR=`pwd`382 # PUSHDIR=`pwd` 383 # cd pcre 384 # cd $PUSHDIR 385 # if [ -f "pcre/pcre_chartables.c" ]; then 386 # echo pcre/pcre_chartables.c>>_package.lst 387 # fi 388 # if [ -f "pcre/pcre_compile.c" ]; then 389 # echo pcre/pcre_compile.c>>_package.lst 390 # fi 391 # if [ -f "pcre/pcre_config.c" ]; then 392 # echo pcre/pcre_config.c>>_package.lst 393 # fi 394 # if [ -f "pcre/pcre_dfa_exec.c" ]; then 395 # echo pcre/pcre_dfa_exec.c>>_package.lst 396 # fi 397 # if [ -f "pcre/pcre_exec.c" ]; then 398 # echo pcre/pcre_exec.c>>_package.lst 399 # fi 400 # if [ -f "pcre/pcre_fullinfo.c" ]; then 401 # echo pcre/pcre_fullinfo.c>>_package.lst 402 # fi 403 # if [ -f "pcre/pcre_get.c" ]; then 404 # echo pcre/pcre_get.c>>_package.lst 405 # fi 406 # if [ -f "pcre/pcre_globals.c" ]; then 407 # echo pcre/pcre_globals.c>>_package.lst 408 # fi 409 # if [ -f "pcre/pcre_info.c" ]; then 410 # echo pcre/pcre_info.c>>_package.lst 411 # fi 412 # if [ -f "pcre/pcre_maketables.c" ]; then 413 # echo pcre/pcre_maketables.c>>_package.lst 414 # fi 415 # if [ -f "pcre/pcre_ord2utf8.c" ]; then 416 # echo pcre/pcre_ord2utf8.c>>_package.lst 417 # fi 418 # if [ -f "pcre/pcre_refcount.c" ]; then 419 # echo pcre/pcre_refcount.c>>_package.lst 420 # fi 421 # if [ -f "pcre/pcre_study.c" ]; then 422 # echo pcre/pcre_study.c>>_package.lst 423 # fi 424 # if [ -f "pcre/pcre_tables.c" ]; then 425 # echo pcre/pcre_tables.c>>_package.lst 426 # fi 427 # if [ -f "pcre/pcre_try_flipped.c" ]; then 428 # echo pcre/pcre_try_flipped.c>>_package.lst 429 # fi 430 # if [ -f "pcre/pcre_ucp_searchfuncs.c" ]; then 431 # echo pcre/pcre_ucp_searchfuncs.c>>_package.lst 432 # fi 433 # if [ -f "pcre/pcre_valid_utf8.c" ]; then 434 # echo pcre/pcre_valid_utf8.c>>_package.lst 435 # fi 436 # if [ -f "pcre/pcre_version.c" ]; then 437 # echo pcre/pcre_version.c>>_package.lst 438 # fi 439 # if [ -f "pcre/pcre_xclass.c" ]; then 440 # echo pcre/pcre_xclass.c>>_package.lst 441 # fi 442 # if [ -f "pcre/pcre.h" ]; then 443 # echo pcre/pcre.h>>_package.lst 444 # fi 445 # if [ -f "pcre/pcre_internal.h" ]; then 446 # echo pcre/pcre_internal.h>>_package.lst 447 # fi 448 # if [ -f "pcre/pcre_scanner.h" ]; then 449 # echo pcre/pcre_scanner.h>>_package.lst 450 # fi 451 # if [ -f "pcre/pcre_printint.src" ]; then 452 # echo pcre/pcre_printint.src>>_package.lst 453 # fi 454 # if [ -f "pcre/ucpinternal.h" ]; then 455 # echo pcre/ucpinternal.h>>_package.lst 456 # fi 457 # if [ -f "pcre/ucp.h" ]; then 458 # echo pcre/ucp.h>>_package.lst 459 # fi 460 # if [ -f "pcre/ucptable.c" ]; then 461 # echo pcre/ucptable.c>>_package.lst 462 # fi 463 # if [ -f "pcre/config.h" ]; then 464 # echo pcre/config.h>>_package.lst 465 # fi 466 # if [ -f "pcre/dftables.c" ]; then 467 # echo pcre/dftables.c>>_package.lst 468 # fi 469 # if [ -f "pcre/pcregrep.c" ]; then 470 # echo pcre/pcregrep.c>>_package.lst 471 # fi 472 # if [ -f "pcre/pcredemo.c" ]; then 473 # echo pcre/pcredemo.c>>_package.lst 474 # fi 475 # if [ -f "pcre/pcretest.c" ]; then 476 # echo pcre/pcretest.c>>_package.lst 477 # fi 478 # if [ -f "pcre/AUTHORS" ]; then 479 # echo pcre/AUTHORS>>_package.lst 480 # fi 481 # if [ -f "pcre/ChangeLog" ]; then 482 # echo pcre/ChangeLog>>_package.lst 483 # fi 484 # if [ -f "pcre/COPYING" ]; then 485 # echo pcre/COPYING>>_package.lst 486 # fi 487 # if [ -f "pcre/INSTALL" ]; then 488 # echo pcre/INSTALL>>_package.lst 489 # fi 490 # if [ -f "pcre/LICENCE" ]; then 491 # echo pcre/LICENCE>>_package.lst 492 # fi 493 # if [ -f "pcre/NEWS" ]; then 494 # echo pcre/NEWS>>_package.lst 495 # fi 496 # if [ -f "pcre/NON-UNIX-USE" ]; then 497 # echo pcre/NON-UNIX-USE>>_package.lst 498 # fi 499 # if [ -f "pcre/README" ]; then 500 # echo pcre/README>>_package.lst 501 # fi 502 # if [ -f "pcre/prelude.pdl" ]; then 503 # echo pcre/prelude.pdl>>_package.lst 504 # fi 505 # if [ -f "pcre/license.gpl" ]; then 506 # echo pcre/license.gpl>>_package.lst 507 # fi 508 # if [ -f "pcre/project.pdl" ]; then 509 # echo pcre/project.pdl>>_package.lst 510 # fi 511 # if [ -f "pcre/readme.txt" ]; then 512 # echo pcre/readme.txt>>_package.lst 513 # fi 514 # if [ -f "pcre/stamp_generate" ]; then 515 # echo pcre/stamp_generate>>_package.lst 516 # fi 517 # if [ -f "pcre/configure" ]; then 518 # echo pcre/configure>>_package.lst 519 # fi 520 # if [ -f "pcre/Makefile.unix" ]; then 521 # echo pcre/Makefile.unix>>_package.lst 522 # fi 523 # if [ -f "pcre/boomake" ]; then 524 # echo pcre/boomake>>_package.lst 525 # fi 526 # if [ -f "pcre/configure.bat" ]; then 527 # echo pcre/configure.bat>>_package.lst 528 # fi 529 # if [ -f "pcre/Makefile.win32" ]; then 530 # echo pcre/Makefile.win32>>_package.lst 531 # fi 532 # if [ -f "pcre/boomake.bat" ]; then 533 # echo pcre/boomake.bat>>_package.lst 534 # fi 535 # PUSHDIR=`pwd` 536 536 cd zlib 537 537 cd $PUSHDIR 538 538 if [ -f "zlib/ChangeLog" ]; then … … 720 720 fi 721 721 echo "Source package successfully generated">c/stamp_source 722 722 echo "c/stamp_source" >>_package.lst 723 echo "Source package successfully generated">apr/stamp_source724 echo "apr/stamp_source" >>_package.lst725 echo "Source package successfully generated">pcre/stamp_source726 echo "pcre/stamp_source" >>_package.lst723 # echo "Source package successfully generated">apr/stamp_source 724 # echo "apr/stamp_source" >>_package.lst 725 # echo "Source package successfully generated">pcre/stamp_source 726 # echo "pcre/stamp_source" >>_package.lst 727 727 echo "Source package successfully generated">zlib/stamp_source 728 728 echo "zlib/stamp_source" >>_package.lst 729 729 echo "Source package successfully generated">tests/stamp_source … … 743 743 rm _package.lst 744 744 rm stamp_source 745 745 rm -f c/stamp_source 746 rm -f apr/stamp_source747 rm -f pcre/stamp_source746 # rm -f apr/stamp_source 747 # rm -f pcre/stamp_source 748 748 rm -f zlib/stamp_source 749 749 rm -f tests/stamp_source 750 750 } … … 767 767 croak "Project has not been configured - boomake is missing" 768 768 fi 769 769 cd $PUSHDIR 770 carp "Processing project in apr..."771 PUSHDIR=`pwd`772 cd apr773 if [ -f boomake ]; then774 sh boomake -install ../_install build install || croak775 else776 croak "Project has not been configured - boomake is missing"777 fi778 cd $PUSHDIR779 carp "Processing project in pcre..."780 PUSHDIR=`pwd`781 cd pcre782 if [ -f boomake ]; then783 sh boomake -install ../_install build install || croak784 else785 croak "Project has not been configured - boomake is missing"786 fi787 cd $PUSHDIR770 # carp "Processing project in apr..." 771 # PUSHDIR=`pwd` 772 # cd apr 773 # if [ -f boomake ]; then 774 # sh boomake -install ../_install build install || croak 775 # else 776 # croak "Project has not been configured - boomake is missing" 777 # fi 778 # cd $PUSHDIR 779 # carp "Processing project in pcre..." 780 # PUSHDIR=`pwd` 781 # cd pcre 782 # if [ -f boomake ]; then 783 # sh boomake -install ../_install build install || croak 784 # else 785 # croak "Project has not been configured - boomake is missing" 786 # fi 787 # cd $PUSHDIR 788 788 carp "Processing project in zlib..." 789 789 PUSHDIR=`pwd` 790 790 cd zlib … … 832 832 croak "Project has not been configured - boomake is missing" 833 833 fi 834 834 cd $PUSHDIR 835 carp "Processing project in apr..."836 PUSHDIR=`pwd`837 cd apr838 if [ -f boomake ]; then839 sh boomake clean || croak840 else841 croak "Project has not been configured - boomake is missing"842 fi843 cd $PUSHDIR844 carp "Processing project in pcre..."845 PUSHDIR=`pwd`846 cd pcre847 if [ -f boomake ]; then848 sh boomake clean || croak849 else850 croak "Project has not been configured - boomake is missing"851 fi852 cd $PUSHDIR835 # carp "Processing project in apr..." 836 # PUSHDIR=`pwd` 837 # cd apr 838 # if [ -f boomake ]; then 839 # sh boomake clean || croak 840 # else 841 # croak "Project has not been configured - boomake is missing" 842 # fi 843 # cd $PUSHDIR 844 # carp "Processing project in pcre..." 845 # PUSHDIR=`pwd` 846 # cd pcre 847 # if [ -f boomake ]; then 848 # sh boomake clean || croak 849 # else 850 # croak "Project has not been configured - boomake is missing" 851 # fi 852 # cd $PUSHDIR 853 853 carp "Processing project in zlib..." 854 854 PUSHDIR=`pwd` 855 855 cd zlib … … 885 885 croak "Project has not been configured - boomake is missing" 886 886 fi 887 887 cd $PUSHDIR 888 carp "Processing project in apr..."889 PUSHDIR=`pwd`890 cd apr891 if [ -f boomake ]; then892 sh boomake compile || croak893 else894 croak "Project has not been configured - boomake is missing"895 fi896 cd $PUSHDIR897 carp "Processing project in pcre..."898 PUSHDIR=`pwd`899 cd pcre900 if [ -f boomake ]; then901 sh boomake compile || croak902 else903 croak "Project has not been configured - boomake is missing"904 fi905 cd $PUSHDIR888 # carp "Processing project in apr..." 889 # PUSHDIR=`pwd` 890 # cd apr 891 # if [ -f boomake ]; then 892 # sh boomake compile || croak 893 # else 894 # croak "Project has not been configured - boomake is missing" 895 # fi 896 # cd $PUSHDIR 897 # carp "Processing project in pcre..." 898 # PUSHDIR=`pwd` 899 # cd pcre 900 # if [ -f boomake ]; then 901 # sh boomake compile || croak 902 # else 903 # croak "Project has not been configured - boomake is missing" 904 # fi 905 # cd $PUSHDIR 906 906 carp "Processing project in zlib..." 907 907 PUSHDIR=`pwd` 908 908 cd zlib … … 936 936 croak "Project has not been configured - boomake is missing" 937 937 fi 938 938 cd $PUSHDIR 939 carp "Processing project in apr..."940 PUSHDIR=`pwd`941 cd apr942 if [ -f boomake ]; then943 sh boomake install || croak944 else945 croak "Project has not been configured - boomake is missing"946 fi947 cd $PUSHDIR948 carp "Processing project in pcre..."949 PUSHDIR=`pwd`950 cd pcre951 if [ -f boomake ]; then952 sh boomake install || croak953 else954 croak "Project has not been configured - boomake is missing"955 fi956 cd $PUSHDIR939 # carp "Processing project in apr..." 940 # PUSHDIR=`pwd` 941 # cd apr 942 # if [ -f boomake ]; then 943 # sh boomake install || croak 944 # else 945 # croak "Project has not been configured - boomake is missing" 946 # fi 947 # cd $PUSHDIR 948 # carp "Processing project in pcre..." 949 # PUSHDIR=`pwd` 950 # cd pcre 951 # if [ -f boomake ]; then 952 # sh boomake install || croak 953 # else 954 # croak "Project has not been configured - boomake is missing" 955 # fi 956 # cd $PUSHDIR 957 957 carp "Processing project in zlib..." 958 958 PUSHDIR=`pwd` 959 959 cd zlib … … 991 991 croak "Project has not been configured - boomake is missing" 992 992 fi 993 993 cd $PUSHDIR 994 carp "Processing project in apr..."995 PUSHDIR=`pwd`996 cd apr997 if [ -f boomake ]; then998 sh boomake regen || croak999 else1000 croak "Project has not been configured - boomake is missing"1001 fi1002 cd $PUSHDIR1003 carp "Processing project in pcre..."1004 PUSHDIR=`pwd`1005 cd pcre1006 if [ -f boomake ]; then1007 sh boomake regen || croak1008 else1009 croak "Project has not been configured - boomake is missing"1010 fi1011 cd $PUSHDIR994 # carp "Processing project in apr..." 995 # PUSHDIR=`pwd` 996 # cd apr 997 # if [ -f boomake ]; then 998 # sh boomake regen || croak 999 # else 1000 # croak "Project has not been configured - boomake is missing" 1001 # fi 1002 # cd $PUSHDIR 1003 # carp "Processing project in pcre..." 1004 # PUSHDIR=`pwd` 1005 # cd pcre 1006 # if [ -f boomake ]; then 1007 # sh boomake regen || croak 1008 # else 1009 # croak "Project has not been configured - boomake is missing" 1010 # fi 1011 # cd $PUSHDIR 1012 1012 carp "Processing project in zlib..." 1013 1013 PUSHDIR=`pwd` 1014 1014 cd zlib … … 1058 1058 croak "Project has not been configured - boomake is missing" 1059 1059 fi 1060 1060 cd $PUSHDIR 1061 carp "Processing project in apr..."1062 PUSHDIR=`pwd`1063 cd apr1064 if [ -f boomake ]; then1065 sh boomake test || croak1066 else1067 croak "Project has not been configured - boomake is missing"1068 fi1069 cd $PUSHDIR1070 carp "Processing project in pcre..."1071 PUSHDIR=`pwd`1072 cd pcre1073 if [ -f boomake ]; then1074 sh boomake test || croak1075 else1076 croak "Project has not been configured - boomake is missing"1077 fi1078 cd $PUSHDIR1061 # carp "Processing project in apr..." 1062 # PUSHDIR=`pwd` 1063 # cd apr 1064 # if [ -f boomake ]; then 1065 # sh boomake test || croak 1066 # else 1067 # croak "Project has not been configured - boomake is missing" 1068 # fi 1069 # cd $PUSHDIR 1070 # carp "Processing project in pcre..." 1071 # PUSHDIR=`pwd` 1072 # cd pcre 1073 # if [ -f boomake ]; then 1074 # sh boomake test || croak 1075 # else 1076 # croak "Project has not been configured - boomake is missing" 1077 # fi 1078 # cd $PUSHDIR 1079 1079 carp "Processing project in zlib..." 1080 1080 PUSHDIR=`pwd` 1081 1081 cd zlib