Revision 11581b7415b203425704f14ebfbc228bedd7e5e6 authored by Jim Meyering on 19 February 2015, 19:48:09 UTC, committed by Jim Meyering on 19 February 2015, 19:48:09 UTC
Summary:
The "ar" command was excessively verbose.
This abbreviates it to be like CC and LD.
Also, factor "rs" options into ARFLAGS.

Test Plan:
  $ rm librocksdb.a
  $ make librocksdb.a
  AR       librocksdb.a
  ar: creating librocksdb.a

Reviewers: ljin, sdong, igor.sugak, igor

Reviewed By: igor

Subscribers: dhruba

Differential Revision: https://reviews.facebook.net/D33699
1 parent b8ac71b
History
File Mode Size
build_tools
coverage
db
doc
examples
hdfs
include
java
linters
port
table
third-party
tools
util
utilities
.arcconfig -rw-r--r-- 446 bytes
.clang-format -rw-r--r-- 138 bytes
.gitignore -rw-r--r-- 469 bytes
.travis.yml -rw-r--r-- 1.0 KB
AUTHORS -rw-r--r-- 247 bytes
CONTRIBUTING.md -rw-r--r-- 733 bytes
HISTORY.md -rw-r--r-- 15.6 KB
INSTALL.md -rw-r--r-- 3.3 KB
LICENSE -rw-r--r-- 1.6 KB
Makefile -rw-r--r-- 24.6 KB
PATENTS -rw-r--r-- 1.4 KB
README.md -rw-r--r-- 1.2 KB
ROCKSDB_LITE.md -rw-r--r-- 1020 bytes
Vagrantfile -rw-r--r-- 285 bytes

README.md

back to top