Annotation of cci/sys/stand/vdfmt/vdfmtprobs, revision 1.1

1.1     ! root        1: From franks Sun Apr 13 02:19:47 1986
        !             2: Received: by oldol2.UUCP (4.12/4.7)
        !             3:        id AA20673; Sun, 13 Apr 86 02:19:45 pst
        !             4: Date: Sun, 13 Apr 86 02:19:45 pst
        !             5: From: franks ( John Franks)
        !             6: Message-Id: <[email protected]>
        !             7: To: cat, woe
        !             8: Status: RO
        !             9: 
        !            10: The following checkin form was placed in '~cat/checkin/franks'
        !            11: It's name is 'vdformat'.
        !            12: 
        !            13: To (optional): sys/stand
        !            14: 
        !            15: File names : Makefile         prf.c               qsort.c
        !            16:            strtok.c           strspn.c            strpbrk.c
        !            17:            srt0.c
        !            18:            vdfmt/Makefile     vdfmt/cmd.c         vdfmt/correct.c
        !            19:            vdfmt/delete.c     vdfmt/exercise.c    vdfmt/format.c
        !            20:            vdfmt/help.c       vdfmt/info.c        vdfmt/io.c
        !            21:            vdfmt/list.c       vdfmt/maps.c        vdfmt/proc_cmd.c
        !            22:            vdfmt/profile.c    vdfmt/relocate.c    vdfmt/reset.c
        !            23:            vdfmt/smd.c        vdfmt/smd_e.c       vdfmt/start.c
        !            24:            vdfmt/status.c     vdfmt/util.c        vdfmt/vdfmt.c
        !            25:            vdfmt/verify.c     vdfmt/vdfmt.h       vdfmt/cmd.h
        !            26: 
        !            27: To (optional): /usr/include/sys    AND
        !            28:                sys/vba
        !            29: File names : vddc.h
        !            30: 
        !            31: From woe Mon Apr 14 08:37:31 1986
        !            32: From: woe ( Bill Ellis)
        !            33: To: cat, franks
        !            34: Subject: vdformat
        !            35: 
        !            36: Vdformat checkin, several observations/problems:
        !            37: 
        !            38:        (1) The Makefile in ".../sys/stand" has "/users_2/franks"
        !            39:            as DESTDIR.  John: you really do need to adapt the existing
        !            40:            Makefile, or refine your new one back to the "release make
        !            41:            environment", before checking it in!
        !            42: 
        !            43:        (2) Ditto ".../sys/stand/vdfmt/Makefile"
        !            44: 
        !            45:        (3) The sub-directory for vdformat is a GOOD choice.  It requires
        !            46:            that RCS remove the "vdformat.c" and "vdformat.h" files at the
        !            47:            ".../sys/stand" level.
        !            48: 
        !            49:        (4) I would have preferred to see vdformat spelled vdformat, not
        !            50:            vdfmt, but that is merely a preference.  Namely, "vdformat.[ch]"
        !            51:            in sub-directory "vdformat", etc.
        !            52:            
        !            53:            If so, either (1) the executable object named vdformat would
        !            54:            have to be installed directly from the sub-directory, or (2)
        !            55:            the resultant object copied back up to ".../sys/stand" has
        !            56:            to have a funny name, or (3) the sub-directory has to have
        !            57:            a funny name.
        !            58: 
        !            59:            Isn't (1) the "common" standard?  That would be my preference.
        !            60: 
        !            61: The BIG question is: why a vdformat checkin (just for strtok?), and
        !            62: NOT a boot check-in????
        !            63: 
        !            64: --Bill
        !            65: 
        !            66: From franks Mon Apr 14 09:18:02 1986
        !            67: From: franks ( John Franks)
        !            68: To: cat, woe
        !            69: 
        !            70: The following checkin form was placed in '~cat/checkin/franks'
        !            71: It's name is 'vdfmt'.
        !            72: 
        !            73: To (optional): sys/stand
        !            74: 
        !            75: File names : Makefile         prf.c               qsort.c
        !            76:            strtok.c           strspn.c            strpbrk.c
        !            77:            srt0.c
        !            78:            vdfmt/Makefile     vdfmt/cmd.c         vdfmt/correct.c
        !            79:            vdfmt/delete.c     vdfmt/exercise.c    vdfmt/format.c
        !            80:            vdfmt/help.c       vdfmt/info.c        vdfmt/io.c
        !            81:            vdfmt/list.c       vdfmt/maps.c        vdfmt/proc_cmd.c
        !            82:            vdfmt/profile.c    vdfmt/relocate.c    vdfmt/reset.c
        !            83:            vdfmt/smd.c        vdfmt/smd_e.c       vdfmt/start.c
        !            84:            vdfmt/status.c     vdfmt/util.c        vdfmt/vdfmt.c
        !            85:            vdfmt/verify.c     vdfmt/vdfmt.h       vdfmt/cmd.h
        !            86: 
        !            87: To (optional): /usr/include/sys    AND
        !            88:                sys/vba
        !            89: File names : vddc.h
        !            90: 
        !            91: From franks Mon Apr 14 10:12:04 1986
        !            92: From: franks ( John Franks)
        !            93: To: cat
        !            94: Subject: compilation problems with vdformat
        !            95: 
        !            96: The file 'vddc.h' is supposed to go in sys/vba/vddc.h not sys/stand. 
        !            97: If you move it over vdformat should compile.  Also note that DESTDIR is
        !            98: assigned to '/users_2/franks' in the makefiles.  This should not affect
        !            99: you but Bill still wants it removed.  You can either edit the makefiles
        !           100: (I would but...) or you can recheck them in from ~franks/checkin/Makefile
        !           101: and ~franks/checkin/vdfmt/Makefile. 
        !           102: 
        !           103:        On the question of why vba/vddc.c has changed and not stand/vddc.c...
        !           104: Changes were made in the way error reporting was done in vba/vddc.c.
        !           105: Stand/vddc.c had no real problems and the formatter does not use it so
        !           106: stand/vddc.c does not change at all...
        !           107: 
        !           108:                                        john franks
        !           109: 

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.