Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48121
b: refs/heads/master
c: 89697f1
h: refs/heads/master
i:
  48119: c2a3d8c
v: v3
  • Loading branch information
Linus Torvalds committed Feb 12, 2007
1 parent 8ace1e6 commit 3998ee8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 13fcfbb0675bf87da694f55dec11cada489a205c
refs/heads/master: 89697f1d715e20fff0361cca79efd5a371623af7
2 changes: 1 addition & 1 deletion trunk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ $(vmlinux-dirs): prepare scripts

pattern = ".*/localversion[^~]*"
string = $(shell cat /dev/null \
`find $(objtree) $(srctree) -maxdepth 1 -regex $(pattern) | sort`)
`find $(objtree) $(srctree) -maxdepth 1 -regex $(pattern) | sort -u`)

localver = $(subst $(space),, $(string) \
$(patsubst "%",%,$(CONFIG_LOCALVERSION)))
Expand Down

0 comments on commit 3998ee8

Please sign in to comment.