1 Apr 2009 09:47
a query on make file
ankit mandhani <ankitmandhani31 <at> gmail.com>
2009-04-01 07:47:27 GMT
2009-04-01 07:47:27 GMT
Dear sir,
As soon as i try to run the make file...
commands:
$ make gateway
Looking for gpgv...
Checking for firewall compatibility: No supported firewalls detected! Check
your path.
Supported firewalls include: iptables, ipchains, ipf, pf.
Can't seem to find supported firewall software. Check your path?
make: *** [check_fw] Error 255
In make file:
check_fw:
<at> echo -n "Checking for firewall compatibility: "
* <at> bin/detect-fw.sh bin* || ( echo "Can't seem to find supported firewall
software. Check your path?" && exit 255 )
Can u explain me this peace of code in the make file..
RSS Feed