{code}
 ./configure_uw -DCLIPPED:BOOL=ON
 {endcode}
-
+*: Builds by default cache the externals in /scratch/condor-externals. If you are sharing the machine with others, you may collide and have problems.  To fix this, add this to your invocation of configure_uw
+{code}
+-DEXTERNAL_STAGE:PATH=/path/to/a/private/directory
+{endcode}
 
 {section: Building your source}
 
@@ -141,11 +144,3 @@
 $ rm -fr TestingPersonalCondor
 {endcode}
 After either of these, you can re-run the tests as above.
-
-{subsection: Cached Externals}
-
-Builds by default cache the externals in /scratch/condor-externals. If you're sharing the machine with others, you may collide and have problems.  Solution, add
-{code}
--DEXTERNAL_STAGE:PATH=/path/to/a/private/directory
-{endcode}
-to your invocation of configure_uw