Michael Pyne
38ee557695
Don't use make-options when installing, to make unsermake work.
...
svn path=/trunk/kdenonbeta/kdecvs-build/; revision=354075
22 years ago
Michael Pyne
5a52f5cf7f
Add support for latest kdecvs-build in kdenonbeta.
...
svn path=/trunk/kdenonbeta/kdecvs-build/; revision=350137
22 years ago
Michael Pyne
eb73b229d2
Some kdecvs-pywizard tweaks, including a minor refactor, some more Whats This help, and the ability to select qt-copy for the Qt library.
...
svn path=/trunk/kdenonbeta/kdecvs-build/; revision=347756
22 years ago
Michael Pyne
fe74fe33ed
Fix brokenness in make-install-prefix option.
...
svn path=/trunk/kdenonbeta/kdecvs-build/; revision=347751
22 years ago
Michael Pyne
83ae8a85ed
Add failed install output support to the summary.
...
Fix bug where packages where being built in reverse order.
Miscellaneous output tweaks.
svn path=/trunk/kdenonbeta/kdecvs-build/; revision=347742
22 years ago
Waldo Bastian
ed6b85d00b
(Restored, original commit by mpyne)
...
svn path=/trunk/kdenonbeta/kdecvs-build/; revision=347237
22 years ago
Michael Pyne
530a011c9b
Implement a feature request from mornfall. Now you can update/build only a part of a module just by specifying the path on the command line.
...
For example, to update and build only the khtml component of kdelibs, you would type at the prompt "kdecvs-build kdelibs/khtml".
This should work pretty good, but feel free to let me know if I've b0rken anything. =D
svn path=/trunk/kdenonbeta/kdecvs-build/; revision=346557
22 years ago
Michael Pyne
d2bf58e6ba
Show failed updates in the summary output. This happens whether or not the module was actually going to be built.
...
CCMAIL:gassauer@kde.org
svn path=/trunk/kdenonbeta/kdecvs-build/; revision=343787
22 years ago
Michael Pyne
dbacf48600
Add support for new command line flag, --ignore-modules.
...
svn path=/trunk/kdenonbeta/kdecvs-build/; revision=342363
22 years ago
Michael Pyne
8dfbe69820
* Show progress on the build process.
...
svn path=/trunk/kdenonbeta/kdecvs-build/; revision=337677
22 years ago
Michael Pyne
efe06a38ac
Version bump.
...
Documentation update.
svn path=/trunk/kdenonbeta/kdecvs-build/; revision=337676
22 years ago
Michael Pyne
7be18e196b
Make building kdebindings not suck.
...
svn path=/trunk/kdenonbeta/kdecvs-build/; revision=336944
22 years ago
Michael Pyne
eb27b8eea9
Add warning if qt-copy != qtdir.
...
svn path=/trunk/kdenonbeta/kdecvs-build/; revision=335822
22 years ago
Michael Pyne
0788392f9e
Fix qt-use-builddir-hack (didn't work after using it the first time)
...
Add kdecvs-pywizard to package.
svn path=/trunk/kdenonbeta/kdecvs-build/; revision=335046
22 years ago
Michael Pyne
78037e6ca6
Add set-env option.
...
svn path=/trunk/kdenonbeta/kdecvs-build/; revision=332751
22 years ago
Michael Pyne
94a6bf7256
Fix output alignment.
...
svn path=/trunk/kdenonbeta/kdecvs-build/; revision=332723
22 years ago
Michael Pyne
2558869a39
* Update documentation for new inst-apps option.
...
svn path=/trunk/kdenonbeta/kdecvs-build/; revision=328117
22 years ago
Michael Pyne
50add24dc0
* Update --help output.
...
* Added --cvs-only and --build-only options.
svn path=/trunk/kdenonbeta/kdecvs-build/; revision=328048
22 years ago
Michael Pyne
2f6f76b9e4
* Fix doc problem.
...
* I don't know why the HISTORY change has been un-committed this whole time.
svn path=/trunk/kdenonbeta/kdecvs-build/; revision=328037
22 years ago
Michael Pyne
ebd8ce1847
* Make --debug also use logging.
...
svn path=/trunk/kdenonbeta/kdecvs-build/; revision=325270
22 years ago
Michael Pyne
c2b7bde942
* Add --rc-file option.
...
svn path=/trunk/kdenonbeta/kdecvs-build/; revision=325266
22 years ago
Michael Pyne
52995b3750
* Try to build modules even if one failed in the update process.
...
svn path=/trunk/kdenonbeta/kdecvs-build/; revision=323706
22 years ago
Michael Pyne
327aa6a785
* Correct problem with dead_whine()
...
svn path=/trunk/kdenonbeta/kdecvs-build/; revision=322895
22 years ago
Michael Pyne
3f5c1dbf73
* Add SIGPIPE signal handler.
...
svn path=/trunk/kdenonbeta/kdecvs-build/; revision=322891
22 years ago
Michael Pyne
be02ac4b99
* Two bug fixes, two new features.
...
svn path=/trunk/kdenonbeta/kdecvs-build/; revision=322576
22 years ago
Michael Pyne
12a1c883ee
* Fix spelling error.
...
svn path=/trunk/kdenonbeta/kdecvs-build/; revision=321605
22 years ago
Michael Pyne
e4af4b245c
* Add list of options, update documentation.
...
svn path=/trunk/kdenonbeta/kdecvs-build/; revision=321597
22 years ago
Michael Pyne
1f72957736
* Documentation updates and tweaking of the --resume and --resume-from
...
* options.
svn path=/trunk/kdenonbeta/kdecvs-build/; revision=320822
22 years ago
Michael Pyne
0f1f01a1dd
* Added exception handling to the main loop. You should never again have the
...
script crash and then have it complain that it's still running.
* The build process now outputs to a file called build-status in the log
directory for that run, which reports on the success/failure of each build
attempt.
* Fix a bug with use-qt-builddir-hack that caused it to affect all modules
during the build system setup instead of just qt-copy.
* Don't add 'global' to the log directory path if we're getting the global
log directory.
* Script now informs you of your log directory at the end of the script run.
* Fix infinite loop when you've disable automatic module install.
svn path=/trunk/kdenonbeta/kdecvs-build/; revision=320810
22 years ago
Michael Pyne
8038e96d89
* Documentation update.
...
svn path=/trunk/kdenonbeta/kdecvs-build/; revision=320794
22 years ago
Michael Pyne
66ed807641
* Add make-install-prefix option.
...
svn path=/trunk/kdenonbeta/kdecvs-build/; revision=320447
22 years ago
Michael Pyne
7633281699
* Don't dump builddir/$module when autorebuilding.
...
svn path=/trunk/kdenonbeta/kdecvs-build/; revision=320442
22 years ago
Michael Pyne
d368df8343
* Don't require a config file to process command line options.
...
svn path=/trunk/kdenonbeta/kdecvs-build/; revision=320187
22 years ago
Michael Pyne
e014125e28
* Documentation updates.
...
svn path=/trunk/kdenonbeta/kdecvs-build/; revision=320186
22 years ago
Michael Pyne
f73ef68939
* Add documentation improvements.
...
svn path=/trunk/kdenonbeta/kdecvs-build/; revision=320131
22 years ago
Michael Pyne
b822d46369
* Add valign=top to the configure options table entries.
...
svn path=/trunk/kdenonbeta/kdecvs-build/; revision=320128
22 years ago
Michael Pyne
51e3b745f4
* Update to 0.70.
...
* Fix bugs and stuff. Check the HISTORY.
svn path=/trunk/kdenonbeta/kdecvs-build/; revision=320053
22 years ago
Michael Pyne
cf5b7ffd4b
* Alphabetize global options.
...
* Documentation changes which I don't remember what I changed.
svn path=/trunk/kdenonbeta/kdecvs-build/; revision=319887
22 years ago
Michael Pyne
c08cece76b
* Moved file from doc.html to doc.html.in since the resulting docs are now
...
auto-generated.
svn path=/trunk/kdenonbeta/kdecvs-build/; revision=318938
22 years ago