1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00
pacman/scripts
Dan McGee 781af8f91b Use automake verbose helpers in custom make rules
This converts our script generation to use the built-in AM_V_GEN macro,
which honors the V= setting passed to make and allows one to see the
full command if they truly desire. The AM_V_at macro is also used in
place of an explicit @ so verbose-mode compiles show all commands being
run.

We can also use these two macros in doc generation to quiet it down to
the level we expect.

Other minor changes:
* a pointless test call is removed in test/pacman/tests/
* sed is used instead of dos2unix as we depend on it anyway
* consecutive chmod calls are reduced to a single call (e.g., '+x,a-x')

Signed-off-by: Dan McGee <dan@archlinux.org>
2011-12-08 09:17:39 -06:00
..
library parse_options: accept multiple arguments 2011-07-05 10:22:31 -05:00
po Miscellaneous post-4.0.1 updates 2011-11-30 22:28:13 -06:00
.gitignore Move some .gitignore entries 2011-07-18 10:28:19 -05:00
Makefile.am Use automake verbose helpers in custom make rules 2011-12-08 09:17:39 -06:00
makepkg.sh.in scripts/*: Declare several constant variables read-only 2011-12-07 10:02:11 -06:00
pacman-db-upgrade.sh.in scripts/*: Declare several constant variables read-only 2011-12-07 10:02:11 -06:00
pacman-key.sh.in scripts/*: Declare several constant variables read-only 2011-12-07 10:02:11 -06:00
pacman-optimize.sh.in scripts/*: Declare several constant variables read-only 2011-12-07 10:02:11 -06:00
pkgdelta.sh.in scripts/*: Declare several constant variables read-only 2011-12-07 10:02:11 -06:00
rankmirrors.sh.in rankmirrors: properly sort resulting times 2011-09-06 08:44:34 -05:00
repo-add.sh.in scripts/*: Declare several constant variables read-only 2011-12-07 10:02:11 -06:00