We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daf1eb6 commit f73c19fCopy full SHA for f73c19f
Makefile
@@ -436,8 +436,8 @@ clean-docs: ./docs/ ./docs/Makefile
436
$(QUIET)$(WAIT) ;
437
438
./docs/:
439
- $(QUIET)test -d "$@" || DO_FAIL="exit 77" ; # set fail if can't verify directory
440
- $(QUIET)test -e "$@" || DO_FAIL="exit 69" ; # overwrite exitcode if does not exsist.
+ $(QUIET)test -d "$@" || DO_FAIL="exit 77" ; # 77: Permission denied - can't verify directory.
+ $(QUIET)test -e "$@" || DO_FAIL="exit 69" ; # 69: [Docs] Service unavailable - does not exist.
441
$(QUIET)$(DO_FAIL) ;
442
443
./docs/Makefile: ./docs/
0 commit comments