Created
August 7, 2010 15:19
-
-
Save rgngl/512890 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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