home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / bsd / 5398 < prev    next >
Encoding:
Text File  |  1992-09-09  |  1.2 KB  |  32 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!sun-barr!cs.utexas.edu!convex!jensen
  3. From: jensen@convex.com (Bill Jensen)
  4. Subject: Re: Kernel build help
  5. Message-ID: <1992Sep09.183218.6189@convex.com>
  6. Sender: usenet@convex.com (news access account)
  7. Nntp-Posting-Host: convex1.convex.com
  8. Organization: CONVEX Computer Corporation, Richardson, Tx., USA
  9. References: <1992Sep9.163548.22743@socrates.umd.edu>
  10. Date: Wed, 09 Sep 1992 18:32:18 GMT
  11. X-Disclaimer: This message was written by a user at CONVEX Computer
  12.               Corp. The opinions expressed are those of the user and
  13.               not necessarily those of CONVEX.
  14. Lines: 16
  15.  
  16. I ran into this problem, too.  If you compare the Makefile in the
  17. directory GENERICISA with the Makefile for your system, you will
  18. find the problem.  I think the template used by config Makefile is
  19. out of sync with the sources.
  20.  
  21. What is missing is creating a new file, version.c, and then compiling
  22. it to produce a version.o.  There is a script that does some fancy
  23. stuff to increment version numbers (and it does it incorrectly, too)
  24. so each time you do a make, the version number gets incremented.
  25.  
  26. I patched my Makefile and I haven't yet gotten around to fixing up
  27. the template.
  28.  
  29. Bill Jensen
  30. Convex Computer Corp.
  31. (214) 934-2500
  32.