mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-21 23:38:49 -05:00
libmakepkg: generate all scripts
In order for the scripts to be used in testsuites, it is easiest to generate all of them so they are found in the build directory (which may be different to the source directory). Signed-off-by: Alad Wenter <alad@archlinux.info> Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
8c55c0096c
commit
aca153bfa6
@ -1,6 +1,10 @@
|
|||||||
# enforce that all scripts have a --help and --version option
|
# enforce that all scripts have a --help and --version option
|
||||||
AUTOMAKE_OPTIONS = std-options
|
AUTOMAKE_OPTIONS = std-options
|
||||||
AM_INSTALLCHECK_STD_OPTIONS_EXEMPT = makepkg-wrapper
|
AM_INSTALLCHECK_STD_OPTIONS_EXEMPT = \
|
||||||
|
makepkg-wrapper \
|
||||||
|
pacman-db-upgrade-wrapper \
|
||||||
|
pacman-key-wrapper \
|
||||||
|
pkgdelta-wrapper
|
||||||
|
|
||||||
SUBDIRS = po
|
SUBDIRS = po
|
||||||
|
|
||||||
@ -47,11 +51,6 @@ LIBMAKEPKGDIRS = \
|
|||||||
tidy \
|
tidy \
|
||||||
util
|
util
|
||||||
|
|
||||||
LIBMAKEPKG = \
|
|
||||||
libmakepkg/util/message.sh \
|
|
||||||
libmakepkg/util/option.sh \
|
|
||||||
libmakepkg/util/util.sh
|
|
||||||
|
|
||||||
LIBMAKEPKG_IN = \
|
LIBMAKEPKG_IN = \
|
||||||
libmakepkg/integrity.sh \
|
libmakepkg/integrity.sh \
|
||||||
libmakepkg/integrity/generate_checksum.sh \
|
libmakepkg/integrity/generate_checksum.sh \
|
||||||
@ -96,11 +95,13 @@ LIBMAKEPKG_IN = \
|
|||||||
libmakepkg/tidy/strip.sh \
|
libmakepkg/tidy/strip.sh \
|
||||||
libmakepkg/tidy/zipman.sh \
|
libmakepkg/tidy/zipman.sh \
|
||||||
libmakepkg/util.sh \
|
libmakepkg/util.sh \
|
||||||
|
libmakepkg/util/message.sh \
|
||||||
|
libmakepkg/util/option.sh \
|
||||||
libmakepkg/util/pkgbuild.sh \
|
libmakepkg/util/pkgbuild.sh \
|
||||||
libmakepkg/util/source.sh
|
libmakepkg/util/source.sh \
|
||||||
|
libmakepkg/util/util.sh
|
||||||
|
|
||||||
LIBMAKEPKG_DIST = \
|
LIBMAKEPKG_DIST = \
|
||||||
$(LIBMAKEPKG) \
|
|
||||||
$(addsuffix .in, $(LIBMAKEPKG_IN))
|
$(addsuffix .in, $(LIBMAKEPKG_IN))
|
||||||
|
|
||||||
COMPLETION_IN = \
|
COMPLETION_IN = \
|
||||||
|
@ -48,7 +48,7 @@ scripts/libmakepkg/tidy/purge.sh.in
|
|||||||
scripts/libmakepkg/tidy/staticlibs.sh.in
|
scripts/libmakepkg/tidy/staticlibs.sh.in
|
||||||
scripts/libmakepkg/tidy/strip.sh.in
|
scripts/libmakepkg/tidy/strip.sh.in
|
||||||
scripts/libmakepkg/tidy/zipman.sh.in
|
scripts/libmakepkg/tidy/zipman.sh.in
|
||||||
scripts/libmakepkg/util/message.sh
|
scripts/libmakepkg/util/message.sh.in
|
||||||
scripts/libmakepkg/util/source.sh.in
|
scripts/libmakepkg/util/source.sh.in
|
||||||
scripts/library/output_format.sh
|
scripts/library/output_format.sh
|
||||||
scripts/library/parseopts.sh
|
scripts/library/parseopts.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user