strace/Makefile

16 lines
308 B
Makefile
Raw Normal View History

2004-09-09 12:41:32 +00:00
# Makefile for source rpm: strace
# $Id$
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