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:
Nicola Pero 2002-12-15 15:50:51 +00:00
parent 14a046766a
commit 0d773a386e

View file

@ -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