log Makefile.gen @ 2529:fddee4b6a427

age author description
Sat, 16 May 2020 06:11:53 +0300 Matti Hamalainen Do not have config.mak in build depencies when it is not being used.
Fri, 17 Jan 2020 22:07:00 +0200 Matti Hamalainen Cleanup.
Tue, 14 Jan 2020 04:54:30 +0200 Matti Hamalainen Convert more instances of direct commands in rules to DO_CMD macro calls.
Tue, 14 Jan 2020 03:28:48 +0200 Matti Hamalainen Check for empty target directory in DO_MKDIR Makefile macro.
Tue, 14 Jan 2020 03:01:00 +0200 Matti Hamalainen Build system cleanups: reordering, more comments.
Tue, 14 Jan 2020 02:44:11 +0200 Matti Hamalainen Oops, a output suppressor was missing from COMPILE_CXX_OBJ macro in the build system.
Tue, 14 Jan 2020 02:08:26 +0200 Matti Hamalainen Import build system improvements from th-libs.
Mon, 13 Jan 2020 22:26:24 +0200 Matti Hamalainen Add a C file with the generic BSD license text and a function for
Mon, 13 Jan 2020 22:25:21 +0200 Matti Hamalainen Remove gentab.
Wed, 08 Jan 2020 13:24:11 +0200 Matti Hamalainen Reorganize Makefile.gen some for clarity.
Tue, 07 Jan 2020 23:35:33 +0200 Matti Hamalainen Unfortunately -flto breaks clang builds, so remove it from the default
Mon, 06 Jan 2020 12:39:02 +0200 Matti Hamalainen Oops, used the old Makefile variable EXEEXT instead of BINEXT. Fix it.
Sat, 04 Jan 2020 14:45:29 +0200 Matti Hamalainen Oops, commit 21d8eb203e2a broke 'make install'. Fix it.
Thu, 05 Dec 2019 18:26:01 +0200 Matti Hamalainen Cosmetic.
Thu, 05 Dec 2019 18:24:43 +0200 Matti Hamalainen s/EXEEXT/BINEXT/g
Thu, 05 Dec 2019 16:48:46 +0200 Matti Hamalainen Some work on build system improvements/cleanups.
Tue, 29 Oct 2019 14:46:01 +0200 Matti Hamalainen More build system work: change DMCONFIG Make variable to DM_CONFIG, and add
Tue, 29 Oct 2019 14:36:13 +0200 Matti Hamalainen Improve build system: only hard depend on fontconv and data2inc when we are
Thu, 24 Oct 2019 08:19:31 +0300 Matti Hamalainen Fix data2inc and fontconv binpaths for cases when doing out of tree builds.
Mon, 12 Aug 2019 23:08:04 +0300 Matti Hamalainen Use $(MKDIR_P) instead of "mkdir -p".
Wed, 26 Jun 2019 14:41:47 +0300 Matti Hamalainen Optimize internal module build depencies a bit.
Tue, 18 Jun 2019 12:10:21 +0300 Matti Hamalainen Slightly improve MiniJSS build depencies.
Sat, 15 Jun 2019 21:54:14 +0300 Matti Hamalainen More cross-build fixing ..
Sat, 15 Jun 2019 21:50:58 +0300 Matti Hamalainen Fix Windows cross-building.
Sat, 15 Jun 2019 21:47:35 +0300 Matti Hamalainen Improve build process and depencies robustness.
Sat, 15 Jun 2019 21:39:59 +0300 Matti Hamalainen Fix build due to data2inc option changes.
Fri, 14 Jun 2019 03:24:24 +0300 Matti Hamalainen Add new module "lib64util", and move some functions there from lib64gfx
Wed, 12 Jun 2019 17:16:33 +0300 Matti Hamalainen Improve some build depencies to be more reliable.
Wed, 29 May 2019 09:11:46 +0300 Matti Hamalainen Clean up one build rule a bit.
Tue, 19 Feb 2019 09:33:29 +0200 Matti Hamalainen Add verbose build support ('make V=1').