Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
5641e5df
...
5641e5df7cabd6c3a6da9de9c6cc87a0a357b6d8
authored
2002-08-06 15:04:34 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Removed distcheck kludge. Testsuite doesn't need it any more.
1 parent
4349e059
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
28 deletions
Makefile.am
Makefile.am
View file @
5641e5d
...
...
@@ -14,31 +14,3 @@ rpm: dist
rpm -ta --clean mailutils-
$(VERSION)
.tar.gz
## Override distcheck rule.
distcheck
:
dist
$(am__remove_distdir)
GZIP
=
$(GZIP_ENV)
gunzip -c
$(distdir)
.tar.gz |
$(AMTAR)
xf -
chmod -R a-w
$(distdir)
; chmod a+w
$(distdir)
chmod -R u+w
$(distdir)
/mail/testsuite/spool;
chmod -R u+w
$(distdir)
/mail/testsuite/folder;
mkdir
$(distdir)
/
=
build
mkdir
$(distdir)
/
=
inst
chmod a-w
$(distdir)
dc_install_base
=
`
$(am__cd)
$(distdir)
/
=
inst
&&
pwd
`
\
&&
cd
$(distdir)
/
=
build
\
&&
../configure --srcdir
=
.. --prefix
=
$$
dc_install_base
\
$(DISTCHECK_CONFIGURE_FLAGS)
\
&&
$(MAKE)
$(AM_MAKEFLAGS)
\
&&
$(MAKE)
$(AM_MAKEFLAGS)
dvi
\
&&
$(MAKE)
$(AM_MAKEFLAGS)
check
\
&&
$(MAKE)
$(AM_MAKEFLAGS)
install
\
&&
$(MAKE)
$(AM_MAKEFLAGS)
installcheck
\
&&
$(MAKE)
$(AM_MAKEFLAGS)
uninstall
\
&&
$(MAKE)
$(AM_MAKEFLAGS)
dist-gzip
\
&&
rm -f
$(distdir)
.tar.gz
\
&&
$(MAKE)
$(AM_MAKEFLAGS)
distcleancheck
$(am__remove_distdir)
@
echo
"
$(distdir)
.tar.gz is ready for distribution"
|
\
sed
'h;s/./=/g;p;x;p;x'
...
...
Please
register
or
sign in
to post a comment