#189: Factor Makefile helpers generators ---------------------------+------------------------------------------------ Reporter: levill_r | Owner: Olena Team Type: enhancement | Status: new Priority: minor | Milestone: Olena 1.0 Component: Milena | Version: 1.0 Keywords: Make Automake | ---------------------------+------------------------------------------------ Generators * source:trunk/milena/tests/unit_test/build_unit_test.sh and * source:trunk/scribo/tests/unit_test/build_unit_test.sh share most of their code; factor them.
Moreover, we should make some effort to factor all generators and move them to a common location (we use `dev/` in Tiger, but `build-aux/` is also acceptable).
#189: Factor Makefile helpers generators --------------------------+------------------------------------------------- Reporter: levill_r | Owner: Olena Team Type: enhancement | Status: new Priority: minor | Milestone: Olena 1.1 Component: Milena | Version: 1.0 Resolution: | Keywords: Make Automake --------------------------+------------------------------------------------- Changes (by levill_r):
* milestone: Olena 1.0 => Olena 1.1
Old description:
Generators
- source:trunk/milena/tests/unit_test/build_unit_test.sh and
- source:trunk/scribo/tests/unit_test/build_unit_test.sh
share most of their code; factor them.
Moreover, we should make some effort to factor all generators and move them to a common location (we use `dev/` in Tiger, but `build-aux/` is also acceptable).
New description:
Generators * source:trunk/milena/tests/unit_test/build_unit_test.sh and * source:trunk/scribo/tests/unit_test/build_unit_test.sh share most of their code; factor them.
There are other generators (see `boostrap` and scripts run by Make targets `regen-am`): do not forget them!
Moreover, we should make some effort to factor all generators and move them to a common location (we use `dev/` in Tiger, but `build-aux/` is also acceptable).
--