Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204823
b: refs/heads/master
c: 01ab178
h: refs/heads/master
i:
  204821: 337ba29
  204819: 69b1aeb
  204815: abf5cde
v: v3
  • Loading branch information
Amerigo Wang authored and Michal Marek committed Jun 29, 2010
1 parent b3e2694 commit e880ea9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8af8b28326f2b4565705125506ce8947e08587b1
refs/heads/master: 01ab17887f4cdcb8bb5a5d1bc3b160d186e6e99b
8 changes: 4 additions & 4 deletions trunk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ endif
no-dot-config-targets := clean mrproper distclean \
cscope TAGS tags help %docs check% \
include/linux/version.h headers_% \
kernelrelease kernelversion
kernelversion

config-targets := 0
mixed-targets := 0
Expand Down Expand Up @@ -1395,9 +1395,9 @@ checkstack:
$(OBJDUMP) -d vmlinux $$(find . -name '*.ko') | \
$(PERL) $(src)/scripts/checkstack.pl $(CHECKSTACK_ARCH)

kernelrelease:
$(if $(wildcard include/config/kernel.release), $(Q)echo $(KERNELRELEASE), \
$(error kernelrelease not valid - run 'make prepare' to update it))
kernelrelease: include/config/kernel.release
@echo $(KERNELRELEASE)

kernelversion:
@echo $(KERNELVERSION)

Expand Down

0 comments on commit e880ea9

Please sign in to comment.