From dc5aa2c1d4fe9a7773ab8ba5d89aeba33a94d150 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Tue, 22 Jan 2019 07:33:15 +0100 Subject: [PATCH] examples/bindist: cleanup and fix formatting in README --- examples/bindist/README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/examples/bindist/README.md b/examples/bindist/README.md index b2b85a55ba..f5f7278ecd 100644 --- a/examples/bindist/README.md +++ b/examples/bindist/README.md @@ -20,20 +20,20 @@ compiled and linked binary, bindist.a, abc.a and Makefiles. In order to recompile RIOT, adjust "RIOTBASE" in Makefile to point to a RIOT source checkout, then call "make check_bindist". -RIOT will be build as usual, but just take the pre-compiled bindist.a and -abc.a. Their source is not necessary. The resulting binary will then be -compared with te precompiled "bindist.elf" (using md5sum) and the result gets -printed. If the same RIOT source tree and build environment (compiler version, +RIOT will be built as usual, but just take the pre-compiled bindist.a and +abc.a. Their source is not necessary. The resulting binary will then be +compared with the precompiled "bindist.elf" (using md5sum) and the result gets +printed. If the same RIOT source tree and build environment (compiler version, etc.) was used, the binaries should match. Step-by-step: -1. # cd /examples/bindist -2. # make all -3. # make bindist -4. # cd bindist -5. ../../..) -6. # make check_bindist + $ cd /examples/bindist + $ make all + $ make bindist + $ cd bindist + ../../..) + $ make check_bindist ## Needed Makefile changes