Browse Source

gdb: fixed to not leak info files.

master
Nagy Károly Gábriel 8 years ago
parent
commit
f36951a92b
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      develop/gdb/gdb.conf

+ 2
- 2
develop/gdb/gdb.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../gdb/gdb.conf
# Copyright (C) 2013 The OpenSDE Project
# Copyright (C) 2013 - 2015 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf
#
@ -16,7 +16,7 @@
var_remove confopt " " "--enable-shared"
var_remove confopt " " "--disable-static"
hook_add inmake 5 "eval $MAKE -C gdb/doc install-info"
hook_add inmake 5 "eval $MAKE DESTDIR=$root -C gdb/doc install-info"
pkg_gdb_postmake() {
# create directory where other packages should put gdb plugins

Loading…
Cancel
Save