mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-10 16:20:42 +00:00
Link Foundation into Source
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@4562 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2640d99adc
commit
15ecc45663
3 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
Sat Jul 10 13:52:20 1999 Adam Fedor <fedor@ultra.doc.com>
|
||||||
|
|
||||||
|
* Makefile.postamble: Create Foundation link in Source directory
|
||||||
|
* Source/Makefile.postamble: Remove link to Foundation
|
||||||
|
(work around bug in make?)
|
||||||
|
|
||||||
Thu Jul 8 22:21:54 1999 Adam Fedor <fedor@ultra.doc.com>
|
Thu Jul 8 22:21:54 1999 Adam Fedor <fedor@ultra.doc.com>
|
||||||
|
|
||||||
* Changes for new directory layout.
|
* Changes for new directory layout.
|
||||||
|
|
|
@ -66,6 +66,7 @@ before-all:: header-links
|
||||||
after-distclean::
|
after-distclean::
|
||||||
rm -f config.status config.log config.cache TAGS config.mak
|
rm -f config.status config.log config.cache TAGS config.mak
|
||||||
cd Headers; rm -f Foundation
|
cd Headers; rm -f Foundation
|
||||||
|
cd Source; rm -f Foundation
|
||||||
|
|
||||||
# Things to do before checking
|
# Things to do before checking
|
||||||
# before-check::
|
# before-check::
|
||||||
|
@ -76,6 +77,7 @@ after-distclean::
|
||||||
header-links: $(HEADER_LINK_DEPENDS)
|
header-links: $(HEADER_LINK_DEPENDS)
|
||||||
-rm -f Headers/Foundation
|
-rm -f Headers/Foundation
|
||||||
$(LN_S) gnustep/base Headers/Foundation
|
$(LN_S) gnustep/base Headers/Foundation
|
||||||
|
$(LN_S) ../Headers/gnustep/base Source/Foundation
|
||||||
|
|
||||||
configure: configure.in
|
configure: configure.in
|
||||||
autoconf
|
autoconf
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
# Things to do before compiling
|
# Things to do before compiling
|
||||||
before-all:: Foundation $(GENERATED_HFILES)
|
before-all:: $(GENERATED_HFILES)
|
||||||
|
|
||||||
# Things to do after compiling
|
# Things to do after compiling
|
||||||
# after-all::
|
# after-all::
|
||||||
|
|
Loading…
Reference in a new issue