factor out index_store abstraction for disk space maps

This commit is contained in:
Joe Thornber
2011-11-10 14:43:15 +00:00
parent 9d0686fce7
commit 0bd9aa33bf
3 changed files with 208 additions and 146 deletions

View File

@@ -38,7 +38,7 @@ test-programs: $(TEST_PROGRAMS)
.SUFFIXES: .cc .o .d
%.d: %.cc
g++ -MM -MT $(subst .cc,.o,$<) $(CPPFLAGS) $< > $@.$$$$; \
g++ -MM -MT $(subst .cc,.o,$<) $(CPPFLAGS) $< > $@.$$$$; \
sed 's,\([^ :]*\)\.o[ :]*,\1.o $@ : ,g' < $@.$$$$ > $@; \
rm -f $@.$$$$