README: Reword cleaning the repo

Reworded cleaning the repo. The old wording did not make sense.

Change-Id: I422b3683f026e09980169aad90760c6beb3552a5
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
1 file changed
tree: 9e73868495ff7a0664d4ee7fbd048e98dc31aacc
  1. procedures/
  2. test/
  3. .gitignore
  4. bootstrap.sh
  5. cfam_access.cpp
  6. cfam_access.hpp
  7. configure.ac
  8. ext_interface.cpp
  9. ext_interface.hpp
  10. filedescriptor.cpp
  11. filedescriptor.hpp
  12. gen_makefile.sh
  13. LICENSE
  14. Makefile.am
  15. Makefile.generated.in
  16. p9_cfam.hpp
  17. proc_control.cpp
  18. README.md
  19. registration.cpp
  20. registration.hpp
  21. targeting.cpp
  22. targeting.hpp
README.md

Contains procedures that interact with the OpenPower nest chipset.

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To clean the repository run `./bootstrap.sh clean`.