当前位置:网站首页>makefile 杂项
makefile 杂项
2022-08-10 09:28:00 【hjjdebug】
########################################
# makefile 中使用环境变量
# 在shell 命令中,用$$即可,$$被make解析为$
# 例子:
########################################
all:
@echo $$PATH # $$被解析为$, 执行的shell 命令为 echo $path, 所以说环境变量的引用要用两个$
@echo "-----"
@echo $PATH # $P 被认为是一个变量,解析成一个空,所以只显示ATH
测试结果: make
/opt/bin:/opt/ffmpeg_build/bin:/home/hjj/bin:/usr/local/sbin:/usr/local/bin
-----
ATH
边栏推荐
- J9 Digital Theory: What kind of sparks will Web3.0+ Internet e-commerce cause?
- "Guangzhou highway engineering measures for the supervision and administration of production safety, and revised from six aspects
- shell------ commonly used gadgets, sort, uniq, tr, cut
- 腾讯发布四足机器人 Max 二代版本,梅花桩上完成跳跃、空翻
- jq封装树形下拉选择框组件
- ARM结构体系3:ARM指令的寻址和异常中断处理
- go web之cookie
- keepalived:双主配置
- DAY26: GetShell project
- iwemeta metaverse: Ali's first COO: how to build a sales force
猜你喜欢
随机推荐
怎么使用【jmeter正则表达式提取器】解决返回值作参数的问题
Basic concepts, structures, and classes of thread pools
「微服务架构」编曲与编舞——让系统协同工作的不同模式
高等数学(第七版)同济大学 习题4-3 个人解答
Lasso回归(Stata)
JWT:拥有我,即拥有权力
How to use [jmeter regular expression extractor] to solve the problem of returning the value as a parameter
BUUCTF problem solving PWN 】 【 record (4-6 pages continuously updated)
UE4 Sequence添加基础动画效果 (04-在序列中使用粒子效果)
【分布式】资源与事务:可观测性的基本二重性
DAY25: Logic vulnerability recurrence
【软考 系统架构设计师】案例分析⑥ Web应用系统架构设计
并查集学习
ARM Architecture 2: Processor Core and Assembly Instruction Set
【Software Exam System Architect】Case Analysis ⑥ Web Application System Architecture Design
Mongo的简单操作-数据库用户的查询、创建与删除
keepalived:双主配置
Static关键字及应用,继承的概念
Spotify expresses its architectural design using the C4 model
SQL优化总结






![[OAuth2] 20. OAuth2 Extended Protocol PKCE](/img/ff/37f3be22bf209222cadaf5d11f951a.png)


