[BACK]Return to build.sh CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/build.sh between version 1.316 and 1.317

version 1.316, 2017/04/08 18:22:35 version 1.317, 2017/10/02 15:40:00
Line 1441  sanitycheck()
Line 1441  sanitycheck()
                 fi                  fi
                 ;;                  ;;
         esac          esac
   
           if [ ${MKX11-no} = "yes" ]; then
                   test -d ${X11SRCDIR-/usr/xsrc} || bomb "Asked to build X11 but no xsrc"
           fi
 }  }
   
 # print_tooldir_make --  # print_tooldir_make --
 # Try to find and print a path to an existing  # Try to find and print a path to an existing
 # ${TOOLDIR}/bin/${toolprefix}program  # ${TOOLDIR}/bin/${toolprefix}program

Legend:
Removed from v.1.316  
changed lines
  Added in v.1.317

CVSweb <webmaster@jp.NetBSD.org>