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

mkdir -p syntax error #1

Closed
Chadderz121 opened this issue Apr 21, 2014 · 1 comment
Closed

mkdir -p syntax error #1

Chadderz121 opened this issue Apr 21, 2014 · 1 comment
Assignees
Labels

Comments

@Chadderz121
Copy link
Owner

The -p flag on the mkdir command is not portable. This causes some systems to report a syntax error on any make command (other than clean). This can temporarily be circumvented by running

mkdir bin
mkdir bin/rmce
mkdir bin/rmcj
mkdir bin/rmcp
mkdir build
mkdir build/rmce
mkdir build/rmcj
mkdir build/rmcp

prior to building.

@Chadderz121 Chadderz121 self-assigned this Apr 21, 2014
@Chadderz121
Copy link
Owner Author

Fixed in commit 7435ba2.

Chadderz121 pushed a commit that referenced this issue Dec 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant