- Sep 12, 2002
-
-
Misha Brukman authored
flags are always the same anyway, who wants to see so much text on the screen? Compiling with "gmake VERBOSE=1" should produce all the output you're used to. Basically it checks for VERBOSE being defined, and if it is, sets VERB appropriately. VERB is then prepended in a bunch of key places such that when VERB is "@", the command is not echoed, when VERB is not set to anything, it's as before. One thing I could not get rid of is "gmake[1]: Entering directory <blah>", but running "gmake -s" suppresses it all, and shows just the interesting stuff. Now output (when running "gmake -s" will look something like): <snip> ======= Linking target debug library ======= Compiling Writer.cpp Compiling getLLVMinfo.cpp Compiling as.cpp Compiling dis.cpp Compiling opt.cpp Compiling gccas.cpp <snip> llvm-svn: 3686
-
- Aug 30, 2002
-
-
Vikram S. Adve authored
into Makefile.config. llvm-svn: 3527
-
- Aug 29, 2002
-
-
Vikram S. Adve authored
llvm-svn: 3521
-
- Aug 22, 2002
-
-
Vikram S. Adve authored
llvm-svn: 3449
-
- Aug 17, 2002
-
-
Chris Lattner authored
llvm-svn: 3365
-
- Aug 12, 2002
-
-
Chris Lattner authored
- Now build executables into /shared - New BUILD_ROOT_TOP variable which is basically = $(BUILD_ROOT)/$(LEVEL) but cleaner and works for llvm/test/* - Use := more in Makefile.common llvm-svn: 3291
-
- Aug 09, 2002
-
-
Chris Lattner authored
llvm-svn: 3272
-
Chris Lattner authored
* Build into the machine local /shared directory instead of using local Debug/Depend/Release directories llvm-svn: 3269
-
- Aug 03, 2002
-
-
Chris Lattner authored
llvm-svn: 3237
-
- Aug 02, 2002
-
-
Vikram S. Adve authored
llvm-svn: 3216
-
- Jul 31, 2002
-
-
Chris Lattner authored
llvm-svn: 3192
-
- Jul 25, 2002
-
-
Chris Lattner authored
llvm-svn: 3078
-
- Jul 23, 2002
-
-
Chris Lattner authored
llvm-svn: 3027
-
Chris Lattner authored
llvm-svn: 3003
-
- Jul 09, 2002
-
-
Vikram S. Adve authored
llvm-svn: 2841
-
- May 10, 2002
-
-
Chris Lattner authored
* Only build tags for include, lib, and tools, not tests * Turn on verbose output from bison to get information about shift/reduce conficts (why isn't this the default??) llvm-svn: 2603
-
- Apr 07, 2002
-
-
Chris Lattner authored
llvm-svn: 2128
-
- Apr 05, 2002
-
-
Chris Lattner authored
just have to run: make ENABLE_PURIFY=1 * Add command to the link line that makes the broken GCC 3.0 compiler work without affecting 2.95.3 llvm-svn: 2116
-
- Feb 11, 2002
-
-
Chris Lattner authored
llvm-svn: 1723
-
- Jan 23, 2002
-
-
Chris Lattner authored
llvm-svn: 1551
-
- Jan 22, 2002
-
-
Chris Lattner authored
llvm-svn: 1517
-
- Jan 20, 2002
-
-
Chris Lattner authored
llvm-svn: 1503
-
- Nov 07, 2001
-
-
Chris Lattner authored
2. Fix the "rebuild everything if I change one file" problem llvm-svn: 1176
-
- Oct 30, 2001
-
-
Chris Lattner authored
llvm-svn: 1045
-
- Oct 22, 2001
-
-
Vikram S. Adve authored
llvm-svn: 954
-
- Oct 18, 2001
-
-
Chris Lattner authored
llvm-svn: 874
-
- Oct 17, 2001
-
-
Vikram S. Adve authored
Needed for automatically generated .cpp files. llvm-svn: 853
-
- Oct 14, 2001
-
-
Chris Lattner authored
llvm-svn: 790
-
- Oct 13, 2001
-
-
Vikram S. Adve authored
llvm-svn: 787
-
Chris Lattner authored
llvm-svn: 730
-
- Oct 11, 2001
-
-
Vikram S. Adve authored
llvm-svn: 723
-
- Sep 10, 2001
-
-
Chris Lattner authored
llvm-svn: 527
-
- Sep 09, 2001
-
-
Chris Lattner authored
llvm-svn: 513
-
- Sep 08, 2001
-
-
Chris Lattner authored
llvm-svn: 498
-
- Aug 28, 2001
-
-
Vikram S. Adve authored
llvm-svn: 386
-
- Aug 06, 2001
-
-
Vikram S. Adve authored
llvm-svn: 345
-
Vikram S. Adve authored
llvm-svn: 343
-
- Jul 28, 2001
-
-
Vikram S. Adve authored
llvm-svn: 314
-
- Jul 21, 2001
-
-
Vikram S. Adve authored
using a variable to get the list of libraries on the link path. BUG: If the library in the same directory as the executable is missing, BUG: gnumake will build the library but then fail when linking the executable BUG: saying the library was not found. Need a better hack. llvm-svn: 225
-
- Jul 19, 2001
-
-
Chris Lattner authored
llvm-svn: 202
-