#13 Issue closed
: Packaging/distribution using Makefile ?¶
Labels: enhancement
dagwieers opened issue at 2012-03-21 17:02:¶
Most projects use make for creating a new distribution, an RPM package or a DEB package from a source tree.
It could be useful to use the same methodology that packagers are used to by having a Makefile that has the following targets:
- install
- uninstall
- dist
- rpm
- deb
During the make dist
or make install
phase we could check bash
syntax, and we could even provide a make test
target for unit testing.
dagwieers commented at 2012-03-29 14:29:¶
This issue is related to issue #8
[Export of Github issue for rear/rear.]