Commit graph

693 commits

Author SHA1 Message Date
Jan Lindemann
9c2e00a754 defs.mk: Fix typo (CPPFLAG vs CPPFLAGS) 2007-09-11 19:52:17 +00:00
Jan Lindemann
8da67697cf defs-dev.mk, defs-dist.mk, defs.mk: Add COMPILE_DEBUG_LOG 2007-09-11 13:53:01 +00:00
Jan Lindemann
8aa00b647e defs.mk: Compile USE_VALGRIND with -D_VALGRIND_ 2007-09-11 13:42:05 +00:00
Jan Lindemann
5780e53a9d defs.mk: Fix MOD_SCRIPT_DIR for non-ytools rpm-builds 2007-09-11 08:26:29 +00:00
Jan Lindemann
69acf0225b defs.mk: Fix MOD_SCRIPT_DIR for ytools rpm compilation 2007-09-11 08:09:40 +00:00
Jan Lindemann
a410630227 tools.mk: Add dependency all: all.done 2007-09-10 14:49:28 +00:00
Jan Lindemann
fb3f8d82d6 rules.mk: Shuffle dependencies
- Add dependency all: all.done
  - Declare all install clean distclean .PHONY
2007-09-10 14:49:22 +00:00
Jan Lindemann
6a6692bab5 depend.mk: Include $(DEPEND_MK) only for targets all and empty 2007-09-10 14:49:19 +00:00
Jan Lindemann
8a9cfed9a7 defs.mk: Sorted out some dependencies 2007-09-10 14:49:13 +00:00
3d3fbdf92a defs.mk: Fix last fix 2007-09-10 11:46:02 +00:00
Jan Lindemann
e09b732d23 linux-rpm.mk: Fix KERNEL_URL and removed redundancy 2007-09-10 09:39:34 +00:00
Jan Lindemann
6302055437 defs.mk: Fix MOD_SCRIPT_DIR for rpm builds originating from ytools 2007-09-10 09:39:31 +00:00
Jan Lindemann
f50d7bd5dc defs-[dev|dist].mk: LOGNAME -> LOGID
Replace LOGNAME by LOGID, because there's a LOGNAME already in the
environment.
2007-09-09 20:02:05 +00:00
Jan Lindemann
76fe85cd38 make: Add definition for LOG install targets 2007-09-09 18:51:29 +00:00
Jan Lindemann
3852f12ff2 defs.mk: Remove public.mk from inclusions 2007-09-09 17:02:05 +00:00
Jan Lindemann
3573120b9e linux-rpm.mk: Revert to CVS revision 1.37
Go back to revision 1.37 of linux-rpm.mk, undoing Benno's changes in
the last two revisions, since they made kernels with Torvalds-defined
EXTRAVERSIONs stop working
2007-09-09 16:28:58 +00:00
Jan Lindemann
d40bac2bb4 defs.mk: Add beautify_lib_path helper function variable 2007-09-08 16:17:34 +00:00
Jan Lindemann
af6262b6e0 run.mk: Add target ldd 2007-09-08 16:17:16 +00:00
Jan Lindemann
06de9750cd rules.mk: Beautify echo-libpath target 2007-09-08 16:17:12 +00:00
Jan Lindemann
f08fb3ccc4 defs.mk: Fix missing CCASFS_DIR 2007-09-08 16:06:16 +00:00
Jan Lindemann
5d9e1c7ffe rpmdist.mk: Fix RPM_REQUIRES_DEVEL if $(FLAVOUR_PREFIX) was non-empty 2007-09-08 09:50:09 +00:00
Jan Lindemann
4e3baa5472 rpmdist.mk: Remove duplicate flavour prefix from requirements 2007-09-06 09:49:24 +00:00
0c69232cb6 topdir.mk: Fix target topdir.clean 2007-09-05 18:08:20 +00:00
Jan Lindemann
2ad0a1a2ec topdir.mk: Add target prefix.done (mkdir -p $(PREFIX)) 2007-09-04 21:52:28 +00:00
Jan Lindemann
a76bbd259d text.mk: Make all first target 2007-09-04 21:52:17 +00:00
Jan Lindemann
c5b15e99d5 rules.mk: Fix $(TOPDIR)/dir_build_XX.done and $(TOPDIR)/dir_install_XX.done rules 2007-09-04 21:52:07 +00:00
Jan Lindemann
f3b36a4eaf proj.mk: Add sudo to RPM_REQUIRES_RUN 2007-09-04 21:51:56 +00:00
Jan Lindemann
4bfcc32f72 dirs.mk: Remove clean from install target 2007-09-04 21:51:47 +00:00
Jan Lindemann
282dc6999b defs.mk: Fix missing definition of BUILD_IMGDIR 2007-09-04 21:51:37 +00:00
Jan Lindemann
5ce3eec1d7 defs.mk: Add LOCAL_LIBS
Add the variable LOCAL_LIBS

TODO: use something like this as unifying variable, there are far too
many lib-related variables.
2007-09-04 20:37:03 +00:00
Jan Lindemann
cee9062f87 defs.mk: Don't prefix all RPM_REQUIRES_XXX with FLAVOUR_PREFIX
RPM_REQUIRES_RUN and RPM_REQUIRES_DEVEL are now not automatically
prefixed by $(FLAVOUR_PREFIX) anylonger, to make hand-crafted
cross-flavour dependencies possible.
2007-09-04 08:01:08 +00:00
Jan Lindemann
25fcd07709 defs.mk: Add USE_CCASFS 2007-09-04 07:37:20 +00:00
Jan Lindemann
b02a3ac16f proj.mk: Add smart to requirements 2007-09-03 20:13:29 +00:00
Jan Lindemann
3f00484402 lib.mk: Add *.exp and *.lib to mingw clean target 2007-09-03 11:47:49 +00:00
Jan Lindemann
5f4221a1f6 defs.mk: Add INSTALLED_DEF (*.lib *.def *.exp) to INSTALLED_LIB for mingw 2007-09-03 11:47:44 +00:00
Jan Lindemann
375cbd39df rpmdist.mk: Automation: Check if old RPM is installable
Check if old rpm is installable before deciding not to increase build
number.
2007-09-02 15:27:50 +00:00
Jan Lindemann
1c010ddbb6 defs.mk: Require exact version and build match for RPM_REQUIRES 2007-09-02 15:02:08 +00:00
Jan Lindemann
ea39c2649d conf.mk: Fix missing clean target 2007-09-01 15:23:57 +00:00
Jan Lindemann
c84024dfa7 defs.mk: Fix dependencies of USE_CCONSOLE 2007-08-31 18:41:54 +00:00
Jan Lindemann
2934e5d8d6 defs.mk: Fix CCONSOLE_PATH 2007-08-31 18:12:13 +00:00
Jan Lindemann
c885923019 defs.mk: Add dependencies for cconsole 2007-08-31 16:55:59 +00:00
Jan Lindemann
0ac621aa74 defs.mk: Stripping $(FLAVOUR_PREFIX) from PROJECT, as it's automatically generated from directory 2007-08-31 12:49:14 +00:00
Jan Lindemann
1a38392699 rpmdist.mk: Mkspec.sh is passed $(add_flavour_prefix)ified dependencies now 2007-08-31 11:12:59 +00:00
Jan Lindemann
3603e8aaaa proj.mk: Fix CVS_PROJ_DIR 2007-08-31 11:12:56 +00:00
Jan Lindemann
1c126117e1 mkspec.sh: Fix don't-call-jcs-for-mingw condition 2007-08-31 11:12:51 +00:00
Jan Lindemann
92113d289c defs.mk: Add FLAVOUR_PATH_PREFIX to rpm-installed project paths 2007-08-31 11:12:46 +00:00
Jan Lindemann
d7933e15d0 mkspec.sh: Disable jcs init for TARGET = mingw 2007-08-30 18:05:54 +00:00
Jan Lindemann
9998835597 defs.mk: Prepended FLAVOUR_PREFIX to RPM_REQUIRES 2007-08-30 15:21:58 +00:00
Jan Lindemann
cb97d7a612 std-tools.mk: Add $(PROFILE_SH) to prerequisites for install 2007-08-30 13:21:11 +00:00
Jan Lindemann
6b15cd0681 defs.mk: Add definition of FLAVOUR_SUFFIX 2007-08-30 11:59:02 +00:00