[llvm-commits] [gcc-plugin] r80495 - /gcc-plugin/trunk/Makefile
Duncan Sands
baldrick at free.fr
Sun Aug 30 06:53:06 PDT 2009
Author: baldrick
Date: Sun Aug 30 08:53:06 2009
New Revision: 80495
URL: http://llvm.org/viewvc/llvm-project?rev=80495&view=rev
Log:
Add a note about using a better revision string when
making releases of the plugin.
Modified:
gcc-plugin/trunk/Makefile
Modified: gcc-plugin/trunk/Makefile
URL: http://llvm.org/viewvc/llvm-project/gcc-plugin/trunk/Makefile?rev=80495&r1=80494&r2=80495&view=diff
==============================================================================
--- gcc-plugin/trunk/Makefile (original)
+++ gcc-plugin/trunk/Makefile Sun Aug 30 08:53:06 2009
@@ -2,6 +2,7 @@
GCCOBJECT_DIR=$(HOME)/GCC/objects/
#GCCPLUGIN_DIR:=$(shell $(GCC) -print-file-name=plugin)
+# Replace with an informative string when doing a release.
REVISION:=$(shell svnversion -n .)
TARGET_TRIPLE:=$(shell $(GCCOBJECT_DIR)/gcc/xgcc -v 2>&1 | grep "^Target:" | sed -e "s/^Target: *//")
More information about the llvm-commits
mailing list