source: rtems-source-builder/source-builder/config/checks.cfg @ c80560d

4.104.114.95
Last change on this file since c80560d was c80560d, checked in by Chris Johns <chrisj@…>, on 11/05/12 at 23:09:40

Move into the source-builder tree.

  • Property mode set to 100644
File size: 143 bytes
Line 
1#
2# Standard checks.
3#
4
5%if %{_target} == %{nil}
6%error No 'target' defined
7%endif
8
9%ifn %{defined release}
10%error No 'release' defined
11%endif
Note: See TracBrowser for help on using the repository browser.