strace/Makefile

16 lines
357 B
Makefile
Raw Normal View History

2004-09-09 12:41:32 +00:00
# Makefile for source rpm: strace
2004-10-20 03:07:40 +00:00
# $Id: Makefile,v 1.1 2004/08/31 17:57:52 cvsdist Exp $
2004-09-09 12:41:32 +00:00
NAME := strace
SPECFILE = $(firstword $(wildcard *.spec))
include ../common/Makefile.common
2004-10-20 03:07:40 +00:00
ifdef FILES
import: $(FILES)
md5sum $^ > sources
(read m f; \
tar xOjf $$f '*/$(SPECFILE)' > $(SPECFILE); \
echo $$f > .cvsignore; \
$(upload-file)) < sources
endif