mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
(OBJECTS_SUBMINOR_VERSION): Version 0.1.11.
(dist): mkdir src and config. Copy share and contents. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@425 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
020b63a609
commit
c2a638d951
1 changed files with 5 additions and 1 deletions
|
@ -69,7 +69,7 @@ OBJECTS_GCC_VERSION = 2.6.3
|
|||
# The version number of this release.
|
||||
OBJECTS_MAJOR_VERSION = 0
|
||||
OBJECTS_MINOR_VERSION = 1
|
||||
OBJECTS_SUBMINOR_VERSION = 10
|
||||
OBJECTS_SUBMINOR_VERSION = 11
|
||||
OBJECTS_VERSION = \
|
||||
$(OBJECTS_MAJOR_VERSION).$(OBJECTS_MINOR_VERSION).$(OBJECTS_SUBMINOR_VERSION)
|
||||
|
||||
|
@ -577,12 +577,16 @@ dist: $(DIST_FILES)
|
|||
mkdir `cat .fname`/objects
|
||||
mkdir `cat .fname`/objc
|
||||
mkdir `cat .fname`/Foundation
|
||||
mkdir `cat .fname`/src
|
||||
mkdir `cat .fname`/config
|
||||
# previously did this: -ln (DIST_FILES) `cat .fname`
|
||||
for file in $(DIST_FILES); do \
|
||||
ln $$file `cat .fname`/$$file ; \
|
||||
done
|
||||
touch `cat .fname`/Makefile.local
|
||||
touch `cat .fname`/Makefile.depend
|
||||
mkdir `cat .fname`/share
|
||||
ln share/* `cat .fname`/share
|
||||
cd checks; $(MAKE) $(MAKEFLAGS) dist
|
||||
cd examples; $(MAKE) $(MAKEFLAGS) dist
|
||||
cd doc; $(MAKE) $(MAKEFLAGS) dist
|
||||
|
|
Loading…
Reference in a new issue