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

4.104.114.95
Last change on this file since bf13d27 was bf13d27, checked in by Chris Johns <chrisj@…>, on 10/29/12 at 23:37:12

Initial import.

  • Property mode set to 100644
File size: 143 bytes
RevLine 
[bf13d27]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.