Lines Matching refs:make
17 # Use distributed make (dmake) by default.
18 make=${MAKE:-dmake}
50 (cd $SRC/tools && $make install)
51 (cd $SRC/common/mapfiles; $make install)
55 (cd $SRC/tools && $make clobber)
56 (cd $SRC/common/mapfiles; $make clobber)
66 (cd $SRC/uts && $make -k clobber_h)
67 (cd $SRC/head && $make clobber)
74 # Just the parts of "make sgs" we need, and
78 (cd $SRC/uts && $make -k all_h)
81 (cd $SRC/head && $make -k install_h)
85 (cd $SRC && $make rootdirs)
87 (cd $SRC/uts && $make -k install_h)
89 (cd $SRC/head && $make install_h)
92 (cd $SRC/uts/common/sys && $make -k install_h)
101 (cd $SRC/lib/$lib && $make $targ)
113 (cd $SRC/uts/$x/kgssapi && $make $targ) )
123 (cd $SRC/lib/$lib && $make $1)
129 (cd $SRC/lib/gss_mechs/mech_krb5 && unset SOURCEDEBUG && $make $1)
130 (cd $SRC/lib/gss_mechs/mech_spnego && $make $1)
139 (cd $SRC/cmd/gss && $make $1)