mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-03 09:00:21 +00:00
"./strip maybe_stripped" doesn't work too well if maybe_stripped is an
elf executable..
This commit is contained in:
parent
5307b90005
commit
0cb730b0dc
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=36925
@ -11,7 +11,7 @@ maybe_stripped: strip
|
||||
cp -p strip maybe_stripped
|
||||
.if defined(STRIP)
|
||||
.if ${STRIP:M-s} != ""
|
||||
./strip maybe_stripped
|
||||
-strip maybe_stripped
|
||||
.endif
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user