SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
13
devel/msp430/gdb/patches/patch-gdb_Makefile_in
Normal file
13
devel/msp430/gdb/patches/patch-gdb_Makefile_in
Normal file
|
@ -0,0 +1,13 @@
|
|||
Don't install the xml syscall files which only contain Linux' syscalls.
|
||||
|
||||
--- gdb/Makefile.in.orig Thu Sep 1 19:30:12 2011
|
||||
+++ gdb/Makefile.in Thu Sep 1 19:30:12 2011
|
||||
@@ -1004,7 +1004,7 @@ install: all install-only
|
||||
|
||||
# The "install-only" target also installs the syscalls' XML files in
|
||||
# the system.
|
||||
-install-only: $(CONFIG_INSTALL) xml-syscall-install
|
||||
+install-only: $(CONFIG_INSTALL)
|
||||
transformed_name=`t='$(program_transform_name)'; \
|
||||
echo gdb | sed -e "$$t"` ; \
|
||||
if test "x$$transformed_name" = x; then \
|
Loading…
Add table
Add a link
Reference in a new issue