mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Adjust Makefile.inc1 syscall sub commit
This commit is contained in:
parent
3e25d1fb61
commit
9ccd2fde4c
1 changed files with 1 additions and 1 deletions
|
|
@ -947,7 +947,7 @@ _cleanobj_fast_depend_hack: .PHONY
|
|||
# Syscall stubs rewritten in C and obsolete MD assembly implementations
|
||||
# Date SVN Rev Syscalls
|
||||
# 20180604 r334626 brk sbrk
|
||||
# 20190916 r35XXXX shm_open
|
||||
# 20190916 r352703 shm_open
|
||||
.for f in brk sbrk shm_open
|
||||
@if [ -e "${OBJTOP}/lib/libc/.depend.${f}.o" ] && \
|
||||
egrep -qw '${f}\.[sS]' ${OBJTOP}/lib/libc/.depend.${f}.o; then \
|
||||
|
|
|
|||
Loading…
Reference in a new issue