Commit graph

593 commits

Author SHA1 Message Date
Jan Lindemann
b77f714d01 Release 1.1.11-0
- Inifile:
    - Complete redesign behind the scenes, Depend on YStringTree
  - YMisc:
    - Add cropstr() and unquote()
  - Make:
    - Replace ytools.mk by proj.mk to be consistent with other projects
2006-07-31 14:50:35 +00:00
Jan Lindemann
4fd6a6d677 Everywhere: Rename ytools.mk to proj.mk
Replace ytools.mk by proj.mk for consistency reasons:
$(TOPDIR)/make/proj.mk should be the project-wide but project-private
makefile for projects.
2006-07-31 14:12:38 +00:00
Jan Lindemann
6d7c809dc6 defs.mk: Add jack lib dependency 2006-07-19 14:28:51 +00:00
Jan Lindemann
f709f3395a suse-selection.mk: Add file 2006-07-08 18:55:14 +00:00
Jan Lindemann
ced5f3b2aa yapp.mk: Add file 2006-07-02 15:26:16 +00:00
Jan Lindemann
083e627092 CHANGES: Inifile handle is now of (opaque) type struct inifile 2006-06-29 20:03:08 +00:00
Jan Lindemann
ad2b15e3b2 isolinux.mk: Shifted most functionality into generate_boot_medium.sh 2006-06-29 17:43:13 +00:00
Jan Lindemann
2123f01797 generate-boot-medium.sh: Generate (non-working) initrd 2006-06-29 17:42:42 +00:00
Jan Lindemann
5f3d5dda81 generate-boot-medium.sh: Add file 2006-06-29 06:36:25 +00:00
Jan Lindemann
b8f21f8448 Release 1.1.10-4
- Misc:
    - Bugfix (by Benno): Fix read end condition in afs_read_from_fd()
  - Inifile:
    - Bugfix: short subsections weren't matched by match_super(),
      breaking inifile_get_num_sections()
    - Add typedef void *inifile_t stub, now to be used as inifile handle
2006-06-28 13:20:50 +00:00
Jan Lindemann
b5ee1beb6c isolinux.mk: Code beautification
- File name filter expression is now only at one place in code
  - Initrds now follow kernel naming conventions
2006-06-27 17:46:56 +00:00
Jan Lindemann
3f08e0730f linux-rpm-build.mk, linux-rpm.mk: Make KERNEL_DLOAD_DIR specifiable from Makefile 2006-06-27 00:53:58 +00:00
Jan Lindemann
d6640598b9 isolinux.mk: Fix kernels in isolinux.cfg 2006-06-27 00:23:19 +00:00
Jan Lindemann
e58a4d21e0 isolinux.mk: Translating file names
Translate file names, mkisofs -l --iso-level 2 translates
  "-" into "_"
  ".tar.gz" into ".tgz"
  multiple . into one . only, rest underscores
2006-06-26 17:35:25 +00:00
Jan Lindemann
6ae76f80cd isolinux.mk: Add -l option to mkisofs (long file names) 2006-06-26 16:40:49 +00:00
Jan Lindemann
5d902df27d isolinux.mk: Use $(UNPACK_DIR)/isolinux.bin instead of /usr/share/syslinux/isolinux.bin 2006-06-26 16:16:07 +00:00
Jan Lindemann
55ad49b381 linux-rpm.mk: Generate patches subdirectory automatically 2006-06-26 15:34:51 +00:00
Jan Lindemann
e71da8eca5 linux-rpm-build.mk: Distclean now depends on clean 2006-06-26 15:34:31 +00:00
Jan Lindemann
bcd931941b isolinux.mk: Fix labels 2006-06-26 15:34:12 +00:00
Jan Lindemann
3f5ba607ce isolinux.mk: Add file 2006-06-26 15:26:59 +00:00
Jan Lindemann
d4ef0468c9 scripts/Makefile: Beautification 2006-06-03 15:39:14 +00:00
Jan Lindemann
c091cff4da scripts/Makefile: Add cvsbuild to $\(EXE_SH\) 2006-06-02 17:16:38 +00:00
Jan Lindemann
533109b376 topdir.mk: Make local-% target work 2006-06-01 09:10:30 +00:00
Jan Lindemann
5988feb343 standalone-exe.mk: Remove bin directory on clean 2006-05-27 16:19:14 +00:00
Jan Lindemann
46ae128325 standalone-exe.mk: Add file 2006-05-27 16:13:58 +00:00
Jan Lindemann
cf6dcadcc7 rules.mk, topdir.mk: Add files 2006-05-26 14:07:43 +00:00
Jan Lindemann
7990f63f04 rules.mk: Add targets local-% and unlocal (might be shifted into topdir.mk, not yet existing) 2006-05-26 13:48:26 +00:00
Jan Lindemann
60a9350b04 Release 1.1.10-4-dev 2006-03-22 14:20:59 +00:00
Jan Lindemann
d71005b4e1 Release 1.1.10-4
- Count up version to protect old version
2006-03-22 14:20:38 +00:00
Jan Lindemann
bb8cbd1efc Release 1.1.10-3-dev 2006-03-22 14:06:03 +00:00
Jan Lindemann
a4b3075edd Release 1.1.10-3
- Base: Fix O_TRUNC in ytools_open()
  - Uclnt:
    - Improved logging
    - Push format ids by reference into YDataBox
2006-03-22 14:05:35 +00:00
Jan Lindemann
dea2aac5db rules.mk: Remove dependency of all.done on $(OBJ) 2006-03-22 11:11:29 +00:00
Jan Lindemann
75e85c0747 defs.mk: Remove non-standard lib search path for gcc3 under /usr/local/gcc3.3 2006-03-19 11:03:33 +00:00
Jan Lindemann
fa87315089 rules.mk: Make all.done depend on $(OBJ) 2006-03-17 21:03:09 +00:00
Jan Lindemann
587c7caff8 defs.mk: Now not using gfilt for rpm based builds (still ugly, might be better to use configure 2006-03-17 16:50:28 +00:00
Jan Lindemann
5482744e3b defs.mk: Disable gfilt for rpm builds
This commit (hopefully) makes CPP not use gfilt for rpm builds

TODO: re-enable this for use with rpm libs
2006-03-17 16:16:48 +00:00
Jan Lindemann
0ee9e88e4c CHANGES: Add YPath 2006-03-17 15:33:35 +00:00
Jan Lindemann
220f7101aa Release 1.1.10-2
- Support gcc 4.0, fixed some uninitialized vars and some syntax while at it
  - Support x86_64
  - Base/misc: Add consume_bytes_from_pipe()
  - Slog: slog() inline
  - Beautify some Makefiles (FIND_SUBDIRS)
  - Make:
    - Decoupled USE_COMPILER_OPTIMIZATION_OPTS from USE_DEBUG_OPS
    - Add USE_ASSERTIONS
    - Not using qt4 debug libs anylonger
    - Add run.mk
  - YShMem: Make a couple of functions inline
  - Uclnt/cpp: Fix some uninitialized variables, possibly harming stability (thread id)
2006-03-17 15:16:17 +00:00
Jan Lindemann
8069fb25cd Qt 4: Fix build because of missing Qt libraries
Now not using lib64 as qt lib dir for qt4

TODO: this works but does not really hit the nail on the head
2006-03-17 07:09:50 +00:00
Jan Lindemann
82b68e2822 defs.mk: Optimize Qt app performance
- Use regular qt libs instead of debug libs
  - Add USE_ASSERTIONS macro
  - Make USE_COMPILER_OPTIMIZATION_OPTS independent from USE_COMPILER_DEBUG_OPTS
2006-03-17 07:07:08 +00:00
Jan Lindemann
5235e2373c tmpl/tex/Makefile: Use standardized SUBDIRS = $(FIND_SUBDIRS) 2006-03-16 09:35:47 +00:00
Jan Lindemann
6ac400b30e defs.mk: Make it compile under SuSE 10.0, X86-64 2006-03-16 09:06:20 +00:00
Jan Lindemann
6a37ebd3df $(TOPDIR), make: Make it compile under SuSE 10.0, X86-64 2006-03-16 08:07:38 +00:00
Jan Lindemann
6870a0f7fe linux-rpm-build.mk: Remove pax_global_header of tar fame 2006-03-15 14:32:32 +00:00
Jan Lindemann
3683aabee5 defs.mk: Remove now unnecessary DEPEND_CPPFLAGS (since x11 makedepend has been replaced by gcc -M) 2006-03-15 14:18:50 +00:00
Jan Lindemann
9975b9bfb2 Makefile: Move YMisc, YMem, YOptString up in compilation order, since they were missing here and there 2006-03-14 14:56:32 +00:00
Jan Lindemann
9a748542cc exe.mk: Delegate execution related part to newly included run.mk 2006-03-14 14:45:18 +00:00
Jan Lindemann
d3ae69b6f6 defs.mk: Add valgrind core files to CORE variable 2006-03-14 14:44:37 +00:00
Jan Lindemann
8234d5c887 run.mk: Add targets stop, clean, fix dependencies
- Add targets stop and kill
  - Make clean depend on runclean
2006-03-14 14:44:09 +00:00
Jan Lindemann
b9b6053121 rules.mk: Add support for valgrind core files 2006-03-14 14:43:36 +00:00