Add SPECSTRIP_OPTS.

This commit is contained in:
Ralf Corsepius
2006-07-20 05:15:47 +00:00
parent a1abfb95e6
commit 40459fbf3a
+1 -2
View File
@@ -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"