-
Bug
-
Resolution: Fixed
-
P3
-
6
-
b46
-
generic
-
generic
While I was doing this, I noticed this bug:
cd make/java/java
make # Equivalent to: make niosrc
make all
make and make all should be equivalent.
The bug appears to be that the target niosrc comes before the target for
all. It should be an invariant that the default target is all, which
means it has to be the first target in the makefile. Other makefiles
could be audited to check this invariant.
>> 4911534 Avoid repeated useless copying of
###@###.### 2005-07-15 16:52:49 GMT
cd make/java/java
make # Equivalent to: make niosrc
make all
make and make all should be equivalent.
The bug appears to be that the target niosrc comes before the target for
all. It should be an invariant that the default target is all, which
means it has to be the first target in the makefile. Other makefiles
could be audited to check this invariant.
>> 4911534 Avoid repeated useless copying of
###@###.### 2005-07-15 16:52:49 GMT