On Thu, Feb 14, 2019 at 06:50:34AM -0800, William Casarin wrote: > Jules Maselbas <[email protected]> writes: > > >> config.h isn't getting copied when config.def.h changes > > > > You're going to loose your config.h after a an update of config.def.h ! > > I prefer the build to fail over having my config.h erased. > > That makes sense. I have been modifying config.def.h directly but I > guess people copy it over once and then modify config.h afterwards. > > This change would be a bummer for people who don't have their config in > revision control... > > Thanks! >
The current config.def.h rule is intentional. config.def.h are the defaults. You should change the config.h. -- Kind regards, Hiltjo
