mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
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:
parent
58b126cd9b
commit
3f3069f53a
2 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -73,6 +73,8 @@ check:: before-check internal-check after-check
|
|||
#
|
||||
|
||||
before-all::
|
||||
rm -f obj
|
||||
$(LN_S) ./$(GNUSTEP_OBJ_DIR) obj
|
||||
|
||||
internal-all::
|
||||
|
||||
|
|
Loading…
Reference in a new issue