[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: problem
From: |
Ashish Bajpai (DS/ESQ2) |
Subject: |
RE: problem |
Date: |
Thu, 19 Dec 2002 13:52:12 +0100 |
Sorry for my earlier mail. That was a shell varaible which confused me.
Sorry for the inconvenience caused.
Regards,
Ashish
> ----------
> From: Ashish Bajpai (DS/ESQ2)[SMTP:address@hidden
> Sent: Thursday, December 19, 2002 4:07:46 PM
> To: 'address@hidden'
> Subject: problem
> Auto forwarded by a Rule
>
Hello All,
Can someone tell me the meaning of automatic variable $$? which is used
sometimes in makefile ?
I am attaching the piece of code that contains this variable -
$(gfd) -o $< -b $@ -l $(LOG) -v ash1 -g D ; \
if [ $$? -eq 3 ] ; then \
$(ECHO) " " ; \
$(ECHO) "# Did you notice that the database isn't running ?" ;
\
$(ECHO) "# Try again later ;-) " ; \
exit 1 ; \
elif [ $$? -eq 2 ] ; then \
$(ECHO) " " ; \
$(ECHO) "# There are errors in the log file!! Take a look!" ; \
elif [ $$? -eq 1 ] ; then \
$(ECHO) " " ; \
$(ECHO) "# There are warnings in the log file!! Take a look!" ;
\
fi
Thanks & Regards,
Ashish
_______________________________________________
Make-w32 mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/make-w32
- problem, Ashish Bajpai (DS/ESQ2), 2002/12/19
- RE: problem,
Ashish Bajpai (DS/ESQ2) <=