From: Marty Connor Date: Fri, 2 Mar 2007 16:25:42 +0000 (+0000) Subject: Add warning about formats that are not working until we fix them X-Git-Tag: v0.9.3~452 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=969642dca6bbae7c2db0c7ad0c4f525896fbaa26;p=thirdparty%2Fipxe.git Add warning about formats that are not working until we fix them --- diff --git a/src/Makefile b/src/Makefile index 1a9389f62..2dd2a8d72 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/. ' + @echo ' make bin/. ' @echo - @echo 'where is one of [z]{$(MEDIA) }' + @echo 'where is one of {$(MEDIA) }' @echo @echo 'or: ' @echo - @echo ' $(MAKE) alls' + @echo ' make alls' @echo @echo 'to generate all possible images of format ' @echo