mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-12 09:58:36 +00:00
Add nowerror and local to the list of tokens.
This commit is contained in:
parent
622c9cdd31
commit
44fcf30bdd
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=351156
@ -411,6 +411,7 @@ read_file(char *fname)
|
||||
* [ dependency "dependency-list"] [ before-depend ]
|
||||
* [ clean "file-list"] [ warning "text warning" ]
|
||||
* [ obj-prefix "file prefix"]
|
||||
* [ nowerror ] [ local ]
|
||||
*/
|
||||
wd = get_word(fp);
|
||||
if (wd == (char *)EOF) {
|
||||
|
Loading…
Reference in New Issue
Block a user