Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: Do *.am.inc substitutions from make correctly #1291

Closed

Conversation

dbnicholson
Copy link
Member

The string needs to be escaped with a $ since we want to replace the
literal string $(path). Without this make will run the command with the
value of the variable, which won't match anything in the input Makefile
stub.

CC @smcv

The string needs to be escaped with a $ since we want to replace the
literal string $(path). Without this make will run the command with the
value of the variable, which won't match anything in the input Makefile
stub.
@smcv
Copy link
Contributor

smcv commented Oct 18, 2017

Looks good to me.

@cgwalters
Copy link
Member

@rh-atomic-bot r=smcv db52d73

@rh-atomic-bot
Copy link

⚡ Test exempted: pull fully rebased and already tested.

@dbnicholson dbnicholson deleted the really-fix-makefile-inc-subs branch November 8, 2017 18:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants