summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorMarty Connor2007-03-02 17:25:42 +0100
committerMarty Connor2007-03-02 17:25:42 +0100
commit969642dca6bbae7c2db0c7ad0c4f525896fbaa26 (patch)
treee51a0485442cab77a562cfa6742b95f1e40dc16f /src/Makefile
parentVersion increment in preparation for release (diff)
downloadipxe-969642dca6bbae7c2db0c7ad0c4f525896fbaa26.tar.gz
ipxe-969642dca6bbae7c2db0c7ad0c4f525896fbaa26.tar.xz
ipxe-969642dca6bbae7c2db0c7ad0c4f525896fbaa26.zip
Add warning about formats that are not working until we fix them
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/Makefile b/src/Makefile
index 1a9389f6..2dd2a8d7 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -31,15 +31,19 @@ include arch/$(ARCH)/Config
#
noargs :
@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
- @echo ' $(MAKE) bin/<rom-name>.<output-format> '
+ @echo ' make bin/<rom-name>.<output-format> '
@echo
- @echo 'where <output-format> is one of [z]{$(MEDIA) }'
+ @echo 'where <output-format> is one of {$(MEDIA) }'
@echo
@echo 'or: '
@echo
- @echo ' $(MAKE) all<output-format>s'
+ @echo ' make all<output-format>s'
@echo
@echo 'to generate all possible images of format <output-format>'
@echo