common Makefile.common,1.134,1.135

Jesse Keating jkeating at fedoraproject.org
Wed Aug 12 22:53:30 UTC 2009


Author: jkeating

Update of /cvs/pkgs/common
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18299

Modified Files:
	Makefile.common 
Log Message:
Add a 'target' make target to print out what build target would be used



Index: Makefile.common
===================================================================
RCS file: /cvs/pkgs/common/Makefile.common,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -p -r1.134 -r1.135
--- Makefile.common	11 Aug 2009 22:03:50 -0000	1.134
+++ Makefile.common	12 Aug 2009 22:53:30 -0000	1.135
@@ -541,6 +541,9 @@ Or if this is a tag request for updates,
 cvsurl:
 	@echo '$(CVS_URL)'
 
+target:
+	@echo '$(TARGET)'
+
 chain-build: build-check
 	@if [ -z "$(CHAIN)" ]; then \
                 echo "Missing CHAIN variable, please specify the order of packages to" ; \




More information about the fedora-extras-commits mailing list