mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Use symbolic links if we can
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9345 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fcd5ee17a4
commit
bcad2a2c8c
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2001-03-13 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Makefile.postamble (header-links): Copy directory rather than link
|
||||
if LN_S does not support symbolic links.
|
||||
|
||||
2001-03-12 Jonathan Gapen <jagapen@home.com>
|
||||
|
||||
* Headers/gnustep/base/NSString.h: Change NSCyrillicStringEncoding
|
||||
|
|
|
@ -80,9 +80,9 @@ after-distclean::
|
|||
# Things to do after checking
|
||||
# after-check::
|
||||
|
||||
ifeq ($(GNUSTEP_TARGET_OS), mingw32)
|
||||
ifneq ($(LN_S), ln -s)
|
||||
header-links: $(HEADER_LINK_DEPENDS)
|
||||
-rm -f Headers/Foundation/*
|
||||
-rm -rf Headers/Foundation
|
||||
-mkdir Headers/Foundation
|
||||
cp -f Headers/gnustep/base/*.h Headers/Foundation
|
||||
|
||||
|
|
Loading…
Reference in a new issue