common Makefile.common,1.80,1.81

Dennis Gilmore (ausil) fedora-extras-commits at redhat.com
Tue Nov 13 16:34:58 UTC 2007


Author: ausil

Update of /cvs/extras/common
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1269

Modified Files:
	Makefile.common 
Log Message:
 add _specdir definition



Index: Makefile.common
===================================================================
RCS file: /cvs/extras/common/Makefile.common,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- Makefile.common	30 Oct 2007 18:33:33 -0000	1.80
+++ Makefile.common	13 Nov 2007 16:34:28 -0000	1.81
@@ -75,9 +75,13 @@
 ifndef SOURCEDIR
 SOURCEDIR := $(shell pwd)
 endif
+ifndef SPECDIR
+SPECDIR := $(shell pwd)
+endif
 
 ifndef RPM_DEFINES
 RPM_DEFINES = --define "_sourcedir $(SOURCEDIR)" \
+		--define "_specdir $(SPECDIR)" \
 		--define "_builddir $(BUILDDIR)" \
 		--define "_srcrpmdir $(SRCRPMDIR)" \
 		--define "_rpmdir $(RPMDIR)" \




More information about the fedora-extras-commits mailing list