Makefile: add sync_stage3 to .PHONY
This commit is contained in:
parent
9562528920
commit
bc22178119
2
Makefile
2
Makefile
|
@ -381,4 +381,4 @@ help:
|
||||||
@scripts/echo 'Example'
|
@scripts/echo 'Example'
|
||||||
@echo 'make APPLIANCE=mongodb HEADLESS=YES VIRTIO=YES stage4 qcow clean'
|
@echo 'make APPLIANCE=mongodb HEADLESS=YES VIRTIO=YES stage4 qcow clean'
|
||||||
|
|
||||||
.PHONY: qcow vmdk clean realclean distclean stage4 build-software image stage4 help appliance-list eclean sync_portage
|
.PHONY: qcow vmdk clean realclean distclean stage4 build-software image stage4 help appliance-list eclean sync_portage sync_stage3
|
||||||
|
|
Loading…
Reference in New Issue