The information in this article applies to:
SYMPTOMSThe "!" command modifier in a macro substitution does not work as expected. A "too many parameters" warning may also occur. CAUSEEither the $** or $? macro is modified using a macro substitution or it is placed in another macro. STATUSThis behavior is expected. The "!" modifier is designed to work with the $** and $? macros without any modifications. MORE INFORMATION
The "!" modifier executes the specified command once for each specified
dependent file. It uses the $** and $? predefined macros to determine the
dependents. The error occurs when the $** or $? macro is modified or when
the macro is placed in another macro.
Sample Makefile
Additional query words: 1.20 1.30 1.40 1.50
Keywords : |
Last Reviewed: October 27, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |