Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167421
b: refs/heads/master
c: 17c5ca9
h: refs/heads/master
i:
  167419: e128658
v: v3
  • Loading branch information
Felipe Contreras authored and Sam Ravnborg committed Oct 11, 2009
1 parent 129d38f commit d94543c
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 9c3049c02c6142e166c9472237f1f60d86153682
refs/heads/master: 17c5ca98833dc3d8f8dd4e85487da238c50cd8c9
4 changes: 3 additions & 1 deletion trunk/scripts/mkcompile_h
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/sh

TARGET=$1
ARCH=$2
SMP=$3
Expand Down Expand Up @@ -50,7 +52,7 @@ UTS_VERSION="$UTS_VERSION $CONFIG_FLAGS $TIMESTAMP"
# Truncate to maximum length

UTS_LEN=64
UTS_TRUNCATE="sed -e s/\(.\{1,$UTS_LEN\}\).*/\1/"
UTS_TRUNCATE="cut -b -$UTS_LEN"

# Generate a temporary compile.h

Expand Down

0 comments on commit d94543c

Please sign in to comment.