- ifeq (,$(wildcard package))
- $(shell mkdir package)
- endif
- ifeq (,$(wildcard package/cfg))
- $(shell mkdir package/cfg)
- endif
- clean:
- @rm -rf package
- $(shell mkdir package)
- rm: cannot remove directory "package": The process cannot
access the file because it is being used by another process.
- gmake: *** [clean] Error 1
- gmake: *** [clean] Error 1
This occurs in versions 3.78.1 and 3.79.1 of make on Win2k. I've tried using both cygnus and MKS version rm.
_______________________________________________ Bug-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-make