help-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

how can I teminate the process of make under some conditions?


From: clino
Subject: how can I teminate the process of make under some conditions?
Date: 4 Apr 2006 22:47:49 -0700
User-agent: G2/0.2

just like the "die" in perl
-------------------
   if (length ($str) <= 64)
   {
      print "ok,go on"
   }
   else
   {
      die "bad param";
   }
  print "go on"
-------------------

how can I make the makefile act like this,die and exit...?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]