summaryrefslogtreecommitdiffstats
path: root/contrib/repo-conf/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-11-19 03:31:05 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-11-19 03:31:05 +0000
commitc51adc7911dac02b4f24735bb9e8769efdb1d888 (patch)
treeb1f8009b009b7a25912a7771b6061526cf000acb /contrib/repo-conf/Makefile.am
parentinclude/bsp.h, include/hwreg_vals.h, network/network.c: (diff)
downloadrtems-c51adc7911dac02b4f24735bb9e8769efdb1d888.tar.bz2
Update.
Diffstat (limited to 'contrib/repo-conf/Makefile.am')
-rw-r--r--contrib/repo-conf/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/repo-conf/Makefile.am b/contrib/repo-conf/Makefile.am
index 8e4b7b6d58..30fc819c9d 100644
--- a/contrib/repo-conf/Makefile.am
+++ b/contrib/repo-conf/Makefile.am
@@ -12,6 +12,7 @@ apt/sources.list.d/rtems-@RTEMS_API@.list: apt/sources.list.d/rtems.list.in
sed -e 's,[@]RTEMS_API[@],@RTEMS_API@,' \
-e 's,[@]OS_SUBDIR[@],@OS_SUBDIR@,' \
-e 's,[@]OS_NAME[@],@OS_NAME@,' \
+ -e 's,[@]APT_VERDIR[@],@APT_VERDIR@,' \
< $(srcdir)/apt/sources.list.d/rtems.list.in \
> apt/sources.list.d/rtems-@RTEMS_API@.list
CLEANFILES += apt/sources.list.d/rtems-@RTEMS_API@.list
@@ -28,6 +29,7 @@ yum.repos.d/rtems-@RTEMS_API@.repo: yum.repos.d/rtems.repo.in
-e 's,[@]RTEMS_API[@],@RTEMS_API@,' \
-e 's,[@]OS_SUBDIR[@],@OS_SUBDIR@,' \
-e 's,[@]OS_NAME[@],@OS_NAME@,' \
+ -e 's,[@]YUM_VERDIR[@],@YUM_VERDIR@,' \
< $(srcdir)/yum.repos.d/rtems.repo.in \
> yum.repos.d/rtems-@RTEMS_API@.repo
CLEANFILES += yum.repos.d/rtems-@RTEMS_API@.repo