1 Star 0 Fork 15

neigefu/glibc

forked from openKylin/glibc 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
o-iterator.mk 358 Bytes
Copy Edit Raw Blame History
openKylinBot authored 2022-05-13 23:30 . Import Upstream version 2.31
# This file is included several times in a row, once
# for each element of $(object-suffixes). $(object-suffixes-left)
# is initialized first to $(object-suffixes) so that with each
# inclusion, we advance $o to the next suffix.
o := $(firstword $(object-suffixes-left))
object-suffixes-left := $(filter-out $o,$(object-suffixes-left))
$(o-iterator-doit)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/neigefu/glibc.git
git@gitee.com:neigefu/glibc.git
neigefu
glibc
glibc
openkylin/yangtze

Search