Lines 616-622
Link Here
|
616 |
|
616 |
|
617 |
# The target built for a native build. |
617 |
# The target built for a native build. |
618 |
.PHONY: all.normal |
618 |
.PHONY: all.normal |
619 |
all.normal: @all_build_modules@ all-host all-target |
619 |
all.normal: @all_build_modules@ all-host |
620 |
|
620 |
|
621 |
.PHONY: all-host |
621 |
.PHONY: all-host |
622 |
all-host: maybe-all-gcc \ |
622 |
all-host: maybe-all-gcc \ |
Lines 17390-17396
Link Here
|
17390 |
# Installation targets. |
17390 |
# Installation targets. |
17391 |
|
17391 |
|
17392 |
.PHONY: install uninstall |
17392 |
.PHONY: install uninstall |
17393 |
install: installdirs install-host install-target |
17393 |
install: installdirs install-host |
17394 |
|
17394 |
|
17395 |
.PHONY: install-host-nogcc |
17395 |
.PHONY: install-host-nogcc |
17396 |
install-host-nogcc: \ |
17396 |
install-host-nogcc: \ |