patchThe GNU Bourne-Again SHell - Patches: patch #9833, Fixed 48 dependency issues in...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #9833: Fixed 48 dependency issues in Makefile.in

Submitter:  vemake <vemakereporter>
Submitted:  Tue 16 Jul 2019 02:36:12 AM UTC
   
 
Category:  None Priority:  7 - High
Status:  Done Privacy:  Public
Assigned to:  None Open/Closed:  Open

Wed 17 Jul 2019 03:18:10 PM UTC, comment #1: 

I took a look and applied the relevant changes. Thanks for the patch.

Chet Ramey <chet>
Group administrator
Tue 16 Jul 2019 02:36:12 AM UTC, original submission:  

Hi, I've fixed 47 missing dependencies and 1 excessive dependency reported. Those issues can cause incorrect results or unnecessary rebuild when Bash is incrementally built.

For example, any changes in "y.tab.c" or "include/typemax.h" will not cause "y.tab.o" to be rebuilt, which is incorrect. However, "Makefile" and "config.h" are unnecessary for the build of "bashbug". If one of these two files is changed, "bashbug" will be rebuilt, which is not necessary.

I've tested it on my computer, the fixed version worked as expected.

Looking forward to your confirmation.

Thanks
Vemake

vemake <vemakereporter>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #47219:  Makefile.in added by vemakereporter (85KiB - application/octet-stream)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by chet (Posted a comment)
  • -email is unavailable- added by vemakereporter (Submitted the item)
  • -email is unavailable- added by vemakereporter (Fixed 48 dependency issues in Bash)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2019-07-17 chet StatusNone Done
    2019-07-16 vemakereporter Attached File- Added Makefile.in, #47219
        Carbon-Copy- Added -email is unavailable-

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code