Changes in husky sources
husky inspector написал(а) к All в Jan 22 01:00:28 по местному времени:
Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed,
(T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken
===========================
msged:
define LIBENV variable changing the library path
LIBENV is used for setting LDLIBRARYPATН on Linux and FreeBSD
and for setting DYLDLIBRARYPATН on Darwin
Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2022-01-18 17:19:43 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M Makefile
M maps/makefile.husky
===========================
msged:
define two functions: "mapsbuild_rules" and "maps_installrules"
We use the functions for generating maps. If DYNLIBS=0, we create
maps during the build using "mapsbuildrules". If DYNLIBS=1, we
make maps during installation; that is why we use "mapsinstallrules".
Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2022-01-18 13:41:19 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M maps/makefile.husky
===========================
msged:
use LDLIBRARYPATН
for the case of DYNLIBS=1 when RPMBUILDROOT is defined or the home
directory is a part of the PREFIX setting.
Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2022-01-18 13:23:23 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M Makefile
===========================
msged:
indent includes
Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2022-01-18 13:18:17 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M Makefile
===========================
msged:
add detailed comment to maps generation
in the case of DYNLIBS=1
Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2022-01-18 12:54:41 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M maps/makefile.husky
===========================
msged:
simplify msged_uninstall by using "find" command
As a result, even if two or more "msged" versions happen to be installed,
all of them will be uninstalled.
Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2022-01-18 12:50:27 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M Makefile
M doc/makefile.husky
M maps/makefile.husky
===========================
huskybse:
move "OSType" definition to the makefile beginning
Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2022-01-18 15:43:56 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M Makefile
--- hpt/lnx 1.9.0
|