Skip to content

Commit

Permalink
Merge branch 'nox/fix-silent-rules' into maint
Browse files Browse the repository at this point in the history
* nox/fix-silent-rules:
  Silence an echo in Makefile.in
  • Loading branch information
psyeugenic committed Apr 28, 2014
2 parents 4d95787 + c6fedff commit 13b2c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ else
$(make_verbose)cd lib && \
ERL_TOP=$(ERL_TOP) PATH=$(BOOT_PREFIX)"$${PATH}" \
$(MAKE) opt BUILD_ALL=true
echo "OTP built" > $(ERL_TOP)/make/otp_built
$(V_at)echo "OTP built" > $(ERL_TOP)/make/otp_built
endif
kernel:
$(make_verbose)cd lib/kernel && \
Expand Down

0 comments on commit 13b2c8f

Please sign in to comment.