source: rtems/contrib/crossrpms/mkspec.am @ a5c8f11

4.104.114.95
Last change on this file since a5c8f11 was 67c1bb5e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/26/07 at 15:54:49

Add MKSPEC0.

  • Property mode set to 100644
File size: 419 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"
Note: See TracBrowser for help on using the repository browser.