Commit graph

5 commits

Author SHA1 Message Date
amrein
8d7a331cf9 - used 'tr' instead of ${variable^^} that only works in bash (for uppercase letter substitutions)
- removed 'function' keyword (only work in bash)
- replaced 'echo' by 'which echo' because in old /bin/sh, echo is replaced by an internal version that doesn't support escape character (-> we had no color in stdout)
- add --verbose parameter to 'doinstall' in Makefile in order to see installation details

git-svn-id: svn://ultimatepp.org/upp/trunk@10695 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-11 14:13:21 +00:00
amrein
b5c6db84b3 Now, you can compile U++ using threads (example: 'gmake -j8'). It's so mutch faster...
git-svn-id: svn://ultimatepp.org/upp/trunk@10689 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-10 14:35:47 +00:00
cxl
c980cf187a Scripts BSD src install fix
git-svn-id: svn://ultimatepp.org/upp/trunk@1075 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-04-19 11:22:02 +00:00
cxl
e70a23c136 Improved src release
git-svn-id: svn://ultimatepp.org/upp/trunk@1070 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-04-18 18:19:17 +00:00
cxl
75d4171d7d Infrastructure Scripts
git-svn-id: svn://ultimatepp.org/upp/trunk@994 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-03-20 21:36:39 +00:00