Hugo Melder
d46255b681
Find a compatible debugger
2022-08-02 18:35:28 +02:00
Hugo Melder
ea58b898e9
Create DEBUGGER variable
2022-08-02 16:26:35 +02:00
Richard Frith-Macdonald
789fa92246
fix typo in comment
2018-07-10 10:42:54 +01:00
Richard Frith-MacDonald
e62c615757
Changed to restructure subdirectory layout for binaries and system dependent
...
resources in a non-flattened installation. First step towards seamless
Debian multiarch support.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@39918 72102866-910b-0410-8b05-ffd578937521
2016-06-25 07:12:41 +00:00
Richard Frith-MacDonald
53158f361d
try to clarify usage a little
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@39785 72102866-910b-0410-8b05-ffd578937521
2016-05-19 10:31:25 +00:00
Richard Frith-MacDonald
53208d9512
store more configure-time flags
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@38966 72102866-910b-0410-8b05-ffd578937521
2015-09-03 14:00:19 +00:00
Richard Frith-MacDonald
cc0929dc3f
Record original LDFLAGS
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@38961 72102866-910b-0410-8b05-ffd578937521
2015-08-31 05:35:39 +00:00
Richard Frith-MacDonald
f32e15f0bf
Patch to avoid excess output by Jeroen Dekkers
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@37569 72102866-910b-0410-8b05-ffd578937521
2014-01-10 16:06:34 +00:00
Richard Frith-MacDonald
e52d298836
dd misisng CPP variable
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@36796 72102866-910b-0410-8b05-ffd578937521
2013-07-02 10:06:24 +00:00
Richard Frith-MacDonald
e4aa34680d
Don't require C++ support at configure time.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@32739 72102866-910b-0410-8b05-ffd578937521
2011-03-29 13:51:14 +00:00
Richard Frith-MacDonald
aaf363c92e
Add checks for Objective-C++ and C++ support
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@32664 72102866-910b-0410-8b05-ffd578937521
2011-03-21 08:48:20 +00:00
Richard Frith-MacDonald
b40642190b
improve debug
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@32468 72102866-910b-0410-8b05-ffd578937521
2011-03-06 05:39:33 +00:00
Richard Frith-MacDonald
92da6167cc
Performance optimisation
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@32256 72102866-910b-0410-8b05-ffd578937521
2011-02-21 09:26:43 +00:00
Richard Frith-MacDonald
883d7c1ecb
Improve reliability
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@32205 72102866-910b-0410-8b05-ffd578937521
2011-02-18 16:27:22 +00:00
Nicola Pero
e19cc0a84c
Fixed bug in gnustep-config that would print spurious output when invoked in some conditions
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@27413 72102866-910b-0410-8b05-ffd578937521
2008-12-24 17:42:06 +00:00
Nicola Pero
8cd003b26a
Added new gnustep-config option --installation-domain=xxx to print the default installation domain for a certain package as configured in the installation-domains.conf file
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@27412 72102866-910b-0410-8b05-ffd578937521
2008-12-24 17:05:18 +00:00
Richard Frith-MacDonald
5123ebd625
Fix for #23618
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@26676 72102866-910b-0410-8b05-ffd578937521
2008-06-17 18:17:09 +00:00
Nicola Pero
8dc6848ea5
Removed mention of GNUSTEP_USER_DIR from gnustep-config; it is obsolete
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@25939 72102866-910b-0410-8b05-ffd578937521
2008-01-14 10:22:23 +00:00
Adam Fedor
6ef7c3e512
Update license to GPL 3
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@25539 72102866-910b-0410-8b05-ffd578937521
2007-10-30 14:18:41 +00:00
Nicola Pero
375f33aba3
Fixed copyright notices to tell the user they can read the GPL in the COPYING file, not COPYING.LIB
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@25329 72102866-910b-0410-8b05-ffd578937521
2007-07-13 10:11:48 +00:00
Nicola Pero
280c635115
Updated for new variable names GNUSTEP_xxx_DOC[_yyy] instead of GNUSTEP_xxx_DOCUMENTATION[_yyy]
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24694 72102866-910b-0410-8b05-ffd578937521
2007-02-26 18:12:48 +00:00
Graham J Lee
a631ec8660
Change gnustep-config to use = instead of == when comparing strings,
...
otherwise --help option fails.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24693 72102866-910b-0410-8b05-ffd578937521
2007-02-26 16:19:24 +00:00
Nicola Pero
a18d090101
Use 'gnustep-config --variable=xxx' to make gnustep-config's syntax more similar to pkg-config's one. Updated help and minor fixes
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24659 72102866-910b-0410-8b05-ffd578937521
2007-02-19 23:49:45 +00:00
Nicola Pero
654e7daa31
Fixed typo in comment
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24618 72102866-910b-0410-8b05-ffd578937521
2007-02-17 15:49:03 +00:00
Nicola Pero
2aa566c1ee
Extended gnustep-config to be able to print out compile/link flags. Added quiet=yes option to silent the gnustep-make version message
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24616 72102866-910b-0410-8b05-ffd578937521
2007-02-17 00:12:16 +00:00
Nicola Pero
8bd8b002d1
Implemented filesystem support
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24597 72102866-910b-0410-8b05-ffd578937521
2007-02-16 04:22:26 +00:00
Nicola Pero
22896d184e
Extended gnustep-config help
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24568 72102866-910b-0410-8b05-ffd578937521
2007-02-14 14:05:01 +00:00
Nicola Pero
e033c6cf9c
Updated openapp and opentool for new filesystem config; make sure GNUSTEP_MAKEFILES is treated as a separate config
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24534 72102866-910b-0410-8b05-ffd578937521
2007-02-14 03:40:30 +00:00
Nicola Pero
7d76d18ac2
Start to update the shell scripts for the new filesystem support. Work in progress, but everything should still work as usual
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24525 72102866-910b-0410-8b05-ffd578937521
2007-02-13 14:19:37 +00:00
Nicola Pero
514c1a2918
Fixed help message
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24511 72102866-910b-0410-8b05-ffd578937521
2007-02-12 19:07:37 +00:00
Nicola Pero
67a6d44da6
Renamed gnustep-config.sh to gnustep-config, and tidied up rules to build it
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24506 72102866-910b-0410-8b05-ffd578937521
2007-02-12 16:42:23 +00:00