-
Bug
-
Resolution: Fixed
-
P3
-
6
Remove LCFLAGS, LCPPFLAGS.
Add use of prep-target for MKDIR's and removal of target at start of rules.
Add use of install-file where it's just a file copy.
Removed use of -xtemp on Solaris (slows down builds over NFS).
Cleanup comments on 2.5.1 etc.
Correct use of directory targets to do MKDIR, dependency on a directory name
means that if the directory's contents change, the target must be rebuilt, that
is not what you want. Directories should be created as targets are created as
part of the rules for that target.
Attempts to prevent re-compiles on second 'gnumake', getting better.
Utilize use of pattern rules in make/java/java/Makefile to create a smaller
makefile, less error prone.
###@###.### 2004-12-20 17:49:57 GMT
Add use of prep-target for MKDIR's and removal of target at start of rules.
Add use of install-file where it's just a file copy.
Removed use of -xtemp on Solaris (slows down builds over NFS).
Cleanup comments on 2.5.1 etc.
Correct use of directory targets to do MKDIR, dependency on a directory name
means that if the directory's contents change, the target must be rebuilt, that
is not what you want. Directories should be created as targets are created as
part of the rules for that target.
Attempts to prevent re-compiles on second 'gnumake', getting better.
Utilize use of pattern rules in make/java/java/Makefile to create a smaller
makefile, less error prone.
###@###.### 2004-12-20 17:49:57 GMT