Chinaunix首页 | 论坛 | 博客
  • 博客访问: 339740
  • 博文数量: 104
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 202
  • 用 户 组: 普通用户
  • 注册时间: 2013-08-01 13:57
文章分类

全部博文(104)

文章存档

2017年(16)

2016年(37)

2015年(15)

2014年(8)

2013年(28)

我的朋友
mk4

发布时间:2015-07-27 23:39:43

toupper = $(shell echo $1 |tr '[a-z]' '[A-Z]')<br />tolower = $(shell echo $1 |tr '[A-Z]' '[a-z]')<br />mkbat = ./makebat<br />mkflag = all<br />first_upper_word = $(call toupper,$(word 1,$(subst __, ,$@)))<br />second_upper_word = $(call toupper,$(word 2,$(subst __, ,$@)))<br />mkbsp = $(mkba.........【阅读全文】

阅读(876) | 评论(0) | 转发(0)
mk3

发布时间:2015-07-27 21:55:12

<p>toupper = $(shell echo $1 |tr '[a-z]' '[A-Z]')<br />tolower = $(shell echo $1 |tr '[A-Z]' '[a-z]')<br />mkbat = ./makebat<br />mkbsp = $(mkbat) $(call tolower,$(word 3,$(subst __, ,$@))) all $(call toupper,$(word 1,$(subst __, ,$@))) $(call toupper,$(word 2,$(subst __, ,$@))) <br />mklcardb.........【阅读全文】

阅读(728) | 评论(0) | 转发(0)
mk2

发布时间:2015-07-27 07:18:48

toupper = $(shell echo $1 |tr '[a-z]' '[A-Z]')<br />tolower = $(shell echo $1 |tr '[A-Z]' '[a-z]')<br />mktarget1 = @echo ./makebat $(call tolower,$(word 3,$(subst _, ,$@))) all $(call toupper,$(word 1,$(subst _, ,$@))) $(call toupper,$(word 2,$(subst _, ,$@))) <br />mktarget2 = @echo ./makebat $.........【阅读全文】

阅读(616) | 评论(0) | 转发(0)

发布时间:2015-07-05 16:03:16

<p style="text-indent:2em;">Linux的时间分为System Clock(系统时间)和Real Time Clock (硬件时间,简称RTC)。</p><p style="text-indent:2em;">系统时间:指当前Linux Kernel中的时间。</p><p style="text-indent:2em;">硬件时间:主板上有电池供电的时间。</p><p style="text-indent:2em;">查看系统时.........【阅读全文】

阅读(1588) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册