2 messages in com.perforce.jammingA blanket cleanup.
FromSent OnAttachments
Hunt...@eos.ncsu.edu30 Jul 1997 19:04 
Chri...@perforce.com31 Jul 1997 08:50 
Subject:A blanket cleanup.
From:Chri...@perforce.com (Chri@perforce.com)
Date:07/31/1997 08:50:28 AM
List:com.perforce.jamming

Some time ago I wondered how to do a blanket cleanup using jam.

It can't really, or at least not using its knowledge. Jam goes to a lot of trouble to build exactly what it is told, and that is all it knows how to clean.

Usually, when I do a deep clean, I use the "rm -rf" tool and then repopulate from source control.

A deep clean, under jam's control, could possibly come about by building a list of all source files, and then handing it to an action that deletes everything _except_ those files.

Christopher