equal
deleted
inserted
replaced
2 PKG_REPORTS=$(CANONICAL_MANIFESTS:%.p5m=$(BUILD_DIR)/%.pkg-report) |
2 PKG_REPORTS=$(CANONICAL_MANIFESTS:%.p5m=$(BUILD_DIR)/%.pkg-report) |
3 |
3 |
4 HGWEB_BASE_URL = http://userland.us.oracle.com/hg/file/tip/ |
4 HGWEB_BASE_URL = http://userland.us.oracle.com/hg/file/tip/ |
5 ARIA_BASE_URL = http://people.us.oracle.com/pls/oracle/find_person?p_string= |
5 ARIA_BASE_URL = http://people.us.oracle.com/pls/oracle/find_person?p_string= |
6 ARC_BASE_URL = http://psarc.us.oracle.com/ |
6 ARC_BASE_URL = http://psarc.us.oracle.com/ |
|
7 BUGDB_URL = http://userland.us.oracle.com/bugdb?cat-subcat= |
7 |
8 |
8 REPORT_TRANSFORMS = $(WS_TOP)/transforms/report |
9 REPORT_TRANSFORMS = $(WS_TOP)/transforms/report |
9 CDIR=$(COMPONENT_DIR:$(WS_TOP)/%=%) |
10 CDIR=$(COMPONENT_DIR:$(WS_TOP)/%=%) |
10 |
11 |
11 component-report: $(BUILD_DIR)/component-report |
12 component-report: $(BUILD_DIR)/component-report |
24 @echo "<td>" >>[email protected] ; for license in $(LICENSE) ; do \ |
25 @echo "<td>" >>[email protected] ; for license in $(LICENSE) ; do \ |
25 echo "$$license<br>" >>[email protected] ; \ |
26 echo "$$license<br>" >>[email protected] ; \ |
26 done ; echo "</td>" >>[email protected] |
27 done ; echo "</td>" >>[email protected] |
27 @echo "<td>$(TPNO)</td>" >>[email protected] |
28 @echo "<td>$(TPNO)</td>" >>[email protected] |
28 @echo "<td>" >>[email protected] ; for bugdb in $(COMPONENT_BUGDB) ; do \ |
29 @echo "<td>" >>[email protected] ; for bugdb in $(COMPONENT_BUGDB) ; do \ |
29 echo "$$bugdb<br>" >>[email protected] ; \ |
30 echo "<a href='$(BUGDB_URL)$$bugdb'>$$bugdb</a><br>" >>[email protected] ; \ |
30 done ; echo "</td>" >>[email protected] |
31 done ; echo "</td>" >>[email protected] |
31 @echo "<td><a href='$(ARIA_BASE_URL)$(RESPONSIBLE_ENGINEER)'>$(RESPONSIBLE_ENGINEER)</a></td>" >>[email protected] |
32 @echo "<td><a href='$(ARIA_BASE_URL)$(RESPONSIBLE_ENGINEER)'>$(RESPONSIBLE_ENGINEER)</a></td>" >>[email protected] |
32 @echo "<td><a href='$(ARIA_BASE_URL)$(RESPONSIBLE_MANAGER)'>$(RESPONSIBLE_MANAGER)</a></td>" >>[email protected] |
33 @echo "<td><a href='$(ARIA_BASE_URL)$(RESPONSIBLE_MANAGER)'>$(RESPONSIBLE_MANAGER)</a></td>" >>[email protected] |
33 @echo "<td>$(TEAM)</td>" >>[email protected] |
34 @echo "<td>$(TEAM)</td>" >>[email protected] |
34 @echo "</tr>" >>[email protected] |
35 @echo "</tr>" >>[email protected] |