Re: make ChangeLog NEWS main.c read.c variable.c va...
Boris Kolpackov <[email protected]>
| Newsgroups | gmane.comp.gnu.make.devel |
|---|---|
| Organization | Code Synthesis Tools CC |
| Message-ID | <[email protected]> |
Hi Paul, Paul D. Smith <[email protected]> writes: > Would it make sense to allow multiple variables to be undefined at > once, in the same line, similar to how "export" works? Then something like this won't work: define one two three endef undefine one two While it is a corner case, I tried to keep undefine consistent with define. Boris