radiusplugin-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Radiusplugin-devel] Avoid make clean errors when nothing has to be done


From: g . esp
Subject: [Radiusplugin-devel] Avoid make clean errors when nothing has to be done
Date: Sat, 4 Aug 2012 12:25:33 +0200 (CEST)

When there is nothing to clean, make clean produce
make clean
rm radiusplugin.so *.o */*.o
rm: cannot remove 'radiusplugin.so': No such file or directory
rm: cannot remove '*.o': No such file or directory
rm: cannot remove '*/*.o': No such file or directory

Instead of -rm,  use rm -f, so no warning burn the overloaded developper mind.

Gilles

Attachment: radiusplugin_Makefile2.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]