source: rtems/contrib/crossrpms/mkspec.am @ 40459fbf

4.104.114.84.95
Last change on this file since 40459fbf was 40459fbf, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/20/06 at 05:15:47

Add SPECSTRIP_OPTS.

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