--- In [email protected], "Geert Vancompernolle" <[EMAIL PROTECTED]> wrote: > > Hi, > > Does anyone know how to check in a makefile if a certain file exists? > > What's the syntax for this? > > Best rgds, > > --Geert >
I'll answer this one myself: Found an interesting link regarding this subject: http://tldp.org/LDP/abs/html/ If you choose "7. Tests" and then "7.2 File test operators", you will find all possible checks on files, directories, character devices,... Worth reading it! Best rgds, --Geert
