move spot/bin/ and spot/tests/ up by one level
* spot/bin/: Move... * bin/: ... here. * spot/tests/: Move... * tests/: ... here. * Makefile.am, README, bench/stutter/Makefile.am, bench/stutter/stutter_invariance_formulas.cc, doc/Makefile.am, configure.ac, debian/rules, spot/Makefile.am, spot/ltsmin/Makefile.am, spot/ltsmin/kripke.test, spot/sanity/style.test, python/tests/run.in: Adjust.
This commit is contained in:
parent
ff4837f4f2
commit
134dfc73de
220 changed files with 35 additions and 30 deletions
4
debian/rules
vendored
4
debian/rules
vendored
|
|
@ -50,8 +50,8 @@ PYOTHERS=$(filter-out $(PYDEFAULT), $(shell py3versions --supported))
|
|||
# compiled with -flto, the exception never traverses argp. Moving
|
||||
# the try/catch block inside parse_opt() also fixes this praticular
|
||||
# problem, but who knows about other exceptions? So as a workaround,
|
||||
# we simply disable -flto in spot/bin/.
|
||||
FLTOWORKAROUND = perl -pi -e s/-flto// spot/bin/Makefile
|
||||
# we simply disable -flto in bin/.
|
||||
FLTOWORKAROUND = perl -pi -e s/-flto// bin/Makefile
|
||||
|
||||
# We want to build Spot twice: once to get profile data, and a second
|
||||
# time to use it.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue