mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-06 22:04:13 -06:00
domake script fix for BSD
git-svn-id: svn://ultimatepp.org/upp/trunk@1074 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
918ffa6ca9
commit
79ebd7336d
1 changed files with 17 additions and 16 deletions
|
|
@ -1,16 +1,17 @@
|
|||
if [ ! -f /usr/lib/libdl.so ]
|
||||
then
|
||||
cd uppsrc
|
||||
sed -e s/-ldl//g Makefile >Makefile2
|
||||
rm Makefile
|
||||
mv Makefile2 Makefile
|
||||
fi
|
||||
|
||||
if which gmake
|
||||
then
|
||||
gmake -C uppsrc
|
||||
else
|
||||
make -C uppsrc
|
||||
fi
|
||||
|
||||
cp uppsrc/ide.out ~/theide
|
||||
if [ ! -f /usr/lib/libdl.so ]
|
||||
then
|
||||
cd uppsrc
|
||||
sed -e s/-ldl//g Makefile >Makefile2
|
||||
rm Makefile
|
||||
mv Makefile2 Makefile
|
||||
cd ..
|
||||
fi
|
||||
|
||||
if which gmake
|
||||
then
|
||||
gmake -C uppsrc
|
||||
else
|
||||
make -C uppsrc
|
||||
fi
|
||||
|
||||
cp uppsrc/ide.out ~/theide
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue