Skip to content
Snippets Groups Projects
Select Git revision
  • c8d351b1bf592046cef7dc48d84eb10a1ba93993
  • master default protected
  • v0.10.0
  • v0.10.0-rc2
  • v0.10.0-rc1
  • v0.9.0
  • v0.9.0-rc1
  • v0.8.0
  • v0.8.0-rc2
  • v0.8.0-rc1
  • v0.7.0
  • v0.7.0-rc2
  • v0.7.0-rc1
  • v0.6.1
  • v0.6.0
  • v0.6.0-rc2
  • v0.6.0-rc1
  • v0.5.0
  • v0.5.0-rc2
  • v0.5.0-rc1
  • v0.4.0
  • v0.4.0-rc2
22 results

common.mk

Blame
    • Andreas Fritiofson's avatar
      619b8383
      Remove special handling of script search path on Windows · 619b8383
      Andreas Fritiofson authored
      
      On all platforms, search for scripts in
      $HOME/.openocd
      ${run_prefix}${pkgdatadir}/site
      ${run_prefix}${pkgdatadir}/scripts
      
      On Windows, set run_prefix to the runtime path of the executable, minus
      ${bindir}. This is to enable the install dir to be moved anywhere, as long
      as the structure of the install dir is kept intact. On all other platforms,
      run_prefix is empty.
      
      The script paths can now be adjusted on Windows builds the normal way; by
      overriding pkgdatadir at build time. For example, to create a Windows
      package layout of
      
      bin/openocd.exe
      scripts/interface/...
      scripts/target/...
      
      you can do
      configure --prefix= --enable-... and then
      make pkgdatadir= DESTDIR=/some/path clean all install
      
      Also, remove the unused PKGLIBDIR define.
      
      Change-Id: If2c8228fc80c598d763efad21c5f51695ff9b6cf
      Signed-off-by: default avatarAndreas Fritiofson <andreas.fritiofson@gmail.com>
      Reviewed-on: http://openocd.zylin.com/1796
      
      
      Tested-by: jenkins
      Reviewed-by: default avatarJens Bauer <jens@gpio.dk>
      Reviewed-by: default avatarSpencer Oliver <spen@spen-soft.co.uk>
      619b8383
      History
      Remove special handling of script search path on Windows
      Andreas Fritiofson authored
      
      On all platforms, search for scripts in
      $HOME/.openocd
      ${run_prefix}${pkgdatadir}/site
      ${run_prefix}${pkgdatadir}/scripts
      
      On Windows, set run_prefix to the runtime path of the executable, minus
      ${bindir}. This is to enable the install dir to be moved anywhere, as long
      as the structure of the install dir is kept intact. On all other platforms,
      run_prefix is empty.
      
      The script paths can now be adjusted on Windows builds the normal way; by
      overriding pkgdatadir at build time. For example, to create a Windows
      package layout of
      
      bin/openocd.exe
      scripts/interface/...
      scripts/target/...
      
      you can do
      configure --prefix= --enable-... and then
      make pkgdatadir= DESTDIR=/some/path clean all install
      
      Also, remove the unused PKGLIBDIR define.
      
      Change-Id: If2c8228fc80c598d763efad21c5f51695ff9b6cf
      Signed-off-by: default avatarAndreas Fritiofson <andreas.fritiofson@gmail.com>
      Reviewed-on: http://openocd.zylin.com/1796
      
      
      Tested-by: jenkins
      Reviewed-by: default avatarJens Bauer <jens@gpio.dk>
      Reviewed-by: default avatarSpencer Oliver <spen@spen-soft.co.uk>
    common.mk 300 B