Skip to content

Commit 39fa9ed

Browse files
committed
Don't be printing out these commands during execution
1 parent 66cc122 commit 39fa9ed

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Makefile.frag

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,10 @@ release: test distcheck
130130
@echo "And don't forget to bump version in php_phongo.h"
131131

132132
package: 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

138138
docs:
139139
mkdocs build --clean
@@ -145,8 +145,8 @@ package.xml: RELEASE
145145
php bin/prep-release.php $(MONGODB_VERSION)-$(MONGODB_STABILITY)
146146

147147
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)
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

152152
ChangeLog:

0 commit comments

Comments
 (0)