diff options
author | jbj <devnull@localhost> | 2001-07-06 20:37:42 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-07-06 20:37:42 +0000 |
commit | 9df3fc957f97511ce04123f3cbebdf9dc543cebb (patch) | |
tree | 4e2ad67cd32464a7360d686be8b848cdb03e2195 /tests/Makefile.am | |
parent | 20c2a42d4f18fe324c3bc06cc106136130f44c9b (diff) | |
download | rpm-9df3fc957f97511ce04123f3cbebdf9dc543cebb.tar.gz rpm-9df3fc957f97511ce04123f3cbebdf9dc543cebb.tar.bz2 rpm-9df3fc957f97511ce04123f3cbebdf9dc543cebb.zip |
- expose rpmShowProgress() and rpmVerifyDigest() in rpmcli.h.
- portability: avoid st_mtime, gendiff uses basename, etc (#47497).
- glibc-2.0.x has not __va_copy().
- popthelp.c: static copy of stpcpy/stpncpy for the deprived (#47500).
CVS patchset: 4921
CVS date: 2001/07/06 20:37:42
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index ea8da3334..86e9cf9b2 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -11,8 +11,10 @@ check-recursive: ./usr/ ./bin ./var make -C .. DESTDIR=`pwd` install cp rpmrc macros ./$(pkglibdir) rm -f ./@GZIPBIN@ + if [ ! -d ./`dirname @GZIPBIN@` ] ; then mkdir -p ./`dirname @GZIPBIN@` ; fi ln -s @GZIPBIN@ ./@GZIPBIN@ rm -f ./@BZIP2BIN@ + if [ ! -d ./`dirname @BZIP2BIN@` ] ; then mkdir -p ./`dirname @BZIP2BIN@` ; fi ln -s @BZIP2BIN@ ./@BZIP2BIN@ clean-local: |