Skip to content

v2.0.x Chore - improve makefile comments to align with CEP-8 #239

Closed
@reactive-firewall

Description

@reactive-firewall

Consider these improvements for clarity:

in Makefile

-	$(QUIET)test -d "$@" || DO_FAIL="exit 77" ;  # set fail if can't verify directory
-	$(QUIET)test -e "$@" || DO_FAIL="exit 69" ;  # overwrite exitcode if does not exsist.
+	$(QUIET)test -d "$@" || DO_FAIL="exit 77" ;  # Exit 77: Permission denied - can't verify directory
+	$(QUIET)test -e "$@" || DO_FAIL="exit 69" ;  # Exit 69: Service unavailable - directory does not exist

Metadata

Metadata

Labels

ChoreMiscellaneous chores to maintain the projectConfigsImprovements or additions to configurationMake LangChanges to makefilesMulticastAny main project file changesdocumentationImprovements or additions to documentation

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions