Adjust Makefile.inc1 syscall sub commit
This commit is contained in:
parent
3e25d1fb61
commit
9ccd2fde4c
@ -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 New Issue
Block a user