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
130130 @echo " And don't forget to bump version in php_phongo.h"
131131
132132package : ChangeLog package.xml
133- git checkout RELEASE-$(MONGODB_MINOR )
133+ @ git checkout RELEASE-$(MONGODB_MINOR )
134134 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 )
137137
138138docs :
139139 mkdocs build --clean
@@ -145,8 +145,8 @@ package.xml: RELEASE
145145 php bin/prep-release.php $(MONGODB_VERSION ) -$(MONGODB_STABILITY )
146146
147147RELEASE :
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 )
150150 @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 )
151151
152152ChangeLog :
You can’t perform that action at this time.
0 commit comments