| f54b6980 | 15-Jul-2019 |
Jed Brown <jed@jedbrown.org> |
Makefiles: remove TARGET_ARCH
TARGET_ARCH is predefined in these rules (see make -p -f/dev/null) and is intended to be used with options like -march=armv8.5-a, but Cygwin environments apparently def
Makefiles: remove TARGET_ARCH
TARGET_ARCH is predefined in these rules (see make -p -f/dev/null) and is intended to be used with options like -march=armv8.5-a, but Cygwin environments apparently define TARGET_ARCH in a way that is syntactically incorrect when used this way.
Reported-by: Barry Smith <bsmith@mcs.anl.gov>
show more ...
|
| 339b7ff0 | 01-Jun-2019 |
Patrick Sanan <patrick.sanan@gmail.com> |
makefile: remove "exercises" target
The exercises target doesn't appear to be functional (or used), so remove it.
Also remove "pageform.txt" from the "clean-legacy" rule, since this seems to be the
makefile: remove "exercises" target
The exercises target doesn't appear to be functional (or used), so remove it.
Also remove "pageform.txt" from the "clean-legacy" rule, since this seems to be the only place it would be generated.
show more ...
|