Skip to content

Commit

Permalink
delete usr-staging during make distcleanall
Browse files Browse the repository at this point in the history
[av skip]
  • Loading branch information
tkelman committed Jun 11, 2015
1 parent c0d080e commit f99e796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ endif
distcleanall: cleanall
@$(MAKE) -C deps distcleanall
@$(MAKE) -C doc cleanall
rm -fr $(build_prefix)
rm -fr $(build_prefix) $(build_staging)

.PHONY: default debug release check-whitespace release-candidate \
julia-debug julia-release julia-deps \
Expand Down

0 comments on commit f99e796

Please sign in to comment.