| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 89e2cc76f4e4cfd45a089b4967e02756ca8f52cb.
|
|
|
|
|
|
sudo will set SUDO_UID & SUDO_GID
use this to go back original user
|
|
|
|
|
|
|
|
$(xmake) is set to join(_PROGRAM_DIR, 'xmake')
that is wrong when XMAKE_PROGRAM_DIR is set to
another program dir (like developing dir) with no executable
so use system-special ways to get absolution path
of executable file always
|
|
|
|
|
|
|
|
|
|
|
|
|
|
better root checking & process redirect fixing
|
|
|
|
prev commit fixed process redirect
so that this can simply redirect to nuldev
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|