summaryrefslogtreecommitdiffstats
path: root/contrib/rtemsrpms/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/rtemsrpms/Makefile.am')
-rw-r--r--contrib/rtemsrpms/Makefile.am17
1 files changed, 0 insertions, 17 deletions
diff --git a/contrib/rtemsrpms/Makefile.am b/contrib/rtemsrpms/Makefile.am
deleted file mode 100644
index 482d3867f0..0000000000
--- a/contrib/rtemsrpms/Makefile.am
+++ /dev/null
@@ -1,17 +0,0 @@
-##
-## $Id$
-##
-
-TARGETS=@TARGETS@
-RTEMS_API=@RTEMS_API@
-RPMDBPATH=@RPMDBPATH@
-
-all:
- export PATH=$(prefix)/bin:$$PATH; \
- for t in $(TARGETS) ; \
- do \
- rpmbuild -v $(RPMDBPATH) -ba $(srcdir)/rtems.spec --target=$$t-rtems$(RTEMS_API) ; \
- if [ $$? -ne 0 ]; then \
- exit 1 ; \
- fi \
- done