Age | Commit message (Collapse) | Author |
|
Change-Id: Icd95b14777ccc428440971ab03aa3ad65e3d379f
|
|
Change-Id: I1fde7853d4708da9ec217b6e4d5b782648b065cb
|
|
Change-Id: Idbab17b87d042079a8fa6ded7a7424a745761b2f
|
|
Change-Id: I1576e2f975ccbe4a9fc2e1ededf1a383ef6e604f
|
|
The top-level Makefile invokes autogen.sh (and thereby configure) in an
environment which is polluted by config_host.mk; this causes at least
the problem that following a "make clean", the bootstrap script will not
copy dmake to its destination because BUILD_DMAKE=NO is set from
config_host.mk, which is apparently due to the PATH being polluted from
config_host.mk, so configure finds the dmake in the build tree.
So split up top-level Makefile into Makefile, which invokes autogen.sh,
and Makefile.top, which does everything else.
|
|
Change-Id: Ia74a76659d97d10299d9ddfe8d2118d5c1c5725e
|
|
Change-Id: I88fca8854db96fdba1ea9069fb95a237c5b02bb2
|
|
make 3.82 understands mixed paths, so use them.
This allows us to get rid of evil in BuildDirs.mk.
Hopefully, life will be simpler now.
Change-Id: I I I641f28c6af1948963f7004f8071af62e21caabb3
|
|
Change-Id: Idbab17b87d042079a8fa6ded7a7424a745761b2f
|
|
Change-Id: I I9dbd2a05602e7d415ca76850458129f68583c83f
|
|
Change-Id: I Iea9a77f19856dd870eb72fa57249f959cdd7000c
|
|
Change-Id: I30e3e2a65315ed9895a66c847c1cd73090a74607
|
|
|
|
Change-Id: Idda0262e62e42817b8c0502a38ee16913495233c
|
|
Change-Id: I2818d75d2698582d4ee13e6d5091865041eda2b8
|
|
Change-Id: Ied9a8d0763864a497a9b802d90be95ecdaafc3b0
|
|
this removes dmake completely out of the build for migrated modules
build.pl now assumes modules to be gbuild, unless there is a
prj/dmake file
Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
|
|
|
|
Signed-off-by: Petr Mladek <pmladek@suse.cz>
|
|
- instead on lots of recursive build.pl modules to iterate through we build all
tail_build up to the requested module inside one tail_build when doing a
"make foo.all"
- advantage: speeding up because getting rid of lots of recursive makes with
artificial module barriers, forcing almost sequential execution: build, link,
unittest with lots of cpu-idling at each module-end
- disadvantage: all shared dependencies of tail_build are now build for a
(sub)module of tail_build. This is transitional as we migrate more stuff into
tail_build and there are good dependencies inside tail_build
- "make foo.all" now only executes slowcheck now for foo, not for all the deps
|
|
|
|
|
|
|
|
This reverts commit 7c489dc2ec5543c3481d0d5385f3a7a328276cff.
|
|
|
|
|
|
dmake stuff removed
|
|
|
|
dmake stuff removed
|
|
|
|
|
|
...as only "build" passes through instsetoo_native, where some files (pyuno.py
etc.) are copied into places where ooinstall expects to find them.
|
|
|
|
|
|
|
|
... so drop the dependency on dev-install (with it, subsequentcheck is
just a synonym for check, which does not seem useful).
|
|
|
|
|
|
Also solver/$INPATH is subset of */$INPATH.
|
|
|
|
|
|
|
|
The tables functionality in Writer documents need SbxValue.
|
|
Nah, these dummy classes would turn out quite complex anyway. Better
to just use ifdefs elsewhere, the number required is not that large.
This reverts commit 6d33801b4498f5c13d2dc75588f88c22a11f455b.
|
|
|
|
|
|
|
|
|
|
Work in progress, the dummy class implementations surely still
incomplete and/or might contain methods not actually needed. More
dummy class implementations needed, hopefully not too many
though. Will add also a few ifdefs for DISABLE_SCRIPTING in some key
places in sc and elsewhere to cut down on the need.
|
|
|