specifies a different tmpdir for g++ to use; and completes build.
authorStephen Soltesz <soltesz@cs.princeton.edu>
Tue, 12 Aug 2008 19:57:58 +0000 (19:57 +0000)
committerStephen Soltesz <soltesz@cs.princeton.edu>
Tue, 12 Aug 2008 19:57:58 +0000 (19:57 +0000)
monitor-server.spec

index 0975831..9f0f1fa 100644 (file)
@@ -42,6 +42,7 @@ command-line utilities for querying the status database.
 %build
 # TODO: note that we should build the cmdamt/ with g++
 cd cmdamt
+export TMPDIR=$PWD/tmp
 make
 cd ..