File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ EDITOR = nano
1919
2020build :
2121 @echo " BUILDING PYTHON PACKAGES..."
22+ rm -rf build
2223 mkdir -p build
23- rm -rf build/aeidon build/gaupol
2424 cp -r aeidon gaupol build
2525 find build -type d -name __pycache__ -prune -exec rm -rf {} +
2626 find build -type d -name test -prune -exec rm -rf {} +
6868install :
6969 test -f build/.complete
7070 printf ' %s\n%s\n' " $( LIBDIR) " " $( LOCALEDIR) " | cmp -s - build/.complete || \
71- { echo " ERROR: build was run with different variables, run build again " ; exit 1; }
71+ { echo " ERROR: build was run with different variable values " ; exit 1; }
7272 @echo " INSTALLING PYTHON PACKAGES..."
7373 mkdir -p $(DESTDIR )$(LIBDIR )
7474 test " $( INCLUDE_AEIDON) " = no || cp -r build/aeidon $(DESTDIR )$(LIBDIR )
@@ -100,7 +100,7 @@ install:
100100 test -z " $( DESTDIR) " && update-desktop-database " $( DATADIR) /applications" || true
101101
102102publish-aeidon :
103- $(MAKE ) check test clean
103+ $(MAKE ) clean
104104 python3 -m build
105105 test -s dist/aeidon-* -py3-none-any.whl
106106 test -s dist/aeidon-* .tar.gz
You can’t perform that action at this time.
0 commit comments