]> git.ipfire.org Git - thirdparty/make.git/commit
[SV 49114] Remove support for the NO_FLOAT compile flag.
authorPaul Smith <psmith@gnu.org>
Sun, 18 Dec 2016 17:43:18 +0000 (12:43 -0500)
committerPaul Smith <psmith@gnu.org>
Mon, 26 Dec 2016 14:01:58 +0000 (09:01 -0500)
commit72af7ce8aff003ab81f46d71faab3e51bcb78322
tree1a71f44411303dbb6cb4aa842471c6dc6e6eee4f
parente4a9c9b82583dc62af082f42617775a90a7f6fe8
[SV 49114] Remove support for the NO_FLOAT compile flag.

* makeint.h (max_load_average): Always a double.
* main.c (max_load_average, default_load_average): Always doubles.
(switches): -l option is a "floating" format.
(decode_switches, define_makeflags): Support "floating" format.
* remake.c (f_mtime): Show time skew as double.
* rule.c (print_rule_data_base): Show percentages as double.
* Makefile.ami, README.DOS.template, SMakefile.template: Remove
references to NO_FLOAT.
* SCOPTIONS, glob/SCOPTIONS: Remove NO_FLOAT settings.
Makefile.ami
README.DOS.template
SCOPTIONS
SMakefile.template
glob/SCOPTIONS
hash.c
main.c
makeint.h
remake.c
rule.c