[Bug 1228610] Mail Makefile error finding alias directory
https://bugzilla.suse.com/show_bug.cgi?id=1228610 https://bugzilla.suse.com/show_bug.cgi?id=1228610#c5 Marc Chamberlin <marc@marcchamberlin.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WORKSFORME --- Comment #5 from Marc Chamberlin <marc@marcchamberlin.com> --- Well I guess I will throw in the towel on this report, and confirm that the Makefile is working OK as is. I can't seem to reproduce the make error I was seeing but I do remember testing the change from ALIAS_FILE = $(shell find $(ETC)aliases.d/ -type f) to ALIAS_FILE = $(shell find $(ETC)aliases.d/ -type d) back and forth several times, making sure the make failure followed the type of the file this find command was searching for, i.e. failed for -type f and succeeded for -type d. So I am puzzled now, but let's just call it resolved and if it repeats I will try to dig deeper. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com