Index: trunk/i386/boot2/Makefile =================================================================== --- trunk/i386/boot2/Makefile (revision 904) +++ trunk/i386/boot2/Makefile (revision 905) @@ -131,14 +131,15 @@ @${RM} $(SYMROOT)/boot2.sys - @##size $(SYMROOT)/boot.sys - @ls -l $(SYMROOT)/boot @( size=`ls -l $(SYMROOT)/boot | awk '{ print $$5}'` ; \ if expr "$$size" ">" "$(MAXBOOTSIZE)" > /dev/null ;\ then \ + echo "\t******* boot is $$size bytes *******"; \ echo "Booter executable larger than $(MAXBOOTSIZE) bytes" ;\ rm $(SYMROOT)/boot ;\ exit 1;\ + else \ + echo "\t******* boot is $$size bytes *******"; \ fi)