source: rtems/contrib/crossrpms/mkspec.am @ 61f2bb5

4.104.114.84.95
Last change on this file since 61f2bb5 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
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"
Note: See TracBrowser for help on using the repository browser.