Changes between Version 17 and Version 18 of dev-util/git
- Timestamp:
- 04/18/08 15:33:40 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev-util/git
v17 v18 33 33 For now, I've replace it with: 34 34 {{{ 35 (*loose_size) += st.st_size / 512;35 (*loose_size) += ceil(st.st_size / 512); 36 36 }}} 37 37 In a [http://ussg.iu.edu/hypermail/linux/kernel/0310.1/1125.html Linux kernel ML post] I read the unit of {{{st_blocks}}} were 512 byte. … … 46 46 47 47 In {{{Makefile}}} for the {{{install}}} target change another instance of {{{ln}}} to {{{ln -s}}}. 48 49 {{{make check}}} fails due to lack of {{{sparse}}}. 50 51 Checking out cairo works!
