Home | History | Annotate | Download | only in mk

Lines Matching refs:then

144 	if [ ${PKGTOOLS_VERSION} -lt ${PKGTOOLS_REQD} ]; then		\
236 if [ "X$$found" != "X" -a "X$$found" != "X${PKGNAME}" ]; then \
247 if [ ! -d ${PKGREPOSITORY} ]; then \
249 if [ $$? -ne 0 ]; then \
254 if ${PKG_CREATE} ${PKG_ARGS_BINPKG} ${PKGFILE}; then \
268 if [ ! -d ${PACKAGES}/$$cat ]; then \
270 if [ $$? -ne 0 ]; then \
358 if [ "$$found" != "" ]; then \
365 if [ "$$found" != "" ]; then \
404 @if [ -f ${PKGFILE} ] ; then \
441 if ${PACKAGE_DEPENDS_WITH_PATTERNS}; then \
444 if cd $$dir 2>/dev/null; then \
450 if ${PACKAGE_DEPENDS_QUICK} ; then \
453 if cd $$dir 2>/dev/null; then \
547 then \
552 if [ ! -d ${PKG_DBDIR} ]; then \
565 if [ -f $$f ]; then \
582 if [ ! -d ${PKG_DBDIR}/${PKGNAME} ]; then \
590 if ${TEST} -e ${SIZE_PKG_FILE}; then \
593 if ${TEST} -e ${SIZE_ALL_FILE}; then \
596 if [ -n "${PKG_INSTALL_FILE}" ]; then \
597 if ${TEST} -e ${PKG_INSTALL_FILE}; then \
601 if [ -n "${PKG_DEINSTALL_FILE}" ]; then \
602 if ${TEST} -e ${PKG_DEINSTALL_FILE}; then \
606 if [ -n "${MESSAGE_FILE}" ]; then \
607 if ${TEST} -e ${MESSAGE_FILE}; then \
614 if [ `${ECHO} $$realdep | wc -w` -gt 1 ]; then \
622 if ${TEST} -z "$$realdep"; then \
624 elif [ -d ${PKG_DBDIR}/$$realdep ]; then \
625 if ${TEST} ! -e ${PKG_DBDIR}/$$realdep/+REQUIRED_BY; then \