summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update Makefile to fix concurrancy issues with libppetracepp.aRichard J. Knight2018-05-221-4/+13
| | | | | | | | | | | | | | -There is a race condition when building and linking ppetracepp.exe it is a dependancy for multiple items being build. This change makes ppetrace.exe a pre-req for the 'all' target which will force that executable and libppetraceppe.a to be build before any others. -Remove the code in cc.rules.mk which was removing the .a file before recreating it. Fixes open-power/hcode#2 Change-Id: Ic991f757eba4958abcb0e34f1cf02e0202b9dc62
* Initial hcode commitRichard J. Knight2017-10-171-0/+35
Change-Id: I2c6c9b05c6afbd7732f472ea9cf049d00c5cad45
OpenPOWER on IntegriCloud