ocket8888 commented on a change in pull request #5703:
URL: https://github.com/apache/trafficcontrol/pull/5703#discussion_r605985485
##########
File path: infrastructure/cdn-in-a-box/Makefile
##########
@@ -130,6 +130,15 @@ $(TS_RPM): $(TS_DIST_RPM)
$(ORT_RPM): $(ORT_DIST_RPM)
cp -f "$?" "$@"
+# RPM target aliases
+traffic_monitor/traffic_monitor.rpm: $(TM_RPM)
+traffic_ops/traffic_ops.rpm: $(TO_RPM)
+traffic_portal/traffic_portal.rpm: $(TP_RPM)
+traffic_router/traffic_router.rpm: $(TR_RPM)
+traffic_router/tomcat.rpm: $(TOMCAT_RPM)
+traffic_stats/traffic_stats.rpm: $(TS_RPM)
+cache/traffic_ops_ort.rpm: $(ORT_RPM)
Review comment:
These are, unfortunately, lies. These recipes are only the truth if
you're running `make` from within the CDN-in-a-Box directory. If you run it
anywhere else, it doesn't produce the target, which is something we now support.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]