mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Fixes for file list generation
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@8625 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
bc9d46682b
commit
9ba861a759
1 changed files with 21 additions and 0 deletions
21
ChangeLog
21
ChangeLog
|
@ -1,3 +1,24 @@
|
|||
Mon Jan 15 16:45:48 2001 Nicola Pero <nicola@brainstorm.co.uk>
|
||||
|
||||
* common.make (REMOVE_INSTALLED_DIR): New variable to be used to
|
||||
remove an installed dir.
|
||||
* application.make (internal-app-install): Use it.
|
||||
* bundle.make (internal-bundle-install): Idem.
|
||||
* framework.make (internal-framework-install): Idem.
|
||||
* framework.make (internal-framework-install): Use
|
||||
REMOVE_INSTALLED_LN_S.
|
||||
* file-list.make (REMOVE_INSTALLED_DIR): Redefine to do nothing.
|
||||
|
||||
Made file list rpm specific - so it is now suitable to be included
|
||||
directly with `%file -f' directives into rpm spec files.
|
||||
* file-list.make: Add an `%attr (-, root, root)' at the beginning
|
||||
of the file list.
|
||||
* log_install_dir.sh.in: Rpm specific fix - output `%dir' before
|
||||
the directory name.
|
||||
|
||||
* file-list.make (FILE_LIST): Output different file list
|
||||
for debugging and non-debugging cases.
|
||||
|
||||
2001-01-13 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* openapp.in (additional_library_paths): Set for FLATTENED structure
|
||||
|
|
Loading…
Reference in a new issue