As a convenience, make a symbolic link to the directory containing the

object files.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@9360 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2001-03-14 11:20:27 +00:00
parent 58b126cd9b
commit 3f3069f53a
2 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,10 @@
2001-03-14 Richard Frith-Macdonald <rfm@gnu.org>
* rules.make: Quicks hack in before-all... create a symbolic link
from 'obj' to the directory in which we store object files ...
purely as a convenience. Probably can get cleaner code for this
but I'm not a makefiles expert.
Wed Mar 14 10:40:45 2001 Nicola Pero <nicola@brainstorm.co.uk>
* rules.make (%.variables): Bug fix: rewritten the rule as it was

View file

@ -73,6 +73,8 @@ check:: before-check internal-check after-check
#
before-all::
rm -f obj
$(LN_S) ./$(GNUSTEP_OBJ_DIR) obj
internal-all::