Fix default for .MAKE.SAVE_DOLLARS
NetBSD make defaults this to "yes", bmake defauts it to "no" to retain the traditional behavior. The default is dealt with in bmake's Makefile but that does not address boot-strap. For now, just change the ifdef in main. PR: 294436
This commit is contained in:
@@ -1315,7 +1315,7 @@ ReadFirstDefaultMakefile(void)
|
||||
}
|
||||
|
||||
#ifndef MAKE_SAVE_DOLLARS_DEFAULT
|
||||
# define MAKE_SAVE_DOLLARS_DEFAULT "yes"
|
||||
# define MAKE_SAVE_DOLLARS_DEFAULT "no"
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user