Home | History | Annotate | Download | only in tools

Lines Matching refs:PKGNAME

485     local PKGNAME=$1
488 if [ ! -f $STAMP_DIR/$PKGNAME ]; then
490 mkdir -p $BUILD_DIR/$PKGNAME &&
491 cd $BUILD_DIR/$PKGNAME &&
493 log "$PKGNAME: Configuring" &&
494 run $SRC_DIR/$PKGNAME/configure "$@"
495 fail_panic "Can't configure $PKGNAME !!"
497 log "$PKGNAME: Building" &&
499 fail_panic "Can't build $PKGNAME !!"
501 log "$PKGNAME: Installing" &&
503 fail_panic "Can't install $PKGNAME"
505 touch $STAMP_DIR/$PKGNAME
532 local PKGNAME=$1
533 echo "$STAMP_DIR/$PKGNAME"
534 if [ ! -f "$STAMP_DIR/$PKGNAME" ]; then
536 mkdir -p $BUILD_DIR/$PKGNAME &&
537 cd $BUILD_DIR/$PKGNAME &&
538 PKGNAME: Configuring" &&
541 log "$PKGNAME: Installing" &&
544 touch $STAMP_DIR/$PKGNAME
551 local PKGNAME=$1
552 if [ ! -f "$STAMP_DIR/$PKGNAME" ]; then
560 mkdir -p $BUILD_DIR/$PKGNAME &&
561 cd $BUILD_DIR/$PKGNAME &&
562 log "$PKGNAME: Configuring" &&
568 log "$PKGNAME: Installing" &&
576 touch $STAMP_DIR/$PKGNAME
585 local PKGNAME=$1
588 if [ ! -f "$STAMP_DIR/core-$PKGNAME" ]; then
590 mkdir -p $BUILD_DIR/$PKGNAME &&
591 cd $BUILD_DIR/$PKGNAME &&
593 log "core-$PKGNAME: Configuring" &&
594 run $SRC_DIR/$PKGNAME/configure "$@"
595 fail_panic "Can't configure $PKGNAME !!"
597 log "core-$PKGNAME: Building" &&
599 fail_panic "Can't build $PKGNAME !!"
601 log "core-$PKGNAME: Installing" &&
603 fail_panic "Can't install $PKGNAME"
605 touch $STAMP_DIR/core-$PKGNAME
613 local PKGNAME=$1
616 if [ ! -f $STAMP_DIR/$PKGNAME ]; then
618 mkdir -p $BUILD_DIR/$PKGNAME &&
619 cd $BUILD_DIR/$PKGNAME &&
621 log "$PKGNAME: Configuring" &&
623 fail_panic "Can't configure $PKGNAME !!"
625 log "$PKGNAME: Building" &&
627 fail_panic "Can't build $PKGNAME !!"
629 log "$PKGNAME: Installing" &&
631 fail_panic "Can't install $PKGNAME"
633 touch $STAMP_DIR/$PKGNAME
640 local PKGNAME=$1
643 if [ ! -f "$STAMP_DIR/libgcc-$PKGNAME" ]; then
647 cd $BUILD_DIR/$PKGNAME &&
649 log "libgcc-$PKGNAME: Building" &&
651 fail_panic "Can't build libgcc-$PKGNAME !!"
653 log "libgcc-$PKGNAME: Installing" &&
655 fail_panic "Can't install libgcc-$PKGNAME"
658 touch "$STAMP_DIR/libgcc-$PKGNAME"