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

Fix running make -C build docker #1358

Merged
merged 1 commit into from Apr 20, 2024
Merged

Conversation

arichardson
Copy link
Contributor

Without this change I get the following error:
docker: Error response from daemon: create .: volume name is too short, names should be at least two alphanumeric characters.

After fixing that by using pwd, I get the following (the w flag is added due to -C build): make: *** No rule to make target 'w' Fix this by using -$(MAKEFLAGS). I confirmed that both make -C build docker -j4 and cd build && make docker -j4 work.

Without this change I get the following error:
`docker: Error response from daemon: create .: volume name is too short,
names should be at least two alphanumeric characters.`

After fixing that by using `pwd`, I get the following (the w flag is
added due to `-C build`): `make: *** No rule to make target 'w'`
Fix this by using -$(MAKEFLAGS). I confirmed that both
`make -C build docker -j4` and `cd build && make docker -j4` work.
@aswaterman aswaterman merged commit 444609c into riscv:main Apr 20, 2024
2 checks passed
@arichardson arichardson deleted the fix-make-docker branch April 20, 2024 20:12
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.

None yet

2 participants