Commit graph

19 commits

Author SHA1 Message Date
bdd66dbc26 Everywhere: Rename MOD_SCRIPT_DIR -> JWB_SCRIPT_DIR
Follow name change of MODDIR -> JWBDIR.

Signed-off-by: Jan Lindemann <jan@janware.com>
2019-06-29 21:45:24 +00:00
aa85417a17 Everywhere: Purge spaces in text files
Signed-off-by: Jan Lindemann <jan@janware.com>
2019-03-06 12:38:20 +00:00
0eaef0c326 conf/jcs, make, tmpl/doxygen: Align equal signs in makefiles to column 30
Signed-off-by: Jan Lindemann <jan@janware.com>
2019-03-03 18:12:28 +00:00
f5c43f706a make: Replace some executables by absolute paths to improve performance
Signed-off-by: Jan Lindemann <jan@janware.com>
2017-09-02 19:26:52 +00:00
e4ea74dadc make, scripts: Add more scripts from ytools/devutil/scripts
Signed-off-by: Jan Lindemann <jan@janware.com>
2017-04-08 13:40:04 +00:00
Jan Lindemann
26baa6a3b4 make: Replace cat by $(CAT) 2012-02-04 11:06:22 +00:00
Jan Lindemann
9f4e02e618 make: Replace sed by $(SED) 2012-02-04 10:59:02 +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
13546383e0 make: Add MOD_SCRIPT_DIR
Add a unified $(MOD_SCRIPT_DIR) definition and usage, ubiquitously
used but not very well tested.
2007-08-15 14:15:37 +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
bf794fe07c isolinux.mk: Now automatically using latest version 2006-12-03 19:28:00 +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
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
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
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