Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tabbed conditionals seem to be unsupported in make (or at least the make version i have locally). when using tabs to indent the ifndef for ASCONFIG i get the following error. ```shell AKSCONFIG=abc make sv-cluster Makefile:41: *** "Must set AKSCONFIG". Stop ``` in order to not start an argument about "tabs vs spaces" and about "how many spaces", i removed the tabs. the makefile syntax seems to be fine with it.
- Loading branch information