We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 50c1b73 + f286dde commit c2857f9Copy full SHA for c2857f9
Makefile.in
@@ -203,9 +203,9 @@ build-sim: $(SIM_STAMP)
203
stamps/check-write-permission:
204
mkdir -p $(INSTALL_DIR)/.test || \
205
(echo "Sorry, you don't have permission to write to" \
206
- "'$(INSTALL_DIR)', use --prefix to specify" \
207
- "another path, or use 'sudo make' if you *REALLY* want to" \
208
- "install into '$(INSTALL_DIR)'" && exit 1)
+ "'$(INSTALL_DIR)'. Please make sure that the location is " \
+ "writable or use --prefix to specify another destination.'" \
+ && exit 1)
209
rm -r $(INSTALL_DIR)/.test
210
mkdir -p $(dir $@) && touch $@
211
0 commit comments