Commit graph

11 commits

Author SHA1 Message Date
amrein
7c9dfbbf28 Remove .bm files from tarball
No more bm file handling in tarball build scripts

git-svn-id: svn://ultimatepp.org/upp/trunk@14203 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-03-30 11:10:00 +00:00
amrein
2fcb061c3a Add theide.desktop to distclean
git-svn-id: svn://ultimatepp.org/upp/trunk@12786 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-02-23 07:06:28 +00:00
amrein
ac48367415 If installing upp in user directory:
- Create theide.desktop in upp user directory and copy theide.png too
- Add an user xdg menu entry for theide
- Add an uninstall script that t only removes theide xdg menu entry for now

git-svn-id: svn://ultimatepp.org/upp/trunk@12782 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-02-22 16:49:25 +00:00
amrein
7d703e28e7 Enable Flags in Makefiles (same as umk), fix Makefiles 'clean' rules and update rpm history
git-svn-id: svn://ultimatepp.org/upp/trunk@10815 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-02-01 22:32:57 +00:00
amrein
612e16a1f0 Add umk and ide targets to Makefile and domake
git-svn-id: svn://ultimatepp.org/upp/trunk@10748 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-23 09:56:45 +00:00
amrein
02584c0987 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
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