[cfe-commits] r82624 - /cfe/trunk/Makefile

Torok Edwin edwintorok at gmail.com
Wed Sep 23 07:23:06 PDT 2009


Author: edwin
Date: Wed Sep 23 09:23:05 2009
New Revision: 82624

URL: http://llvm.org/viewvc/llvm-project?rev=82624&view=rev
Log:
The test/ directory needs to be created always when building objdir != srcdir,
because the toplevel 'make check-all' needs the rule for test/lit.site.cfg,
and for that test/ must exist.

Modified:
    cfe/trunk/Makefile

Modified: cfe/trunk/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/Makefile?rev=82624&r1=82623&r2=82624&view=diff

==============================================================================
--- cfe/trunk/Makefile (original)
+++ cfe/trunk/Makefile Wed Sep 23 09:23:05 2009
@@ -4,7 +4,7 @@
 include $(LEVEL)/Makefile.common
 
 ifneq ($(PROJ_SRC_ROOT),$(PROJ_OBJ_ROOT))
-test::
+all::
 	$(Verb) if [ ! -f test/Makefile ]; then \
 	  $(MKDIR) test; \
 	  $(CP) $(PROJ_SRC_DIR)/test/Makefile test/Makefile; \





More information about the cfe-commits mailing list