Commit graph

23 commits

Author SHA1 Message Date
Nicola Pero
42e119ced2 Removed shebang from all scripts that are to be sourced, not executed, to stop warning from rpmlint and other packaging checking programs
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@25962 72102866-910b-0410-8b05-ffd578937521
2008-01-17 02:32:21 +00:00
Nicola Pero
c0c25231f6 Implemented ./configure --enable-strict-v2-mode and a few other minor upgrades/changes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@25949 72102866-910b-0410-8b05-ffd578937521
2008-01-14 15:22:14 +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
David Ayers
955b24d2e6 * GNUstep-reset.sh (INFOPATH): Correct INFOPATH cleanup variable.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24996 72102866-910b-0410-8b05-ffd578937521
2007-04-12 15:57:09 +00:00
Nicola Pero
f2a5f5795f Added GNUSTEP_*_USERS_DIR
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24779 72102866-910b-0410-8b05-ffd578937521
2007-03-06 13:24:25 +00:00
Nicola Pero
b55d6b203c Added GNUSTEP_*_WEB_APPS for GSWeb and SOPE; fixed some minor filesystem layouts bits
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24769 72102866-910b-0410-8b05-ffd578937521
2007-03-05 16:49:54 +00:00
Nicola Pero
299eb7e040 use shorter variable names for GNUSTEP_xxx_DOCUMENTATION[_yyy] variables, so that it works with tcsh 6.12 and other shells with limited variable name lengths
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24691 72102866-910b-0410-8b05-ffd578937521
2007-02-26 15:20:05 +00:00
Nicola Pero
bc40e45feb Added GNUSTEP_xxx_ADMIN_APPS and GNUSTEP_xxx_ADMIN_TOOLS
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24614 72102866-910b-0410-8b05-ffd578937521
2007-02-16 20:14:44 +00:00
Nicola Pero
7f72472cd8 For extra security, unset all GNUSTEP_USER_DIR_xxx variables when resetting gnustep
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24575 72102866-910b-0410-8b05-ffd578937521
2007-02-14 21:51:12 +00:00
Nicola Pero
a8536a7f27 Added comment
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24543 72102866-910b-0410-8b05-ffd578937521
2007-02-14 05:25:59 +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
29756933ff Set INFOPATH so that our info files are found at runtime; minor tidyups in GNUstep shell setup/reset scripts
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24327 72102866-910b-0410-8b05-ffd578937521
2007-01-09 11:25:15 +00:00
Nicola Pero
1db9347273 Introduced new variable GNUSTEP_IS_FLATTENED to switch the default flattened status from no to yes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@23718 72102866-910b-0410-8b05-ffd578937521
2006-10-02 15:54:56 +00:00
Nicola Pero
afd1d69f43 Get rid of user_home in favour of configuration files
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@21818 72102866-910b-0410-8b05-ffd578937521
2005-10-13 02:42:10 +00:00
Adam Fedor
f7da0d90ea * Update FSF Address.
* Documentation/gnustep-howto.texi: Update required libs.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@21244 72102866-910b-0410-8b05-ffd578937521
2005-05-22 03:20:14 +00:00
Nicola Pero
fec44ee28f Make GNUstep-reset.sh's path removal more accurate
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@20548 72102866-910b-0410-8b05-ffd578937521
2005-01-14 00:53:37 +00:00
David Ayers
9e97f4ca7d * GNUstep-reset.sh: Unset DYLD_LIBRARY_PATH and
DYLD_FRAMEWORK_PATH.
	* common.make: Mark as makefile for emacs.  Add support for
	setting GNUSTEP_FRAMEWORKS_DIRS and GNUSTEP_FRAMEWORKS_FLAGS
	for apple-apple-apple.
	* ld_lib_path.(c)sh: Set DYLD_FRAMEWORK_PATH for
	apple-apple-apple.
	* rules.make: Added support for GNUSTEP_FRAMEWORKS_FLAGS.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@19000 72102866-910b-0410-8b05-ffd578937521
2004-04-02 07:28:02 +00:00
Nicola Pero
f8a65a4266 Quoted a couple of variables
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@13977 72102866-910b-0410-8b05-ffd578937521
2002-06-26 14:56:57 +00:00
Adam Fedor
ee4d81520c Change GNUSTEP_PATHPREFIX_LIST to GNUSTEP_PATHLIST
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@13917 72102866-910b-0410-8b05-ffd578937521
2002-06-19 03:46:08 +00:00
Nicola Pero
4147fd2e12 Fixed some technicalities - shell evaluations being incorrect
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@13339 72102866-910b-0410-8b05-ffd578937521
2002-04-04 14:13:24 +00:00
Nicola Pero
db2f151a2e Fixed comment in the title
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@13151 72102866-910b-0410-8b05-ffd578937521
2002-03-18 17:56:25 +00:00
Nicola Pero
fb1543853a New file
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@13143 72102866-910b-0410-8b05-ffd578937521
2002-03-18 14:09:37 +00:00