mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
A lot of work on the grand-unified shared bundle code
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@13851 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
cf7e4c45df
commit
cbf3628868
1 changed files with 34 additions and 0 deletions
34
ChangeLog
34
ChangeLog
|
@ -1,3 +1,37 @@
|
|||
Wed Jun 12 12:32:40 2002 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Instance/Shared/bundle.make: Fixed typo in ifneq which was
|
||||
causing the LOCALIZED_WEBSERVER_RESOURCE_FILES code to be never
|
||||
executed.
|
||||
(WEBSERVER_LOCALIZED_RESOURCE_DIRS): New variable.
|
||||
(shared-instance-bundle-all-localized-webresources): Implemented
|
||||
code to create webserver resource dirs. Fixed installation of
|
||||
WEBSERVER_LOCALIZED_RESOURCE_FILES ... yet another typo preventing
|
||||
it from working.
|
||||
|
||||
Wed Jun 12 12:31:28 2002 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Instance/Shared/bundle.make
|
||||
(WEBSERVER_LOCALIZED_RESOURCE_FILES): Support the new variable
|
||||
name xxx_WEBSERVER_LOCALIZED_RESOURCE_FILES.
|
||||
(WEBSERVER_COMPONENTS, WEBSERVER_LOCALIZED_COMPONENTS):
|
||||
Implemented support for these variables, by merging them into
|
||||
WEBSERVER_RESOURCE_FILES and WEBSERVER_LOCALIZED_RESOURCE_FILES
|
||||
|
||||
Wed Jun 12 12:28:07 2002 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Instance/Shared/bundle.make (COMPONENTS, LOCALIZED_COMPONENTS):
|
||||
Merge them into RESOURCE_FILES and LOCALIZED_RESOURCE_FILES.
|
||||
(shared-instance-bundle-all): Code to manage COMPONENTS and
|
||||
LOCALIZED_COMPONENTS removed.
|
||||
(shared-instance-bundle-all): When installing RESOURCE_FILES,
|
||||
check that the file exists, and is a file or a dir, before
|
||||
installing it. When installing LOCALIZED_RESOURCE_FILES, accept
|
||||
directories as well as files.
|
||||
(LOCALIZED_RESOURCE_DIRS): New variable.
|
||||
(shared-instance-bundle-all): Added code to manage
|
||||
LOCALIZED_RESOURCE_DIRS.
|
||||
|
||||
Wed Jun 12 11:44:47 2002 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* relative_path.sh: Do not run sed to remove the partial_match
|
||||
|
|
Loading…
Reference in a new issue