Lines Matching refs:nbmake
1785 # * Failing that, search for ${toolprefix}make, nbmake, bmake, or make,
1803 # ${toolprefix}make, nbmake, bmake, or make.
1806 : ${possible_make:=$(find_in_PATH nbmake '')}
1840 # Rebuild nbmake in a temporary directory if necessary. Sets $make
1841 # to a path to the nbmake executable. Sets done_rebuildmake=true
1842 # if nbmake was rebuilt.
1844 # There is a cyclic dependency between building nbmake and choosing
1847 # use getmakevar before we have an up to date version of nbmake; we
1848 # might already have an up to date version of nbmake in TOOLDIR, but we
1858 # 1. build a new version of nbmake in a temporary directory;
1859 # 2. use the temporary nbmake to create the top level obj directory;
1860 # 3. use $(getmakevar TOOLDIR) with the temporary nbmake to
1862 # 4. move the temporary nbmake to ${TOOLDIR}/bin/nbmake.
1864 # However, people don't like building nbmake unnecessarily if their
1866 # rebuilding a temporary version of nbmake by taking some shortcuts to
1867 # guess a value for TOOLDIR, looking for an existing version of nbmake
1868 # in that TOOLDIR, and checking whether that nbmake is newer than the