source: rtems/contrib/crossrpms/mkspec.am @ 67c1bb5e

4.104.114.84.95
Last change on this file since 67c1bb5e 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
RevLine 
[611845b]1noinst_DATA =
2CLEANFILES =
3EXTRA_DIST =
4
[40459fbf]5SPECSTRIP = $(top_srcdir)/specstrip --prefix=$(prefix) $(SPECSTRIP_OPTS)
[b38a934b]6
[026e27dc]7MKSPEC = sed \
8          -e "s,[@]rpmprefix[@],$(rpmprefix),g" \
9          -e "s,[@]_prefix[@],$(prefix),g" \
10          -e "s/[@]tool_target[@]/$(TARGET)/g" \
[4077a78]11          -e "/^%package -n [@]rpmprefix[@][@]tool_target[@]-gcc/d" \
[900ae6fd]12          -e "@sysdirpattern@" \
[026e27dc]13          -e "/[@]PATCH/d"
[67c1bb5e]14
15MKSPEC0 = sed \
16          -e "s/[@]tool_target[@]/$(TARGET)/g"
Note: See TracBrowser for help on using the repository browser.