"./strip maybe_stripped" doesn't work too well if maybe_stripped is an

elf executable..
This commit is contained in:
Peter Wemm 1998-06-12 16:22:25 +00:00
parent 5307b90005
commit 0cb730b0dc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=36925

View file

@ -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