Commit graph

25 commits

Author SHA1 Message Date
amrein
6025b18b28 Fix warning message about using clang++
git-svn-id: svn://ultimatepp.org/upp/trunk@10732 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-19 11:47:24 +00:00
amrein
7c16ac608e Cosmetic
git-svn-id: svn://ultimatepp.org/upp/trunk@10731 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-18 12:40:32 +00:00
amrein
2aa8f43cb7 Cosmetic
git-svn-id: svn://ultimatepp.org/upp/trunk@10730 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-18 12:39:14 +00:00
amrein
02d7db8205 Makefile doesn't create ide.out and umk.out in $UPPOUT so we shouldn't look for them there when $UPPOUT is defined
git-svn-id: svn://ultimatepp.org/upp/trunk@10725 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-17 09:42:51 +00:00
amrein
4d6a211eab Several modifications in domake:
- Add show_usage()
- Add parameters
- Enable c++ compiler
- Use environment variables

Other modifications:
- Make bash the default shell in Makefile domake and doinstall
- Simplify upp-devel (using make make install directly)
- Fix documentation accordingly

git-svn-id: svn://ultimatepp.org/upp/trunk@10722 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-17 01:34:42 +00:00
amrein
581ca7973e Replace ' * Message' by ' - Message' to prevent shell substitution in error message
git-svn-id: svn://ultimatepp.org/upp/trunk@10713 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-15 21:21:41 +00:00
amrein
fc944897e1 Now U++ should compile on almost any POSIX/X11 operating system: Added ((LIBRARIES)) into GCCMK.bm and CLANGMK.bm and fixed domake and upp-devel.spec accordingly
git-svn-id: svn://ultimatepp.org/upp/trunk@10712 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-15 20:54:35 +00:00
amrein
e4a53faea4 Add more verification code and fix a few compatibility issue with other POSIX OS:
- remove '\n' to prevent bad output (some buildin echo functions don't handle it correctly)
- tells if package config for gtk+-2.0, x11, libnotify and freetype2 are availables
- export logging functions into 'function_library' and source it from domake and doinstall
- cosmetic on logging messages to follow GNU standards (do not use dot at the end of messages)

git-svn-id: svn://ultimatepp.org/upp/trunk@10709 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-15 18:03:33 +00:00
amrein
f2ff26ec90 - 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
af76102097 Take all type of colorisation attributes out of the output stream when output stream is redirected (not tty)
git-svn-id: svn://ultimatepp.org/upp/trunk@10694 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-11 04:34:27 +00:00
amrein
4cc8098424 Terminal palette is 0->255 (so 1 to 3 digits)
git-svn-id: svn://ultimatepp.org/upp/trunk@10693 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-11 03:52:09 +00:00
amrein
07bb8fe1fe Complete rewrite of doinstall: adding standard option parameters (POSIX installation), error handling and logging
git-svn-id: svn://ultimatepp.org/upp/trunk@10691 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-11 03:37:10 +00:00
amrein
a5a6a5c43a Add bash script header in top of file to prevent bad file type guessing
git-svn-id: svn://ultimatepp.org/upp/trunk@10673 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-08 07:33:18 +00:00
amrein
cc4e63de47 Add "buildrequires." prefix on debian and fedora files
git-svn-id: svn://ultimatepp.org/upp/trunk@10646 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-05 09:56:49 +00:00
amrein
617310728b Rename upp.spec to upp-devel spec and fix U++ description line for rpmlint, fix "src" script accordingly and simplify sed command and remove tabs from "domake" script
git-svn-id: svn://ultimatepp.org/upp/trunk@10630 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-03 10:18:36 +00:00
cxl
5d34019782 uppbox: domake fixed (thanks vegaonline)
git-svn-id: svn://ultimatepp.org/upp/trunk@9363 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-01-01 08:33:04 +00:00
cxl
06810e0a0a .uppdew
git-svn-id: svn://ultimatepp.org/upp/trunk@9254 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-12-01 19:40:32 +00:00
cxl
498ae46adc uppbox: Scripts: Better clang support on install
git-svn-id: svn://ultimatepp.org/upp/trunk@9246 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-11-29 14:15:15 +00:00
cxl
275b2dfb78 scripts: umk support fixed
git-svn-id: svn://ultimatepp.org/upp/trunk@9085 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-10-26 13:06:05 +00:00
cxl
b673e7ecc4 uppbox: src release now should produce umk
git-svn-id: svn://ultimatepp.org/upp/trunk@9083 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-10-26 10:19:20 +00:00
cxl
551aa84edd .uppbox
git-svn-id: svn://ultimatepp.org/upp/trunk@5331 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-09-07 17:45:05 +00:00
cxl
8fb505e4c8 .uppbox: Scripts: added support for pkg-config include files
git-svn-id: svn://ultimatepp.org/upp/trunk@5329 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-09-07 13:44:37 +00:00
cxl
a1ab8695eb Scripts: src theide copy change
git-svn-id: svn://ultimatepp.org/upp/trunk@2027 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-02-07 13:22:25 +00:00
cxl
b53032c4c7 domake script fix for BSD
git-svn-id: svn://ultimatepp.org/upp/trunk@1074 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-04-19 09:26:39 +00:00
cxl
b272a6e39f 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