build: more out-of-tree fixups

- clear the __pycache__ during 'make clean'
- Copy the qrc locale file to a temp location and remove it when finished
  (rcc expects everything to be in the same path)
This commit is contained in:
Cory Fields
2016-06-01 18:06:40 -04:00
parent 0cb0f2626e
commit fc4ad0c7fc
2 changed files with 4 additions and 2 deletions

View File

@@ -441,6 +441,7 @@ clean-local:
-$(MAKE) -C univalue clean
-rm -f leveldb/*/*.gcda leveldb/*/*.gcno leveldb/helpers/memenv/*.gcda leveldb/helpers/memenv/*.gcno
-rm -f config.h
-rm -rf test/__pycache__
.rc.o:
@test -f $(WINDRES)