Hi Monks, I am using a makefile to do the following things 1. perl script to parse a C file. Then 2. using gcc to compile the same C file. Now in case there is a gcc compilation error it stops the make utility at that point. But I am unable to stop the make if there is any compilation/runtime error while executing the perl script. Please shed some light.
The makefile is like@echo Parsing tmp.c; \ perl c_parser.pl arg1 arg2;\ echo Compiling tmp.c;\ gc tmp.c
In reply to perl from makefile by bhasky76
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |