mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-06 00:31:27 +00:00
Looks like FreeBSD needs to exclude __.SYMDEF as well.
This commit is contained in:
parent
b1654feaca
commit
33ce124117
@ -500,7 +500,7 @@ else
|
||||
AR_LIST := ar t
|
||||
AR_EXTRACT := ar x
|
||||
endif
|
||||
ifneq (,$(filter OSF1 BSD_OS NetBSD,$(OS_ARCH)))
|
||||
ifneq (,$(filter OSF1 BSD_OS FreeBSD NetBSD,$(OS_ARCH)))
|
||||
CLEANUP1 := | egrep -v '(________64ELEL_|__.SYMDEF)'
|
||||
CLEANUP2 := rm -f ________64ELEL_ __.SYMDEF
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user