Commit graph

632 commits

Author SHA1 Message Date
Jan Lindemann
1070bf4c90 standalone-exe.mk: Auto-add values for PROJECT and PREFIX 2007-02-23 01:05:56 +00:00
Jan Lindemann
bd26315c1f rules.mk: Add target trace-marks 2007-02-23 01:05:15 +00:00
Jan Lindemann
c2db500a6e Makefile: Add YFamily 2007-02-22 19:06:01 +00:00
Jan Lindemann
3f0b65cb96 linux-rpm-build.mk, rules.mk, generate-boot-medium.sh: Cleanup commit 2007-02-16 20:12:31 +00:00
Jan Lindemann
bec2fe4ecd yapp.mk: Find $(YAPP_CLASS).h in $(INCLUDE) path 2007-01-20 17:50:14 +00:00
Katrin Lindemann
d8d71a7ad6 defs.mk: Remove ./nomake from FIND_SUBDIRS 2007-01-06 14:17:34 +00:00
Jan Lindemann
cd109bf8f3 isolinux.mk: Ongoing improvements
- Make ISO_IMAGE optional
  - Beautify clean target
  - Add MENU_32 variable for use in including Makefiles
2006-12-31 11:42:58 +00:00
Jan Lindemann
3bacab9cb1 generate-boot-medium.sh: Add depmod -a 2006-12-03 20:17:59 +00:00
Jan Lindemann
bf794fe07c isolinux.mk: Now automatically using latest version 2006-12-03 19:28:00 +00:00
Jan Lindemann
89cf81a601 jcs: Add empty target all 2006-11-29 19:19:31 +00:00
Jan Lindemann
48b3bdfb5e smart-selection.mk: Add target write 2006-10-24 09:33:08 +00:00
3b8e30f1ff Makefile: Move subdir eloop before usrv 2006-10-18 14:59:12 +00:00
Jan Lindemann
78d4cf8912 Makefile: Add subdirectory util 2006-10-12 18:57:13 +00:00
Jan Lindemann
d36841a7df jcs: Ongoing improvements
- Add option -p <prefix> to jcs install
  - Replace jcs install by sudo jcs install here and there
  - Remove /etc/jcs/jcs.mk on init
2006-10-12 18:56:10 +00:00
Jan Lindemann
26532f41db proj.mk.in: Add -gstabs+ to CFLAGS to work around broken object code debug information 2006-10-02 13:03:25 +00:00
Jan Lindemann
ef6c022af3 run.mk: Add target valgrind 2006-09-27 10:46:16 +00:00
Jan Lindemann
53038b1d06 smart-selection.mk: Add target smart-config
- Fix abort on adding channel list
  - Add target smart-config
  - Fix handling of [rpm-sys] channel in smart channel list creation
2006-09-15 17:48:11 +00:00
Jan Lindemann
a4d52d808b smart-selection.mk: Support sorted package lists
- Create sorted package lists
  - Fix replace target
2006-09-14 20:16:10 +00:00
Jan Lindemann
15f6f93981 smart-selection.mk: Add target -channels.txt-replace (untested) 2006-09-14 20:01:56 +00:00
Jan Lindemann
cde53b4c6b smart-selection.mk: Add sh to shell scripts 2006-09-14 19:42:09 +00:00
Jan Lindemann
37fbec1536 smart-selection.mk: Improve handling
- Replace install-% by %-install
  - Exit successfully after smart update
2006-09-14 19:38:11 +00:00
Jan Lindemann
7e176b58f3 smart-selection.mk: Now doing an update after smart installation 2006-09-14 18:50:30 +00:00
Jan Lindemann
8408864a5e jcs: Ongoing improvements
- Set jcs dir smartly
  - Jcs init now installs jcs into /usr/bin instead of /usr/local/bin
  - Jcs makeinf is now less careful (asks fewer questions)
2006-09-14 18:24:23 +00:00
Jan Lindemann
b2a1d50c83 smart-selection.mk: Remove [rpm-sys] from channels
- Punch out built-in channel [rpm-sys] on channel list
    generation
  - Change target install-packages to install-%
2006-09-14 16:35:39 +00:00
Jan Lindemann
71fe2cd51f smart-selection.mk: Add target commit 2006-09-14 15:53:46 +00:00
Jan Lindemann
484d5c2bab smart-selection.mk: Add target install-packages
- Auto-detect distribution and release based on get_os.sh
  - Add target install-packages
2006-09-14 15:35:14 +00:00
Jan Lindemann
f12c51c7d0 smart-selection.mk: Add channel list 2006-09-14 15:04:48 +00:00
Jan Lindemann
43c457e635 smart-selection.mk: Fix MOD_SCRIPT_DIR
- Fix MOD_SCRIPT_DIR
  - Beautify selection creation
2006-09-14 14:49:43 +00:00
Jan Lindemann
2b175d6729 smart-selection.mk: Fix MOD_SCRIPT_DIR 2006-09-14 14:33:36 +00:00
Jan Lindemann
2b11219c1e smart-selection.mk: Add target install-smart (works) 2006-09-07 21:14:07 +00:00
Jan Lindemann
6e676d9aad plugin.mk: Add -D_PLUGIN to LOCAL_CLFLAGS and LOCAL_CPPFLAGS 2006-09-03 10:19:44 +00:00
Jan Lindemann
dcc0df7a75 defs.mk: Remove LDFLAGS += -ljack 2006-08-28 08:41:57 +00:00
Jan Lindemann
d7150c1fef plugin-version.mk, plugin.mk, smart-selection.mk: Add files 2006-08-27 18:51:02 +00:00
Jan Lindemann
f029316f96 plugin-defs.mk: Move definitions into plugin-defs.mk 2006-08-27 18:50:23 +00:00
7facbfca5f bugfix: Build had failed when there was no make/proj.mk 2006-08-18 18:36:17 +00:00
Jan Lindemann
2f2c60f614 Everywhere: Streamline TOPDIR
Make definition and usage of TOPDIR consistent with other projects
2006-08-16 14:53:49 +00:00
Jan Lindemann
e50f445d14 cfg_dev.mk, cfg_dist.mk: Add IMAGEDIR 2006-08-16 14:03:55 +00:00
Jan Lindemann
d0e1a12b66 proj.mk.in: Fix TOPDIR usage 2006-08-16 14:03:47 +00:00
401e7deb9f Makefile: Fix order of SUBDIRS 2006-08-10 08:06:32 +00:00
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