QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 605|回复: 3

awk的问题

[复制链接]
发表于 2004-7-20 10:19:00 | 显示全部楼层 |阅读模式
下面这句没看明白:
awk -f gen-mach-types mach-types > $@

-f据说是换页的意思,不太明白什么是换页,还有$@指的是什么???

谢谢!!
发表于 2004-7-23 20:29:33 | 显示全部楼层
没看明白,应该是上下文相关吧,你把上下文列出来,awk -f 是指从后面跟的文件读入source, $@指的是脚本命令的所有参数(以""包围的)
回复

使用道具 举报

发表于 2004-7-24 09:30:37 | 显示全部楼层
gen-mach-types 里面写的是awk的表达式
回复

使用道具 举报

 楼主| 发表于 2004-7-27 15:53:07 | 显示全部楼层
上下文如下:

# linux/arch/armnommu/tools/Makefile
#
# Copyright (C) 2001 Russell King
#

all:        $(TOPDIR)/include/asm-armnommu/mach-types.h \
        $(TOPDIR)/include/asm-armnommu/constants.h

$(TOPDIR)/include/asm-armnommu/mach-types.h: mach-types gen-mach-types
        awk -f gen-mach-types mach-types > $@

# Generate the constants.h header file using the compiler.  We get
# the compiler to spit out assembly code, and then mundge it into
# what we want.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-6 08:05 , Processed in 0.073480 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表