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.
1 parent 9ee5a38 commit d23e312Copy full SHA for d23e312
configure
@@ -266,7 +266,7 @@ linux()
266
BUILD_PATH="$BUILD_PATH/$BUILD_PATH_POSTFIX"
267
if [ -d $BUILD_PATH ]
268
then
269
- echo "Build directory $BUILD_PATH already exists (aborting -> run make mrpropper to run a clean configure)"
+ echo "Build directory $BUILD_PATH already exists (aborting -> run 'make mrproper' to run a clean configure)"
270
exit -1
271
else
272
mkdir $BUILD_PATH
0 commit comments