Skip to content

Commit f73c19f

Browse files
[DOCUMENTATION] Tweaked the comments in the Makefile to align with CEP-8 (- WIP #239 -)
Changes in file Makefile: * minor change to comments
1 parent daf1eb6 commit f73c19f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -436,8 +436,8 @@ clean-docs: ./docs/ ./docs/Makefile
436436
$(QUIET)$(WAIT) ;
437437

438438
./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.
439+
$(QUIET)test -d "$@" || DO_FAIL="exit 77" ; # 77: Permission denied - can't verify directory.
440+
$(QUIET)test -e "$@" || DO_FAIL="exit 69" ; # 69: [Docs] Service unavailable - does not exist.
441441
$(QUIET)$(DO_FAIL) ;
442442

443443
./docs/Makefile: ./docs/

0 commit comments

Comments
 (0)