View Single Post
  #7   (View Single Post)  
Old 2nd March 2011
vermaden's Avatar
vermaden vermaden is offline
Administrator
 
Join Date: Apr 2008
Location: pl_PL.lodz
Posts: 1,056
Default

Code:
~ % grep -C 2 "Not war." /usr/src/usr.bin/make/job.c
#ifndef WITHOUT_OLD_JOKE
                                if (strcmp(gn->name,"love") == 0)
                                        (*abortProc)("Not war.");
                                else
#endif

~ % cd /usr/src   

/usr/src % make love
Not war.
__________________
religions, worst damnation of mankind
"If 386BSD had been available when I started on Linux, Linux would probably never had happened." Linus Torvalds

Linux is not UNIX! Face it! It is not an insult. It is fact: GNU is a recursive acronym for “GNU's Not UNIX”.
vermaden's: links resources deviantart spreadbsd
Reply With Quote