1 Star 0 Fork 3

dztdeng/glibc

forked from V./glibc 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
o-iterator.mk 358 Bytes
一键复制 编辑 原始数据 按行查看 历史
V. 提交于 2015-04-09 13:08 . v2.21
# 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/dztdeng/glibc.git
git@gitee.com:dztdeng/glibc.git
dztdeng
glibc
glibc
master

搜索帮助