Changeset 1408 for branches/0.9-stable
- Timestamp:
- Oct 23, 2011, 2:08:42 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.9-stable/Makefile.am
r1375 r1408 63 63 MAINTAINER_CHECK_LOCAL = check 64 64 # extra check in release rule 65 RELEASE_LOCAL = check-svn_revision 65 RELEASE_LOCAL = check-svn_revision check-openssl 66 66 67 .PHONY: check-svn_revision 67 .PHONY: check-svn_revision check-openssl 68 68 69 69 FORCE: 70 71 check-openssl: 72 @openssl version > /dev/null || exit 1 70 73 71 74 check-svn_revision: … … 92 95 -e 's|@VERSION[@]|$(VERSION)|g' 93 96 94 build_support/Portfile: $(distdir).tar.gz Makefile build_support/Portfile.in 97 build_support/Portfile: $(distdir).tar.gz Makefile build_support/Portfile.in check-openssl 95 98 @rm -f $@ $@.t 96 @openssl version > /dev/null || exit 197 99 @openssl sha1 $(distdir).tar.gz > $(distdir).tar.gz.sha1 98 100 @openssl rmd160 $(distdir).tar.gz > $(distdir).tar.gz.rmd160
Note: See TracChangeset
for help on using the changeset viewer.