Commit graph

771 commits

Author SHA1 Message Date
Jan Lindemann
5df803202c defs.mk: Add support for USE_FEEDFS_LDAP 2008-11-23 23:01:47 +00:00
Jan Lindemann
4a2af60996 defs.mk: Add double inclusion preventer YTOOLS_DEF_MK_INCLUDED 2008-10-29 10:43:44 +00:00
Jan Lindemann
fd374bab3c defs-dev.mk, defs-dist.mk, defs.mk: Add support for BREAK_ABI compile option 2008-10-28 07:09:01 +00:00
Jan Lindemann
3214b283fa plugin-defs.mk: Make PLUGIN_PREFIX optional 2008-10-27 15:18:13 +00:00
Jan Lindemann
fa7830c0ff plugin.mk, tools.mk: Add include $(MODDIR)/make/backup.mk 2008-10-10 20:13:13 +00:00
Jan Lindemann
3ad5af17f0 backup.mk: Add file 2008-10-10 20:12:44 +00:00
Jan Lindemann
16242a9942 linux-rpm-build.mk, linux-rpm.mk: Merged changes from V_1_1_15_4_ITALY 2008-07-13 15:03:04 +00:00
Jan Lindemann
429d7950e7 rules.mk: Fix LINKS_SO
LINKS_SO has multiple identical paths that end up in the link
creation rule, fix that.
2008-05-24 07:21:11 +00:00
Jan Lindemann
1c1f892004 defs.mk, rpmdist.mk: Remove CURRENT_RPM_SRC on clean 2008-05-22 19:42:35 +00:00
Jan Lindemann
fd158fcb68 defs.mk: SYSCFG_PREFIX, INSTALL_CFGDIR, EXE_SH
- Kick out SYSCFG_PREFIX (SYSCFG_DIR is enough)

  - Make INSTALL_CFGDIR ?= CONFIG_DIR (instead of = CONFIG_DIR)
    maybe CONFIG_DIR can be left out, too

  - Add .py to EXE_SH
2008-05-22 09:59:54 +00:00
Jan Lindemann
dafc724e64 defs-dev.mk, defs-dist.mk: Kick out SYSCFG_PREFIX (SYSCFG_DIR is enough) 2008-05-22 09:59:52 +00:00
Jan Lindemann
5eeec55ff9 make: Consistently renamed "SYSCONFIG" to "SYSCFG" 2008-05-22 09:24:28 +00:00
Jan Lindemann
2aae3efc56 defs.mk: Add USE_FEEDFSD definitions 2008-05-13 13:16:38 +00:00
Jan Lindemann
80b64e6ec1 rules.mk: Last commit broke exe installation 2008-05-09 10:26:37 +00:00
Jan Lindemann
fba0dd27ec lib.mk: Fix LD_CONF installation
Make install target depend on install_LD_CONF, instead of
$(INSTALLED_LD_CONF), because target directory was not created
otherwise
2008-05-08 12:28:21 +00:00
Jan Lindemann
d3c58259dc mkspec.sh: Follow change in ytools/make/defs.mk.in
Fix mkspec.sh ENV_PREFIX after respective change in
ytools/make/defs.mk.in (added trailing slash)
2008-05-07 07:22:11 +00:00
Jan Lindemann
01072e1a15 scripts.mk: Add clean.init (removing init scripts generated from .init) 2008-05-06 16:04:18 +00:00
Jan Lindemann
c21cc90f66 rules.mk: Support SYSCFG installation types
- Add SYSCFG to automatic installation rules
  - Manually add rules for .init and .sysconf files, not sure
    why this is necessary
2008-05-06 16:04:11 +00:00
Jan Lindemann
8bc1e21b01 lib.mk: Remove ld-*.conf on clean 2008-05-06 16:04:08 +00:00
Jan Lindemann
e05fbcbc20 defs.mk: Support SYSCFG and INIT installation types
- Add definitions for automatic SYSCFG installation rules
  - Add definitions for automatic INIT installation from .init files
2008-05-06 16:04:06 +00:00
Jan Lindemann
90c02b1be3 defs-[dist|dev].mk: Add new variables
- ENV_PREFIX now should have a trailing "/" or be empty
  - Add SYSCFG OWNER, GROUP, MODE, DIROWNER, DIRGROUP, DIRMODE
2008-05-06 16:04:03 +00:00
Jan Lindemann
dc04c14d4b conf.mk: Add install_SYSCFG 2008-05-06 16:03:59 +00:00
Jan Lindemann
7248c44960 smart-selection.mk: Fix selection.done target 2008-05-04 22:17:06 +00:00
Jan Lindemann
ecb6741bc2 defs.mk: Make it compile on SuSE 10.3 @ x86_64 2008-05-01 12:37:26 +00:00
Jan Lindemann
19b04da173 defs.mk: Remove LD_CONF stuff from mingw build 2008-04-10 06:01:22 +00:00
Jan Lindemann
1ebb79d5d6 make: Add LD_CONF support (automatically added to all projects in lib.mk) 2008-04-09 11:20:01 +00:00
Jan Lindemann
5835b2af69 defs-dev.mk: Uncommented COMPILE_DEBUG_LOG 2008-04-08 11:51:28 +00:00
6d7b572ca5 defs.mk: Add java variables 2008-03-30 13:33:44 +00:00
3714c6d0e1 defs-dev.mk, defs-dist.mk: Add variables JAVA* 2008-03-30 12:17:54 +00:00
63c93108ba rules.mk: Add JAVA to INSTALLATION_FILE_TYPES 2008-03-30 12:17:35 +00:00
197949e10b isolinux.mk: Follow syslinux 3.62 path of menu.c32
Change path of menu.c32, adapting to the current syslinux version
(3.62). The "new hierarchial submenu" is mentioned in its changelog.
2008-03-19 19:22:41 +00:00
Jan Lindemann
7b9e6d16d1 rpmdist.mk: Tried to fix version number in commit comment for VERSION and HASH 2008-02-19 17:53:22 +00:00
Jan Lindemann
a11e1f03f3 linux-rpm.mk: Fix COMPLETE_VERSION for realtime-kernels
- Fix COMPLETE_VERSION for patched EXTRAVERSIONs (2.6.24_rt15-1 instead of 2.6.24-1_rt15)
  (removed distinction between 3- and 4-digit versions)
- Patches now don't depend on unpack.done any longer
2008-02-01 13:10:13 +00:00
Jan Lindemann
681dd53eae linux-rpm-build.mk: Remove -release from kernel versions
Use sed scriptlets to remove -release from kernel versions in
KERNEL_PKG and for -v argument to mkspec-linux.sh, pretty hacky this
way
2008-02-01 13:10:09 +00:00
Jan Lindemann
2943d18786 mkspec.sh: Fix header extraction regex
Fix regex extracting header files from installation log, matched
every string containing "include" to now.
2008-01-14 14:31:07 +00:00
Jan Lindemann
037529e7f6 defs.mk: Now not logging cfg_xxx.mk inclusion failure as error any longer 2008-01-03 12:02:04 +00:00
Jan Lindemann
7ef5b9edfc smart-selection.mk: Add include $(MODDIR)/make/defs.mk 2008-01-03 12:01:24 +00:00
Jan Lindemann
b7e17d30a2 untested: Fix versions in commit comments 2007-12-25 10:02:16 +00:00
Jan Lindemann
98e15cb19e defs.mk: Updated CROSS_TOOLS_BIN_PREFIX (i386 -> i686-pc) 2007-12-22 18:19:59 +00:00
Jan Lindemann
46f8219987 rpmdist.mk: Fix missing cvs update -dP in check_cvs_sync 2007-12-22 17:45:43 +00:00
Jan Lindemann
125cf84e39 make: Fix UPDATE_REPO_SH 2007-12-19 20:52:10 +00:00
Jan Lindemann
21adf9c0a8 rules.mk: Add target echo-include 2007-12-19 20:22:07 +00:00
Jan Lindemann
83f79c4826 defs.mk: Fix LPPFLAGS for gcc 3.3 2007-12-19 20:21:56 +00:00
Jan Lindemann
ffae17d417 run.mk: Add target kcg (kcachegrind on callgrind) 2007-12-11 23:17:49 +00:00
Jan Lindemann
58f526a5f9 defs.mk: Make CROSS_TOOL_DIR and CROSS_TOOL_BIN_PREFIX ?= 2007-12-11 23:17:46 +00:00
Jan Lindemann
77c146286e make: Add profclean to clean target 2007-12-01 22:43:17 +00:00
Jan Lindemann
b581ecc502 run.mk: Add target callgrind 2007-12-01 22:43:02 +00:00
Jan Lindemann
0d54313225 rules.mk: Add *.gcda and *.gcno to profclean target 2007-12-01 22:42:54 +00:00
Jan Lindemann
0be8219671 defs.mk: Profile with -pg --coverage
- USE_PROFILER now adds -pg to FLAGS
  - --coverage (ex -fprofile-args -ftest-coverage) is now triggered
    by USE_GCOV
2007-12-01 22:42:38 +00:00
Jan Lindemann
a3ee2468df tex.mk: Use kpdf instead of acroread for xpdf target 2007-11-27 21:51:01 +00:00