-OO
This commit is contained in:
parent
c797d737b0
commit
ac93a38c15
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
@ -32,7 +32,7 @@ idle:
|
||||||
pyo:
|
pyo:
|
||||||
ST="import py_compile\n py_compile.compile('$$f')"
|
ST="import py_compile\n py_compile.compile('$$f')"
|
||||||
for f in $(FILES_PY) ; do \
|
for f in $(FILES_PY) ; do \
|
||||||
python -O -c "$$ST"; \
|
python -OO -c "$$ST"; \
|
||||||
done
|
done
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
@ -40,7 +40,6 @@ clean:
|
||||||
find -name *.mo -exec rm {} \;
|
find -name *.mo -exec rm {} \;
|
||||||
$(foreach sdir, $(MODULES), make -C $(sdir) clean;)
|
$(foreach sdir, $(MODULES), make -C $(sdir) clean;)
|
||||||
|
|
||||||
# FIXME -- olé gorito
|
|
||||||
dist:
|
dist:
|
||||||
-rm -rf gajim-$(VERSION)
|
-rm -rf gajim-$(VERSION)
|
||||||
mkdir gajim-$(VERSION)
|
mkdir gajim-$(VERSION)
|
||||||
|
|
Loading…
Add table
Reference in a new issue