home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / NeXT / GnuSource / emacs-15.0.3 / SGS_ENV < prev   
Text File  |  1991-08-26  |  939b  |  35 lines

  1. #
  2. # NeXT Version
  3. #
  4. # SGS_ENV file for version roots
  5. #
  6. # This SGS_ENV file should exist in the version root
  7. # of all version trees.  It will normally be placed in
  8. # the master version root and be cloned to all development
  9. # versions.
  10. #
  11. # BASIC definitions for the SGS tools
  12. #
  13. # The MASTER USER for this project.
  14. #    The master versions of the project software reside
  15. #    in the master user's tree and are owned by the master user.
  16. #
  17. # The PROJECT_NAME for this project.
  18. #    The project name is used searching either the master's or
  19. #    developer's home/SGS_ENV files to determine the project
  20. #    root or the list of project developers (see ~osdev/SGS_ENV)
  21. #
  22. MASTER_USER=comp
  23. PROJECT_NAME=emacs
  24. #
  25. # DONT_DIFF is an egrep(1) pattern which should match all files that
  26. # not interesting to diff or integrate.
  27. #
  28. DONT_DIFF:/tags$|\.o$|/errs$|/make\.out$|\.a$
  29. #
  30. # Definitions for cross(1)
  31. #
  32. # SGS_VERBOSE says "echo all `translated' commands"
  33. #
  34. SGS_VERBOSE
  35.