mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Small optimization in framework build links commands
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@16817 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a8f68dcfff
commit
b1187b1ee0
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
Tue May 27 11:45:41 2003 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Instance/framework.make (build-framework-dirs): Merge contiguous
|
||||
commands into single subshell.
|
||||
|
||||
Tue May 27 11:36:06 2003 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Instance/application.make: Use ECHO_CREATING when building the
|
||||
|
|
|
@ -199,8 +199,8 @@ endif
|
|||
if [ ! -L "Current" ]; then \
|
||||
rm -f Current; \
|
||||
$(LN_S) $(CURRENT_VERSION_NAME) Current; \
|
||||
fi;)
|
||||
@(cd $(FRAMEWORK_DIR_NAME); \
|
||||
fi; \
|
||||
cd ../; \
|
||||
if [ ! -L "Resources" ]; then \
|
||||
rm -f Resources; \
|
||||
$(LN_S) Versions/Current/Resources Resources; \
|
||||
|
|
Loading…
Reference in a new issue