Quite a regular
Joined: 2008/5/2 13:14 Last Login
: 2023/10/13 22:17
From Sweden
Group:
Registered Users
|
I try to use the normal delete command in a make script, but no matter what I do, make stops if delete can't find the file to delete (already deleted):
delete MyFile MyFile Not Deleted: object not found make: *** [target] Error 5
I have tried to add QUIET and/or FORCE, but to no avail. Delete always seems to return WARN (5) when it can't find the file, so the makefile always stops. And QUIET does NOT make it quiet. It still prints "MyFile Not Deleted: object not found"
Any comments on this?
|