source: rtems/contrib/rtemsrpms/Makefile.am @ b1f6abc

4.104.114.95
Last change on this file since b1f6abc was 8a1c14b, checked in by Chris Johns <chrisj@…>, on 08/18/06 at 11:28:17

Renamed the spec file.

  • Property mode set to 100644
File size: 319 bytes
Line 
1##
2## $Id$
3##
4
5TARGETS=@TARGETS@
6RTEMS_API=@RTEMS_API@
7RPMDBPATH=@RPMDBPATH@
8
9all:
10        export PATH=$(prefix)/bin:$$PATH; \
11        for t in $(TARGETS) ; \
12         do \
13          rpmbuild -v $(RPMDBPATH) -ba $(srcdir)/rtems.spec --target=$$t-rtems$(RTEMS_API) ; \
14          if [ $$? -ne 0 ]; then \
15           exit 1 ; \
16          fi \
17         done
Note: See TracBrowser for help on using the repository browser.