[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
DELETE_ON_ERROR for phony targets
From: |
Chad Loder |
Subject: |
DELETE_ON_ERROR for phony targets |
Date: |
Fri, 22 Jun 2001 07:25:04 -0700 |
Is there any way to emulate DELETE_ON_ERROR
for a phony target that creates a bunch of
files which are not specified as targets?
I've got a nice Java build system, but for
clean builds, I invoke the Java compiler on
a per-directory/wildcard basis, otherwise
it's just horribly slow.
I'd like to be able to interrupt the build
process with Ctrl-c, but I don't trust java
compiler to delete half-compiled files.
Thanks,
Chad Loder
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- DELETE_ON_ERROR for phony targets,
Chad Loder <=