Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Minipix tarball
in 999.tarballs.build which solely contains ${PREFIX_MINIPIX}.
- Adds {bash,coreutils}_static which are linked statically and installed to ${PREFIX_MINIPIX}
as opposed to {bash_coreutils} which are not linked statically and installed to ${PREFIX_NATIVE}.
- Adds file v5.28.
- Add support for ${PREFIX_MINIPIX} to midipix.sh (either automatically detected or specified via -m.)
- Adds verbosity flag -v wrt. secure_{cd,rm}() and insecure_mkdir().
- Build slibtool{_host,} w/ `--prefix='.
- Export ${ARG_TARBALL} instead of special-casing build level 9.
- Fix mc configure failure (error: could not determine how to read list of mounted file systems.)
|
|
|
|
- Detect if ${MIDIPIX_PATH}/native/lib contains shared objects that
are symbolic links and offer to convert them to hard links. As this
has been a problem numerous times before, midipix.sh now explicitly
handles this.
- Launch mintty w/ the ntctty default of 80 rows and 120 columns.
- Only handle Cygwin pathnames, be they absolute or relative.
- Print the ntctty PID 0.25 seconds after launching it and optionally
tail(1) -f ${MIDIPIX_PATH}/native/bin/libpsxscl.log if -l was specified,
both to aid debugging.
- Sanity-check ${MIDIPIX_PATH}/native/bin for required binaries.
- Simplify the Midipix shell invocation command sequence; ${PATH} is
now initialised to `/bin:/lib' only, absolute pathnames are only
used for ${MIDIPIX_PATH}/native/lib in order to launch ntctty.
|
|
|
|
into ${PKG_SUBDIR}.)
Fix libpsxscl.log pathname in midipix.sh (via Elieux.)
|
|
(via Elieux.)
|
|
Followup to <2696b7e8fb2972e72fab7ca8b5a3ab87022814af>:
- Restore src/process/_execve.c NT_SEC_IMAGE vs. NT_SEC_RESERVE patch for
builds on lucio-vm.local. to allow for running Midipix from a network share.
Move previous psxscl patches into psxscl.local@lucio-vm.local.patch.
Prevent Irssi from using g_child_watch_add_full() when resolving hostnames
for testing purposes as clone(2) is not currently implemented.
Updated Create `Midipix mintty shell' shortcut.vbs:
- Always update the shortcut file.
- Launch sh(1) instead of Mintty (via Elieux.)
- Obtain the pathname to Cygwin from the command line, defaulting to `C:\cygwin64'.
Updated midipix.sh:
- Automatically determine ${MIDIPIX_DRIVE} and ${MIDIPIX_PNAME} via cygpath(1) (via Elieux.)
- Export MSYS2_ARG_CONV_EXCL="*" when running within Msys (via Elieux.)
- Prepend `/bin' to ${PATH} if not present (via Elieux.)
- Set and restore the previous cygdrive prefix.
- Use /proc/cygdrive instead of /cygdrive (via Elieux.)
|
|
|