Commit graph

87 commits

Author SHA1 Message Date
Tor Lillqvist
747257231e Rethink cppunittest "plugins" for iOS, more to come 2012-02-21 14:19:46 +02:00
Matúš Kukan
a62f426993 add configmgr, ucb1, ucpfile1, xcr to libmerged 2012-02-19 19:24:34 +01:00
Tor Lillqvist
888d96f6b4 Add svt and tk to libmerged 2012-02-15 16:20:00 +02:00
Tor Lillqvist
4347e5d1d8 Add sb to libmerged 2012-02-15 16:19:55 +02:00
Tor Lillqvist
25f8330004 Add fw* and sfx to libmerged 2012-02-13 17:53:36 +02:00
Markus Mohrhard
590c2400f1 first try to add slowcheck build target 2012-02-08 18:13:45 +01:00
Norbert Thiebaud
2bf1a98da8 have make check working again. clean-up the whole STAGE stuff 2012-02-06 19:08:03 -06:00
Norbert Thiebaud
96ae2271eb fix mingw build, still bootstrap issues. 2012-02-06 03:58:55 -06:00
Norbert Thiebaud
8d488bafe5 another tweak to bootstrap handling 2012-02-05 22:54:35 -06:00
Norbert Thiebaud
8b212711cf darn! finally bootstrap target (seems to) works on windows... and other 2012-02-05 22:00:39 -06:00
Norbert Thiebaud
81e9525305 still invalid use of WORKDIR in top level Makefile 2012-02-05 21:00:54 -06:00
Norbert Thiebaud
4a08ed74f4 we can't use WORKDIR directly, on windows this is windows path 2012-02-05 20:35:07 -06:00
Norbert Thiebaud
7c64dd40b7 fix bootstraping issue on x-compile 2012-02-05 19:34:08 -06:00
Norbert Thiebaud
f17b1dc4c3 fixes for windows build for config_host.mk based build 2012-02-05 19:34:06 -06:00
Norbert Thiebaud
c857dff7fc switch to include-based build rather than sourced-based build 2012-02-05 19:34:05 -06:00
Norbert Thiebaud
909cd34b7b coup de grace for Env.Host.sh and associated files 2012-02-05 19:34:05 -06:00
Caolán McNamara
17ecf0036d callcatcher: update list, remove newly unused methods 2012-01-24 16:53:56 +00:00
Caolán McNamara
832cd0cfb7 filter out confusing unused code from external libraries for unusedcode.easy 2012-01-23 13:36:30 +00:00
Matúš Kukan
a74627d53e improve support for merging libraries 2012-01-10 14:25:03 +01:00
Caolán McNamara
2e70dc68e6 try and get callcatcher working again 2012-01-05 11:12:57 +00:00
Caolán McNamara
91724b930f try and track changes to INPATH definition 2012-01-05 09:18:19 +00:00
Norbert Thiebaud
fd9366c85c prep work to eliminated Env.*.sh, introduce config_{host,build}.mk
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-12-24 21:42:08 -06:00
Rene Engelhard
b31375be84 don't remove configure and aclocal.m4 in distclean anymore 2011-12-21 17:21:55 +01:00
Bjoern Michaelsen
d8729cfc64 bootstrap can be kept in both phases as it has a proper touchfile 2011-12-14 14:19:17 +01:00
Bjoern Michaelsen
fe6499cee5 adding noop rules for auxtargets in buildpl, moved deps of buildpl into that phase 2011-12-14 12:13:23 +01:00
Bjoern Michaelsen
9c197011a5 skip AuxTargets in buildpl phase 2011-12-14 12:03:33 +01:00
Michael Stahl
8bd011b527 gbuild: fix top-level "make check":
This should first build, then run smoketest, then run subsequenttests.
2011-12-12 21:53:45 +01:00
Peter Foley
a298986d62 alow make to run autogen.sh if autogen.lastrun doesn't exist 2011-12-11 19:39:58 -05:00
Bjoern Michaelsen
18069824a6 do nothing in buildpl stage for debugrun 2011-12-09 20:47:08 +01:00
Norbert Thiebaud
a41bf63060 ./download need to be run with $SRCDIR as working dir 2011-12-08 13:04:07 -06:00
Norbert Thiebaud
f2825ed71a clean-up header and set the modfiel appropriately 2011-12-08 13:04:06 -06:00
Bjoern Michaelsen
855115d2f5 fix typo 2011-12-08 00:18:46 +01:00
Bjoern Michaelsen
4d247bd3c0 do not clean INPATH_FOR_BUILD on noncrosscompiles 2011-12-07 23:55:18 +01:00
Bjoern Michaelsen
ab225eead3 only depend from dev-install on build if it is an explicit goal 2011-12-07 15:53:06 +01:00
Bjoern Michaelsen
a7c567ad15 kill gb_MINISOLARENV in favor of stages 2011-12-07 15:53:04 +01:00
Bjoern Michaelsen
9f43fb06b1 move platform hacks out of gbuild core 2011-12-07 15:53:02 +01:00
Bjoern Michaelsen
fbbd5e5c0e do not globally export gb_Helper_execute gb_Helper_set_ld_path 2011-12-07 15:53:02 +01:00
Bjoern Michaelsen
ddc71f6537 do not globally export G_SLICE, GLIBCXX_FORCE_NEW, DBGSV_ERROR_OUT 2011-12-07 15:53:01 +01:00
Bjoern Michaelsen
c53f373b4b some more work on staging buildpl in front of gbuild 2011-12-07 15:53:01 +01:00
Bjoern Michaelsen
55b186f29e introduce staged build 2011-12-07 15:53:00 +01:00
Petr Mladek
57578c1828 split smoketest module to fix build
+ move the library and other build stuff to a new "smoketest" module
+ keep "smoketestoo_native" only for installing and running the tests
+ restore the targets in top level make
2011-12-02 18:35:40 +01:00
Petr Mladek
8c478c9110 create installation set for tests
+ it currently includes just the smoketest and is available only for Linux

+ the side effect is that it builds the smoketest before instsetoo_native
+ it runs it only during dev-install when the variable RUN_SMOKETEST == YES
2011-12-01 21:16:47 +01:00
Bjoern Michaelsen
1f6be70688 do not even read module dirs when shortcuting 2011-11-30 22:20:56 +01:00
Bjoern Michaelsen
f95bf9c68d debugrun does not need to read gbuild definitions 2011-11-30 22:20:56 +01:00
Bjoern Michaelsen
0e3f81ae4d remove debug line 2011-11-30 19:18:48 +01:00
Bjoern Michaelsen
7d3f21b274 dont read gbuild definitions on distclean 2011-11-30 19:06:46 +01:00
Bjoern Michaelsen
83e0a67b93 fix silent pass on to buildpl 2011-11-30 17:12:21 +01:00
Bjoern Michaelsen
ab988b3790 fix conditions on when to read gbuild definitions 2011-11-30 16:46:31 +01:00
Bjoern Michaelsen
1f538764ac make build.pl verbose on non-silent builds 2011-11-30 14:31:01 +01:00
Caolán McNamara
bc340ff02d get findunusedcode target working 2011-11-30 13:04:31 +00:00