From 1ef8d81eb84bc35f35a456b38ab68381f5e041cb Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 15 Nov 2002 08:47:05 +0000 Subject: warn that one must alter the spec file *only* in cvs --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 79ef9a86..12a2475d 100644 --- a/Makefile +++ b/Makefile @@ -51,6 +51,9 @@ tar: rm -rf $(PACKAGE)-$(VERSION) buildrpm: + (echo "# !! DON'T MODIFY HERE, MODIFY IN THE CVS !!" ; \ + cat $(project).spec \ + ) > $(RPM)/SPECS/$(project).spec rpm -ta $(PACKAGE)-$(VERSION).tar.bz2 # rules to build a distributable rpm -- cgit v1.2.1