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

make: don't prompt during build #352

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

hunchback
Copy link
Contributor

when I rebuild code I was getting a prompt caused when the target of a move file already exists with restricted permissions. By adding the mv -f flag I eliminate the prompt.

the sequence I ran (on an ubuntu 20.0.4 host):

./boot.sh
./configure --with-linux=/lib/modules/$(uname -r)/build
make

to reproduce the issue I am addressing run:

make

@blp
Copy link
Contributor

blp commented Mar 26, 2021

This needs a Signed-off-by (please see the patch submission documentation).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants