Home | History | Annotate | Download | only in x86_64-w64-mingw32-4.8

Lines Matching refs:PKGNAME

508     local PKGNAME=$1
511 if [ ! -f $STAMP_DIR/$PKGNAME ]; then
513 mkdir -p $BUILD_DIR/$PKGNAME &&
514 cd $BUILD_DIR/$PKGNAME &&
516 log "$PKGNAME: Configuring" &&
517 run $SRC_DIR/$PKGNAME/configure "$@"
518 fail_panic "Can't configure $PKGNAME !!"
520 log "$PKGNAME: Building" &&
522 fail_panic "Can't build $PKGNAME !!"
524 log "$PKGNAME: Installing" &&
526 fail_panic "Can't install $PKGNAME"
528 touch $STAMP_DIR/$PKGNAME
555 local PKGNAME=$1
556 echo "$STAMP_DIR/$PKGNAME"
557 if [ ! -f "$STAMP_DIR/$PKGNAME" ]; then
559 mkdir -p $BUILD_DIR/$PKGNAME &&
560 cd $BUILD_DIR/$PKGNAME &&
561 log "$PKGNAME: Configuring" &&
564 log "$PKGNAME: Installing" &&
567 touch $STAMP_DIR/$PKGNAME
574 local PKGNAME=$1
575 if [ ! -f "$STAMP_DIR/$PKGNAME" ]; then
583 mkdir -p $BUILD_DIR/$PKGNAME &&
584 cd $BUILD_DIR/$PKGNAME &&
585 log "$PKGNAME: Configuring" &&
591 log "$PKGNAME: Installing" &&
599 touch $STAMP_DIR/$PKGNAME
608 local PKGNAME=$1
611 if [ ! -f "$STAMP_DIR/core-$PKGNAME" ]; then
613 mkdir -p $BUILD_DIR/$PKGNAME &&
614 cd $BUILD_DIR/$PKGNAME &&
616 log "core-$PKGNAME: Configuring" &&
617 run $SRC_DIR/$PKGNAME/configure "$@"
618 fail_panic "Can't configure $PKGNAME !!"
620 log "core-$PKGNAME: Building" &&
622 fail_panic "Can't build $PKGNAME !!"
624 log "core-$PKGNAME: Installing" &&
626 fail_panic "Can't install $PKGNAME"
628 touch $STAMP_DIR/core-$PKGNAME
636 local PKGNAME=$1
639 if [ ! -f $STAMP_DIR/$PKGNAME ]; then
641 mkdir -p $BUILD_DIR/$PKGNAME &&
642 cd $BUILD_DIR/$PKGNAME &&
644 log "$PKGNAME: Configuring" &&
646 fail_panic "Can't configure $PKGNAME !!"
648 log "$PKGNAME: Building" &&
650 fail_panic "Can't build $PKGNAME !!"
652 log "$PKGNAME: Installing" &&
654 fail_panic "Can't install $PKGNAME"
656 touch $STAMP_DIR/$PKGNAME
663 local PKGNAME=$1
666 if [ ! -f "$STAMP_DIR/libgcc-$PKGNAME" ]; then
670 cd $BUILD_DIR/$PKGNAME &&
672 log "libgcc-$PKGNAME: Building" &&
674 fail_panic "Can't build libgcc-$PKGNAME !!"
676 log "libgcc-$PKGNAME: Installing" &&
678 fail_panic "Can't install libgcc-$PKGNAME"
681 touch "$STAMP_DIR/libgcc-$PKGNAME"