Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199558
b: refs/heads/master
c: 2d74b2c
h: refs/heads/master
v: v3
  • Loading branch information
Wu Zhangjin authored and Michal Marek committed Mar 11, 2010
1 parent d608bdc commit e18fc6a
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: 73d1393eb8507ed5fd7f8e696f6b1ecc18035ebe
refs/heads/master: 2d74b2c62cf8867d0762f6e6b5ed8906cb6a745f
2 changes: 1 addition & 1 deletion trunk/scripts/Makefile.lib
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ cmd_lzma = (cat $(filter-out FORCE,$^) | \
lzma -9 && $(call size_append, $(filter-out FORCE,$^))) > $@ || \
(rm -f $@ ; false)

quiet_cmd_lzo = LZO $@
quiet_cmd_lzo = LZO $@
cmd_lzo = (cat $(filter-out FORCE,$^) | \
lzop -9 && $(call size_append, $(filter-out FORCE,$^))) > $@ || \
(rm -f $@ ; false)

0 comments on commit e18fc6a

Please sign in to comment.