remove outdated file

The `.build.sh` references ubuntu 2015 and is not likely used anymore,
so remove it.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Ie7f24c7442c2b8c5189db29ee722fc8460681934
1 file changed
tree: 84b95b95a2c075af2e849363d3f1aece95983d3e
  1. .shellcheck
  2. .travis.yml
  3. bootstrap.sh
  4. btbridged.c
  5. btbridged.service
  6. configure.ac
  7. LICENSE
  8. Makefile.am
  9. org.openbmc.HostIpmi.conf
  10. OWNERS
  11. README.md
README.md

To Build

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`.