mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 06:10:50 +00:00
Set up Instance/Shared framework for sharing of makefile code common
between different projects. Set up a first impressive proof-of-concept example, Instance/Shared/java.make git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12453 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
59aea71333
commit
464f94d710
1 changed files with 23 additions and 0 deletions
23
ChangeLog
23
ChangeLog
|
@ -1,3 +1,26 @@
|
|||
Fri Feb 8 13:19:37 2002 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Instance/Shared/java.make (shared-instance-java-uninstall):
|
||||
Implemented.
|
||||
|
||||
Fri Feb 8 13:17:45 2002 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Instance/Shared/java.make: New makefile fragment built from
|
||||
code common in java.make and java-tool.make.
|
||||
* Instance/java-tool.make: Simplified a lot by using
|
||||
Instance/Shared/java.make to do most of the work.
|
||||
* Instance/java.make: Idem.
|
||||
* GNUmakefile.in (INSTANCE_SHARED_MAKE_FILES): Install
|
||||
Instance/Shared/java.make.
|
||||
|
||||
Fri Feb 8 12:36:01 2002 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Instance/Shared: New directory.
|
||||
* Instance/Shared/README: New file.
|
||||
* GNUmakefile.in (INSTANCE_SHARED_MAKE_FILES): New variable.
|
||||
(install): Create the GNUSTEP_MAKEFILES/Instance/Shared directory.
|
||||
Install INSTANCE_SHARED_MAKE_FILES in there.
|
||||
|
||||
Fri Feb 8 12:37:56 2002 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Instance/rules.make (JAVA_JNI_OBJS): Fixed typo/bug - underscore
|
||||
|
|
Loading…
Reference in a new issue