Thread
:
Python - BeautifulSoup ?
View Single Post
qwerty12
2010-01-28 , 10:47
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#
24
Make "rm" in your rules file "rm -f". This will ensure that rm does not exit with a status code that != 0, causing make to exit and your build to fail. Depending on when the "clean" target was invoked, those pyc files may exist.
Last edited by qwerty12; 2010-01-28 at
10:50
.
Quote & Reply
|
The Following User Says Thank You to qwerty12 For This Useful Post:
RipTorn
qwerty12
View Public Profile
Find all posts by qwerty12