commit | 5e6ac715611ab118d243318ea44523cc67de77c4 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Wed Oct 25 12:16:19 2017 -0700 |
committer | Patrick Venture <venture@google.com> | Wed Oct 25 12:18:40 2017 -0700 |
tree | d833a57e190903acce594fea64f0a45d44146572 | |
parent | 5914678ceaa2b070ed67b16f7c8441947f514d4d [diff] |
watchdog: split out commands I split out the watchdog command handlers into their own subordinate file from the apphandler. This reduces the size of the contents of the apphandler file, and logically cuts out code into its own files. Change-Id: Idc70acad6c93c12456cc7092786715643c9c1ffb Signed-off-by: Patrick Venture <venture@google.com>
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To full clean the repository again run ./bootstrap.sh clean
.