Revert "Rework stripping binaries when copying to containers"

This reverts commit e2332987bc.
This commit is contained in:
Ingo Weinhold
2013-10-12 16:00:02 +02:00
parent d05822f18b
commit cc5c6133d2
2 changed files with 15 additions and 36 deletions
-5
View File
@@ -341,11 +341,6 @@ rule CopySetHaikuRevision target : source
PropagateContainerUpdateTargetFlags $(target) : $(source) ;
if [ on $(source) return $(LINKFLAGS) ] {
# hint the target as a (strippable) binary
LINKFLAGS on $(target) = [ on $(source) return $(LINKFLAGS) ] ;
}
local revisionFile = [ DetermineHaikuRevision ] ;
Depends $(target)