source: rtems/contrib/crossrpms/mkspec.am @ 430c0f6d

4.9
Last change on this file since 430c0f6d was 02c93793, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/26/08 at 05:33:04

Add rtems_api.

  • Property mode set to 100644
File size: 462 bytes
Line 
1noinst_DATA =
2CLEANFILES =
3EXTRA_DIST =
4
5SPECSTRIP = $(top_srcdir)/specstrip --prefix=$(prefix) $(SPECSTRIP_OPTS)
6
7MKSPEC = sed \
8          -e "s,[@]rpmprefix[@],$(rpmprefix),g" \
9          -e "s,[@]_prefix[@],$(prefix),g" \
10          -e "s/[@]tool_target[@]/$(TARGET)/g" \
11          -e "/^%package -n [@]rpmprefix[@][@]tool_target[@]-gcc/d" \
12          -e "@sysdirpattern@" \
13          -e "/[@]PATCH/d"
14
15MKSPEC0 = sed \
16          -e "s/[@]tool_target[@]/$(TARGET)/g" \
17          -e "s/[@]rtems_api[@]/$(rtems_api)/g"
Note: See TracBrowser for help on using the repository browser.