summaryrefslogtreecommitdiff
path: root/solenv/bin/create-ids
AgeCommit message (Collapse)Author
2017-06-01For --with-outpath include workdir generated files without UnpackedTar*Eike Rathke
Change-Id: I07605c132432cb9454614368200e9c85695bea26
2017-06-01'clone' directory is gone and might even be a legit module name in futureEike Rathke
Change-Id: Iba0cf3345655a8ca61a4d55b9f045c713683f97b
2017-06-01Fix 'make id' further to not include workdir and instdir againEike Rathke
as ls output is now prefixed with ./ since commit 027d661ef7e2490f1182d3e5003ae4da4135e0ca Date: Fri May 19 18:03:04 2017 +0300 Change-Id: Ifd2b6405cb4670a7ae4e21228d29fae5b7408112
2017-05-30Fix 'make id'Stephan Bergmann
...after 027d661ef7e2490f1182d3e5003ae4da4135e0ca "tdf#105204 fix shellcheck warnings in solenv/bin/create-ids" broke it Change-Id: I03e8b5bbda228bfdcb36599b8c13b530395e9e62
2017-05-20tdf#105204 fix shellcheck warnings in solenv/bin/create-idsYeliz Taneroğlu
Change-Id: Iab3855cdd8fb1ae3719dd7267b1592eea0ef1e22 SC2006: Use $(..) instead of legacy `..`. SC2035: Use ./*/* so names with dashes won't become options. SC2086: Double quote to prevent globbing and word splitting. SC2046: Quote this to prevent word splitting. Reviewed-on: https://gerrit.libreoffice.org/37832 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
2013-11-07remove INPATH and PROEXTMichael Stahl
- WORKDIR path is just workdir - INSTDIR path is just instdir - WORKDIR_FOR_BUILD is workdir_for_build - INSTDIR_FOR_BUILD is instdir_for_build - replace other usage of INPATH by combination of OS and CPUNAME Change-Id: Ie398387ebd82a968ec2605f2103c55b43a231482 Reviewed-on: https://gerrit.libreoffice.org/6601 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2013-10-31solver doesn't solve anything...Michael Stahl
... it is an abbreviation of "Solar Version". Since nobody can remember that: remove OUTDIR OUTDIR_FOR_BUILD SOLARVER SOLARVERSION solarpath and any mention thereof. Change-Id: Idb3031c4f25a76ac05b22ec67e3ca3e1e8e512ad Reviewed-on: https://gerrit.libreoffice.org/6515 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2013-04-24removed cruft, added instdir to filterEike Rathke
Change-Id: I30b1b923658a851535f309c3773f5cbfa697d1bf
2013-03-05so there's no need anymore for ls and grep out workdirEike Rathke
Change-Id: I991ab1ff60d056ba8395f39a197d6b8456b7ba53
2013-03-05*/$INPATH/misc/build is gone, dead, squelchedEike Rathke
Change-Id: I9beed35b786ee4b096ec1dd605e394a37d680ab5
2012-11-12re-base on ALv2 code. Includes:Michael Meeks
Patches contributed by Pedro Giffuni: Avoid some uses of non portable #!/bin/bash in shell scripts. http://svn.apache.org/viewvc?view=revision&revision=1235297 Reduce the dependencies on non standard GNU copy. http://svn.apache.org/viewvc?view=revision&revision=1238684 Correct /usr/bin/env path. http://svn.apache.org/viewvc?view=revision&revision=1235619 Complex Toolbar Controls Extension from the SDK Patches contributed by Ariel Constenla-Haile http://svn.apache.org/viewvc?view=revision&revision=1190390 i118615 - make epm more verbose http://svn.apache.org/viewvc?view=revision&revision=1204288 Patches contributed by Mathias Bauer (and others) gnumake4 work variously http://svn.apache.org/viewvc?view=revision&revision=1394707 http://svn.apache.org/viewvc?view=revision&revision=1394326 Patches contributed by Juergen Schmidt: jsc341: i117327: take care if no dependency node in current description exists, create one http://svn.apache.org/viewvc?view=revision&revision=1172101 jsc341: i117327: add extra extension dependency check http://svn.apache.org/viewvc?view=revision&revision=1172098 make initial branding changes http://svn.apache.org/viewvc?view=revision&revision=1231878 Patches contributed by Ingo Schmidt native373: #i117733# no linux jre installation on 64 bit systems http://svn.apache.org/viewvc?view=revision&revision=1167536 native373: ##164464# improve debian support http://svn.apache.org/viewvc?view=revision&revision=1167537 Patch contribtued by Armin Le-Grand: Changed various aspects concerning usages of old vendor names http://svn.apache.org/viewvc?view=revision&revision=1293313 fix for neon webdav, remove coinmp bits, improve odk script, cleanup & remove OS/2 conditionals, system ucpp fixes, remove OS/2 conditionals, restore our license filenames.
2012-02-07adapt create-tags/create-ids to the absence of set_soenv.inNorbert Thiebaud
2012-02-05coup de grace for Env.Host.sh and associated filesNorbert Thiebaud
2012-01-09./config_host.mk is to be sourced, not invokedEike Rathke
2011-12-24prep work to eliminated Env.*.sh, introduce config_{host,build}.mkNorbert Thiebaud
This introduce config_host.mk and config_build.mk generated from config_host.mk.in The intent is for that file to be both sourcable in a shell and includable in a gnu Makefile. Eventually all the environment set-up will be in config_host.mk.in and so there won't be a need to source anything in shell before make.
2011-11-19optionally include outpathsEike Rathke
Only when given --with-outpath the IDs include projects/$INPATH/inc (also solver/$INPATH/inc)
2011-11-04add language javaEike Rathke
2011-11-04ensure that only THE clone dir is excludedEike Rathke
2011-07-28Followup-changes for *.Set.sh renameThorsten Behrens
Commit 22d9caecc978a5739ddd1430fd26abe06454726c renames the environment file to always be Env.Host.sh. Reflecting that in the shell scripts attempting to source it.
2010-12-13Migrate id, tags, and docs make target over from build repoThorsten Behrens
* make id: create GNU idutils symbol lookup index * make tags: create ctags index file (c++, java, html) * make docs: create doxygen-style documentation below docs/