This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Do not delete make check-abi symlist files


That's not what you want.  .PRECIOUS with actual file names prevents those
from being deleted on interrupt, which is bad.  .PRECIOUS with the target
pattern of an implicit rule prevents files from being intermediate files.
i.e.:

.PRECIOUS: %.symlist

Also, end a sentence in a comment with a period.


Thanks,
Roland


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]