Searched defs:DEV_NULL (Results 1 - 1 of 1) sorted by relevance
/openjdk7/langtools/make/ | ||
H A D | Makefile | 46 DEV_NULL = NUL macro 48 DEV_NULL = /dev/null macro 57 $(shell cygpath -a -s -m $1 2> $(DEV_NULL)) 61 $(shell cd $1 2> $(DEV_NULL) && pwd) |
Completed in 4335 milliseconds