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

Remove redundant call to mkdir #13

Merged
merged 1 commit into from
Apr 10, 2018
Merged

Remove redundant call to mkdir #13

merged 1 commit into from
Apr 10, 2018

Conversation

jubalh
Copy link
Contributor

@jubalh jubalh commented Apr 10, 2018

It should be enough like this since mkdir will create all the
directories because we use the -p flag.

I guess the problem just happened because we touched a file already in a
directory that might not exist. By having:
-touch $(DESTDIR)${sysconfdir}/odbcinst.ini
before the mkdir call.

It should be enough like this since mkdir will create all the
directories because we use the `-p` flag.

I guess the problem just happened because we touched a file already in a
directory that might not exist. By having:
`-touch $(DESTDIR)${sysconfdir}/odbcinst.ini`
before the mkdir call.
@lurcher
Copy link
Owner

lurcher commented Apr 10, 2018

Yep I know, but I thought it was more obvious to the reader what it was doing the way I wrote it.

@lurcher lurcher merged commit c83d57d into lurcher:master Apr 10, 2018
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.

2 participants