File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -130,10 +130,10 @@ release: test distcheck
130
130
@echo " And don't forget to bump version in php_phongo.h"
131
131
132
132
package : ChangeLog package.xml
133
- git checkout RELEASE-$(MONGODB_MINOR )
133
+ @ git checkout RELEASE-$(MONGODB_MINOR )
134
134
pecl package package.xml
135
- cat RELEASE-$(MONGODB_MINOR ) >> RELEASE-$(MONGODB_VERSION )
136
- mv RELEASE-$(MONGODB_VERSION ) RELEASE-$(MONGODB_MINOR )
135
+ @ cat RELEASE-$(MONGODB_MINOR ) >> RELEASE-$(MONGODB_VERSION )
136
+ @ mv RELEASE-$(MONGODB_VERSION ) RELEASE-$(MONGODB_MINOR )
137
137
138
138
docs :
139
139
mkdocs build --clean
@@ -145,8 +145,8 @@ package.xml: RELEASE
145
145
php bin/prep-release.php $(MONGODB_VERSION ) -$(MONGODB_STABILITY )
146
146
147
147
RELEASE :
148
- echo " RELEASE $( MONGODB_VERSION) " >> RELEASE-$(MONGODB_VERSION )
149
- echo " -------------" >> RELEASE-$(MONGODB_VERSION )
148
+ @ echo " RELEASE $( MONGODB_VERSION) " >> RELEASE-$(MONGODB_VERSION )
149
+ @ echo " -------------" >> RELEASE-$(MONGODB_VERSION )
150
150
@git log --pretty=format:" %ad %an <%ae>%n%x09* %s%n" --date short --since=" $$ (git show -s --format=%ad ` git rev-list --tags --max-count=1` )" >> RELEASE-$(MONGODB_VERSION )
151
151
152
152
ChangeLog :
You can’t perform that action at this time.
0 commit comments