forked from shlomif/PySolFC
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The PYTHONPATH is now set centrally, except for the tests. Environment for the tests is prepared using target-specific variables. https://www.gnu.org/software/make/manual/make.html#Target_002dspecific To ensure exiting on command failure, "set -e" is added before loops, and otherwise ";" is replaced with "&&" between commands. https://www.debian.org/doc/debian-policy/ch-source.html#error-trapping-in-makefiles "mkdir -p" does not need an existence test beforehand. Changed all python invocations to python3. LANG and PYSOL_DEBUG were never exported so they probably had no effect. Removed for simplicity.
- Loading branch information
Showing
1 changed file
with
19 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters