libvmm
libvmm copied to clipboard
Remove export override directives, remove unnecessary export directives
This PR is an extension of the sDDF PR here (https://github.com/au-ts/sddf/pull/423).
This PR removes all export override directives from our makefiles, as discussed here #337.
It was found that export override is not syntactically correct in older versions of GNU make, which happen to be the default for MacOS. Also, the variables which it was being applied to were mandatory environment or command line variables, therefore the export had no effect.