Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rgngl/512890 to your computer and use it in GitHub Desktop.
Save rgngl/512890 to your computer and use it in GitHub Desktop.
diff -rN old-sb-toolchain-extras/meta/device_tools/Makefile new-sb-toolchain-extras/meta/device_tools/Makefile
12c12,13
< TOOLS = fakeroot sbrsh strace gdbserver gdb
---
> #TOOLS = fakeroot sbrsh strace gdbserver gdb
> TOOLS = fakeroot sbrsh strace gdb
22c23,24
< device-tools: build-fakeroot build-sbrsh build-strace build-gdbserver
---
> #device-tools: build-fakeroot build-sbrsh build-strace build-gdbserver
> device-tools: build-fakeroot build-sbrsh build-strace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment