bug-gnu-libiconv
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-gnu-libiconv] [bug #63758] new srclib and srcm4 files missing from


From: saurik
Subject: [bug-gnu-libiconv] [bug #63758] new srclib and srcm4 files missing from .gitignore
Date: Sat, 4 Feb 2023 16:37:23 -0500 (EST)

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

                 Summary: new srclib and srcm4 files missing from .gitignore
                 Project: libiconv
               Submitter: saurik
               Submitted: Sat 04 Feb 2023 01:37:21 PM PST
                Category: Build
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Sat 04 Feb 2023 01:37:21 PM PST By: Jay Freeman (saurik) <saurik>
$ git status --untracked-files=all
HEAD detached at origin/master
Untracked files:
  (use "git add <file>..." to include in what will be committed)
        srclib/assert.in.h
        srclib/intprops-internal.h
        srclib/stdckdint.in.h
        srcm4/assert_h.m4
        srcm4/c-bool.m4

nothing added to commit but untracked files present (use "git add" to track)

FWIW, I've noticed .gitignore is currently carefully organized to list every
single file in every single folder as part of various stages of the build, but
I'll note that this heavily encourages skew over time as you have to remember
to update that file every time any change is made (and maybe even to
automake).

However, the simple reality is that everything under srcm4 should be ignored
and all files under srclib except Makefile.am should be ignored, and so you
can replace over half the contents of the file with a much simpler set of
three rules (though this would break the careful staged organization you
currently have).

!/srclib/Makefile.am
/srclib/*
/srcm4/*







    _______________________________________________________

Reply to this item at:

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

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]