mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
New stamp-string support; long-standing bug that 'make all' on applications
was not doing nothing if they are already built is now fixed git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@15304 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
14a046766a
commit
0d773a386e
1 changed files with 12 additions and 0 deletions
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,15 @@
|
|||
Sun Dec 15 16:22:13 2002 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Instance/Shared/stamp-string.make: New file providing
|
||||
infrastructure for very efficient stamp string support.
|
||||
* GNUmakefile.in (INSTANCE_SHARED_MAKE_FILES): Added stamp-string.make
|
||||
* Instance/application.make: Use Instance/Shared/stamp-string.make
|
||||
to rebuild Info.plist and xxx.desktop iff there is a clear reason
|
||||
to do so.
|
||||
* Instance/bundle.make: Use Instance/Shared/stamp-string.make
|
||||
to make sure we rebuild the Info.plist whenever the make variables
|
||||
used in it change.
|
||||
|
||||
Sat Dec 14 02:42:02 2002 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* library-combo.make: Quick attempt at fixing/updating
|
||||
|
|
Loading…
Reference in a new issue