Re: make signal text descriptions

2003-11-01 Thread J. Grant
Hi, #define SIGINT 2 /* Interactive attention */ #define SIGILL 4 /* Illegal instruction */ #define SIGFPE 8 /* Floating point error */ #define SIGSEGV 11 /* Segmentation violation */ #define SIGTERM 15 /* Termination request *

Re: Bug#218039: /usr/bin/make: Clock skew detected warnings

2003-11-01 Thread Dan Jacobson
> Version: 3.80-4 > $ cat Makefile > a: /proc > : > $ make > make: Warning: File `/proc' has modification time 2.4e+04 s in the future > : > make: warning: Clock skew detected. Your build may be incomplete. > > You see, I wanted a file that means 'now', but recent versions of make > make t