URL:
  <https://savannah.gnu.org/bugs/?57751>

                 Summary: Improve POSIX support for SCCS
                 Project: make
            Submitted by: love4boobies
            Submitted on: Thu 06 Feb 2020 09:10:00 AM UTC
                Severity: 3 - Normal
              Item Group: Enhancement
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
       Component Version: None
        Operating System: None
           Fixed Release: None
           Triage Status: None

    _______________________________________________________

Details:

According to POSIX, makefiles should be able to replace the special rule
.SCCS_GET in order to specify how to get SCCS files that do not exist in the
current directory. The default is:

.SCCS_GET: sccs $(SCCSFLAGS) get $(SCCSGETFLAGS) $@

Also, suffixes such as ".foo~" (meaning ".foo" files prefixed by a "s.") do
not seem to be supported. I am aware that these can be done in other ways with
GNU Make, but for portability's sake, they should be there.




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?57751>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/


Reply via email to