(dist-import): Put md5sums in timestamp file.

This commit is contained in:
Roland McGrath 2005-02-10 10:31:40 +00:00
parent 0bac9ce531
commit 79ed5577b8

View File

@ -142,7 +142,8 @@ bhc-url = $(bhc-baseurl)/glibc/$(DIST_BRANCH)#$(spec-tag)
dist-import: $(spec-nvr).src.rpm
$(DIST_COMMON)/cvs-import.sh -b $(DIST_BRANCH) $<
ls -l $< > $@
rpm -qp $< --queryformat '[%{FILEMD5S} %{FILENAMES}\n]' > $@.new
mv -f $@.new $@
dist-build: dist-import
bhc $(BHC_FLAGS) $(COLLECTION) '$(bhc-url)'