LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Makefile (https://www.linuxquestions.org/questions/linux-hardware-18/makefile-531799/)

Aerolinux 02-23-2007 03:53 PM

Makefile
 
Can you please explain the following two lines of a Makefile??
What is it checking for ?


check_files:
@if [! -r"$(CONFIG_XXXX)/.config"]; then echo'ERROR: YYYYYYY'

acid_kewpie 02-23-2007 04:10 PM

firstly this clearly has nothing to do with hardware, please pick your forums more carefully. secondly, no one actually read makefiles, they are very dull. that line as an arbitrary piece of bach code says to print an error message if a given file is not readable, couldn't say anythign about the actual application of it here, as you've given one solitary line...

Aerolinux 02-23-2007 04:12 PM

Sorry abt posting it on the wrong forum.
Thanks for your help.


All times are GMT -5. The time now is 04:06 PM.