david/ipxe
Archived
1
0

Add warning about formats that are not working until we fix them

This commit is contained in:
Marty Connor 2007-03-02 16:25:42 +00:00
parent 41cd529045
commit 969642dca6

View File

@ -31,15 +31,19 @@ include arch/$(ARCH)/Config
# #
noargs : noargs :
@echo '====================================================' @echo '===================================================='
@echo
@echo ' *** WARNING: THE INSTRUCTIONS BELOW DO NOT FULLY WORK YET !!! ***'
@echo ' *** PLEASE STAY TUNED ***'
@echo
@echo 'No target specified. To specify a target, do: ' @echo 'No target specified. To specify a target, do: '
@echo @echo
@echo ' $(MAKE) bin/<rom-name>.<output-format> ' @echo ' make bin/<rom-name>.<output-format> '
@echo @echo
@echo 'where <output-format> is one of [z]{$(MEDIA) }' @echo 'where <output-format> is one of {$(MEDIA) }'
@echo @echo
@echo 'or: ' @echo 'or: '
@echo @echo
@echo ' $(MAKE) all<output-format>s' @echo ' make all<output-format>s'
@echo @echo
@echo 'to generate all possible images of format <output-format>' @echo 'to generate all possible images of format <output-format>'
@echo @echo