Define a macro if it is not defined #2342
Answered
by
pmatilai
vhaispdeaded
asked this question in
Q&A
-
I need help understanding the syntax of defining a macro if it is not defined, as described at Macro syntax
I am trying to build the following macro:
I expect it to expand to: Am I misunderstanding the syntax? I am using RPM 4.14.3 on Red Hat Enterprise Linux 8.7. Thank you, |
Beta Was this translation helpful? Give feedback.
Answered by
pmatilai
Jan 10, 2023
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pmatilai
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
%global
itself expands to empty, not the defined value. Eg.