mirror of
https://github.com/mirror/make.git
synced 2026-08-10 01:48:12 +00:00
If -R is given on the command line it implies -r as well; make this same assumption if -R is provided in MAKEFLAGS set in the makefile. * src/main.c (main): Check no_builtin_variables_flag after reading makefiles. * tests/scripts/options/dash-r: Add a test.