Build: fix makefile to work with new script path
parent
4a472d7882
commit
4d2afed06d
|
@ -133,7 +133,7 @@ ifdef CONFIG
|
||||||
endif
|
endif
|
||||||
|
|
||||||
default:
|
default:
|
||||||
$(MAKE) `./build-support/factor.sh make-target`
|
$(MAKE) `./build.sh make-target`
|
||||||
|
|
||||||
help:
|
help:
|
||||||
@echo "Run '$(MAKE)' with one of the following parameters:"
|
@echo "Run '$(MAKE)' with one of the following parameters:"
|
||||||
|
|
2
build.sh
2
build.sh
|
@ -484,7 +484,7 @@ git_fetch_factorcode() {
|
||||||
invoke_git fetch "$GIT_URL" master
|
invoke_git fetch "$GIT_URL" master
|
||||||
|
|
||||||
if update_script_changed; then
|
if update_script_changed; then
|
||||||
$ECHO "Updating and restarting the factor.sh script..."
|
$ECHO "Updating and restarting the build.sh script..."
|
||||||
update_script
|
update_script
|
||||||
else
|
else
|
||||||
$ECHO "Updating the working tree..."
|
$ECHO "Updating the working tree..."
|
||||||
|
|
Loading…
Reference in New Issue