Changeset 1392 for trunk/Makefile.am
- Timestamp:
- Jul 12, 2011, 4:56:29 AM (10 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/0.9-stable merged: 1374-1375,1382-1383,1387-1390
- Property svn:mergeinfo changed
-
trunk/Makefile.am
r1373 r1392 64 64 .PHONY: check-svn_revision 65 65 66 FORCE: 67 66 68 check-svn_revision: 67 69 @$(SVNVERSION) | $(EGREP) '^[0-9]+$$' || \ … … 80 82 81 83 # run in end of release target 82 RELEASE_HOOK = build_support/Portfile.v$(VERSION) 84 RELEASE_HOOK = build_support/Portfile.diff 85 86 macport_url = http://svn.macports.org/repository/macports/trunk/dports/devel/svndigest 87 88 build_support/Portfile.diff: build_support/Portfile FORCE 89 test -e build_support/macport \ 90 || svn co $(macport_url) build_support/macport 91 svn revert -R build_support/macport 92 svn update build_support/macport 93 cp build_support/Portfile build_support/macport/Portfile 94 svn diff build_support/macport/Portfile > $@ 95 svn revert build_support/macport/Portfile 83 96 84 97 edit = $(SED) \ … … 86 99 -e 's|@VERSION[@]|$(VERSION)|g' 87 100 88 build_support/Portfile .v$(VERSION):Makefile build_support/Portfile.in101 build_support/Portfile: $(distdir).tar.gz Makefile build_support/Portfile.in 89 102 @rm -f $@ $@.t 90 103 @openssl version > /dev/null || exit 1
Note: See TracChangeset
for help on using the changeset viewer.