macros.foo
```
%xxx defined
%aaa %{?xxx:\
aaa\
}
%bbb %{?xxx:\
bbb\
}
```

```
⋊> ~ rpm --macros macros.foo --eval "%aaa" --eval "%bbb"                        
                                                                                
                                           13:08:23

aaa

%bbb
```

If you move closing curly brace of `%aaa` definition to previous line, `%bbb` 
starts expanding too.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/401#issuecomment-368480336
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to