sortix-mirror/tix
Jonas 'Sortie' Termansen f4560a9527 Remove tix tools command line interface cruft.
This removes the ability to override standard shell utilities using
environment variables. The standard names are invoked unconditionally and
can be overridden using the standard approach of adding replacements to the
PATH. Additionally environment variables like PREFIX and HOST are no longer
honored as defaults for the --prefix and --host options. These features are
removed because they've never been used and cause more trouble than they
are worth.

The tix collection option now defaults to the root directory to simplify
common invocations. The tix-build prefix also now defaults to the empty
prefix.

Support installing multiple packages at once with tix-install.

Tighten file and directory creation modes while here.

Add --generation for forward compatibility.

Silence tix-collection creation.

Fix uninitialized getline invocations.

Fix porttix-create buffer overflow.
2016-01-25 17:39:57 +01:00
..
.gitignore Add the Tix package management system. 2013-12-19 18:09:08 +01:00
Makefile Update command line parsing to current coding conventions. 2015-12-12 19:28:07 +01:00
porttix-create.cpp Remove tix tools command line interface cruft. 2016-01-25 17:39:57 +01:00
srctix-create.cpp Remove tix tools command line interface cruft. 2016-01-25 17:39:57 +01:00
tix-build.cpp Remove tix tools command line interface cruft. 2016-01-25 17:39:57 +01:00
tix-collection.cpp Remove tix tools command line interface cruft. 2016-01-25 17:39:57 +01:00
tix-eradicate-libtool-la Add the Tix package management system. 2013-12-19 18:09:08 +01:00
tix-execdiff.cpp Update command line parsing to current coding conventions. 2015-12-12 19:28:07 +01:00
tix-execpatch.cpp Update command line parsing to current coding conventions. 2015-12-12 19:28:07 +01:00
tix-install.cpp Remove tix tools command line interface cruft. 2016-01-25 17:39:57 +01:00
tix-rmpatch.cpp Update command line parsing to current coding conventions. 2015-12-12 19:28:07 +01:00
tix.cpp Remove tix tools command line interface cruft. 2016-01-25 17:39:57 +01:00
util.h Remove tix tools command line interface cruft. 2016-01-25 17:39:57 +01:00