summaryrefslogtreecommitdiffstats
path: root/Makefile.fetch
Commit message (Collapse)AuthorAgeFilesLines
* Bug 57917 - --enable-ext-oooblogger does not work with Python 3Noel Grandin2012-12-061-1/+0
| | | | | | | Remove the oooblogger extension. It is unmaintained and the original author (caolan) wants it dead. Change-Id: Iff89f5badbb74f465c57e068a9e1acbbc13bc235
* create its own target for download..Matúš Kukan2012-11-291-2/+3
| | | | | | | | | | | ..which is created (touched) *after* successful download of all tarballs. fetch.log is not a good target because we touch it along the way. Note: This is necessary only because we write pointless? date into fetch.log. Otherwise 'download' could be phony target, thanks to the rule being empty if we don't need to download anything. Change-Id: I2380ab189833e03758ddd9f9bf54be38c8fa1dbe
* use $PIPESTATUS instead of pipefail optionChristian Lohmaier2012-11-291-3/+2
| | | | | | | | | as pipefail is not supported in bash 2.x (used on Mac/PPC) Change-Id: Iaeaed7d759be700719fb941b13942e4933c5ee71 Reviewed-on: https://gerrit.libreoffice.org/1190 Reviewed-by: Matúš Kukan <matus.kukan@gmail.com> Tested-by: Matúš Kukan <matus.kukan@gmail.com>
* bin --enable-oxygenoffice; it does nothingMatúš Kukan2012-11-281-1/+0
| | | | Change-Id: Ibac9b92f5833253d6485009e0ea8ea11f2b8ed91
* move more from download to Makefile.(top|fetch)Matúš Kukan2012-11-271-1/+5
| | | | Change-Id: I3bee487c9c5aa72b2236f076b28ee65cf76ac0dd
* download few tarballs directly without md5sum in nameMatúš Kukan2012-11-271-6/+23
| | | | | | | | | ..and add few fixes, like: * use 'set -o pipefail' to fail meaningfully * include download.lst at the end of config_host.mk * MOZ_ZIP_* do not have md5sum, do not check for it Change-Id: I23759aa2f5fdd55b662588fdb0a31568a686aef7
* download also tarballs needed for build platformMatúš Kukan2012-11-271-1/+6
| | | | Change-Id: I21fc00bd0b5acfd81e378d2e3c0ceb976b8f2a4e
* support for --with-all-tarballsMatúš Kukan2012-11-271-2/+1
| | | | | | | | | | | - this is needed for packaging, so that all possible tarballs can be available in the complete source package Do not define tarball names in configure. Move the variables into download.lst, which is going to be included in config_host.mk. We already have conditions for getting tarballs in Makefile.fetch. Change-Id: I160aff6426a253814eea07d2467e4942478f653a
* add fetch_Optional to have conditions for download in makefileMatúš Kukan2012-11-271-87/+91
| | | | | | | This is prepare commit for --with-all-tarballs. We probably don't want to define the tarball names conditionally in configure. Change-Id: Id41f73dd7094b3384ce43caf62018f53b3d86a81
* move ooo.lst and download parts to Makefile.fetchMatúš Kukan2012-11-271-0/+170
Change-Id: I2d27341566d383002446c23bdf60c7aa0cabf37d