Message 271938 - Python tracker

Message271938

Author lisroach
Recipients David D, lisroach, paul.moore, steve.dower, tim.golden, zach.ware
Date 2016-08-04.02:14:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1470276864.77.0.178687522256.issue27566@psf.upfronthosting.co.za>
In-reply-to
Content
I think this patch makes the proper fix, changed the lines:

    print("\t-rm -f *.obj")
    print("\t-rm -f $(target).exe")

to 

    print("\t-del /f *.obj")
    print("\t-del /f $(target).exe")
History
Date User Action Args
2016-08-04 02:14:24lisroachsetrecipients: + lisroach, paul.moore, tim.golden, zach.ware, steve.dower, David D
2016-08-04 02:14:24lisroachsetmessageid: <1470276864.77.0.178687522256.issue27566@psf.upfronthosting.co.za>
2016-08-04 02:14:24lisroachlinkissue27566 messages
2016-08-04 02:14:24lisroachcreate