mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-31 13:08:56 +08:00
Add SPECSTRIP_OPTS.
This commit is contained in:
@@ -2,13 +2,12 @@ noinst_DATA =
|
||||
CLEANFILES =
|
||||
EXTRA_DIST =
|
||||
|
||||
SPECSTRIP = $(top_srcdir)/specstrip --prefix=$(prefix)
|
||||
SPECSTRIP = $(top_srcdir)/specstrip --prefix=$(prefix) $(SPECSTRIP_OPTS)
|
||||
|
||||
MKSPEC = sed \
|
||||
-e "s,[@]rpmprefix[@],$(rpmprefix),g" \
|
||||
-e "s,[@]_prefix[@],$(prefix),g" \
|
||||
-e "s/[@]tool_target[@]/$(TARGET)/g" \
|
||||
-e "/^%package -n [@]rpmprefix[@][@]tool_target[@]-gcc/d" \
|
||||
-e "s/-n [@]rpmprefix[@][@]tool_target[@]-gcc//" \
|
||||
-e "@sysdirpattern@" \
|
||||
-e "/[@]PATCH/d"
|
||||
|
||||
Reference in New Issue
Block a user