Changeset 40459fbf in rtems
- Timestamp:
- 07/20/06 05:15:47 (16 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 8747e99a
- Parents:
- a1abfb95
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/crossrpms/mkspec.am
ra1abfb95 r40459fbf 3 3 EXTRA_DIST = 4 4 5 SPECSTRIP = $(top_srcdir)/specstrip --prefix=$(prefix) 5 SPECSTRIP = $(top_srcdir)/specstrip --prefix=$(prefix) $(SPECSTRIP_OPTS) 6 6 7 7 MKSPEC = sed \ … … 10 10 -e "s/[@]tool_target[@]/$(TARGET)/g" \ 11 11 -e "/^%package -n [@]rpmprefix[@][@]tool_target[@]-gcc/d" \ 12 -e "s/-n [@]rpmprefix[@][@]tool_target[@]-gcc//" \13 12 -e "@sysdirpattern@" \ 14 13 -e "/[@]PATCH/d"
Note: See TracChangeset
for help on using the changeset viewer.