Source-Changes archive

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

CVS commit: src/share/mk



Module Name:    src
Committed By:   uebayasi
Date:           Sat Apr  6 15:39:20 UTC 2013

Modified Files:
        src/share/mk: bsd.files.mk

Log Message:
Fix dependency handling of UUDECODE_FILES (e.g. libexec/ld.aout_so on i386).

The .uue rule is defined to make "foo.xxx.uue" -> "foo.xxx".  When
UUDECODE_FILES_RENAME_* is also applied, the .uue rule tries to make "foo",
not "foo.xxx".  This results in that "foo.xxx" is never made and always
"foo.xxx.uue" -> "foo" is made.

Define dependency for intermediate files.

Avoid unnecessary rebuild and reinstall.  (Consume 70K in obj directory.)


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/share/mk/bsd.files.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index