index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-01 | Update copyright year | Allan McRae | |
Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2020-02-10 | build-aux/update-copyright 2019 2020 | Allan McRae | |
Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2019-10-23 | Update copyright years | Allan McRae | |
make update-copyright OLD=2018 NEW=2019 Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2019-10-07 | makepkg: add rust support for *FLAGS and debug-prefix-map | Eli Schwartz | |
The rust language supports $RUSTFLAGS to be used automatically in all rustc invocations. Allow setting this in makepkg.conf (e.g. for optimization or debuginfo support), and teach debug+strip to pass the rustc command line argument necessary to rewrite source file paths in the debugging symbols. Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2019-10-04 | libmakepkg: fix typo | morganamilo | |
Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2019-05-08 | libmakepkg: fix missing or inaccurate interdependencies | Eli Schwartz | |
When the executable checking was refactored into libmakepkg, it carried with it, usage of $E_* error codes, which need to be declared from error.sh but are only available when the parent program already sources error.sh; additionally, message.sh was only loaded in a parent library, but not where it was needed, and option.sh was often loaded when it wasn't needed at all. util.sh, meanwhile, has always depended on message.sh functions. Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2018-11-27 | Split prepare_buildenv() to libmakepkg | Que Quotion | |
This opens the door for third parties to provide libmakepkg extentions for the purpose of altering the build environment. Signed-off-by: Que Quotion <quequotion@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> |