Searched defs:LGREP (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/intel/nsmb/
H A DMakefile75 # return value checks, so filter those out like LGREP.2 does.
76 LGREP.nsmb = egrep -v ' ignored: (mb_init|mb_put|md_get)'
77 LTAIL += 2>&1 | $(LGREP.2) | $(LGREP.nsmb) || true
/illumos-gate/usr/src/uts/intel/smbfs/
H A DMakefile75 # return value checks, so filter those out like LGREP.2 does.
76 LGREP.nsmb = egrep -v ' ignored: (mb_init|mb_put|md_get)'
77 LTAIL += 2>&1 | $(LGREP.2) | $(LGREP.nsmb) || true
/illumos-gate/usr/src/uts/sparc/smbfs/
H A DMakefile75 # return value checks, so filter those out like LGREP.2 does.
76 LGREP.nsmb = egrep -v ' ignored: (mb_init|mb_put|md_get)'
77 LTAIL += 2>&1 | $(LGREP.2) | $(LGREP.nsmb) || true
/illumos-gate/usr/src/uts/sparc/nsmb/
H A DMakefile99 # return value checks, so filter those out like LGREP.2 does.
100 LGREP.nsmb = egrep -v ' ignored: (mb_init|mb_put|md_get)'
101 LTAIL += 2>&1 | $(LGREP.2) | $(LGREP.nsmb) || true
/illumos-gate/usr/src/uts/intel/
H A DMakefile147 LGREP.intel = grep -v 'intel/io/acpica'
160 @-$(LINT) $(LINTFLAGS) $(LINT_LIBS) 2>&1 | $(LGREP.intel) | $(LGREP.2)

Completed in 71 milliseconds