This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Arfrever
Recipients Arfrever, benjamin.peterson, georg.brandl, ned.deily, ronaldoussoren, tpievila
Date 2012-09-01.22:31:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346538707.12.0.721120510659.issue15822@psf.upfronthosting.co.za>
In-reply-to
Content
> -	done
> +	done; \

Not needed.

> +	touch $(DESTDIR)$(LIBDEST)/lib2to3/*Grammar*.pickle || true

"-" prefix can be used to ignore failure of command:

+	-touch $(DESTDIR)$(LIBDEST)/lib2to3/*Grammar*.pickle

However maybe failure of touch should not be ignored here.
History
Date User Action Args
2012-09-01 22:31:47Arfreversetrecipients: + Arfrever, georg.brandl, ronaldoussoren, benjamin.peterson, ned.deily, tpievila
2012-09-01 22:31:47Arfreversetmessageid: <1346538707.12.0.721120510659.issue15822@psf.upfronthosting.co.za>
2012-09-01 22:31:46Arfreverlinkissue15822 messages
2012-09-01 22:31:46Arfrevercreate