Skip to content

Commit

Permalink
Remove launch-fedsd.sh and update the Makefile accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
ChadliaJerad committed Aug 22, 2023
1 parent 14c3fec commit 1644ad3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 125 deletions.
6 changes: 4 additions & 2 deletions util/tracing/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ install: trace_to_csv trace_to_chrome trace_to_influxdb
mv trace_to_csv $(INSTALL_PREFIX)
mv trace_to_chrome $(INSTALL_PREFIX)
mv trace_to_influxdb $(INSTALL_PREFIX)
ln -f -s $(CURRENT_PATH)/launch-fedsd.sh $(INSTALL_PREFIX)/fedsd
chmod +x launch-fedsd.sh
cp ./visualization/fedsd.py $(INSTALL_PREFIX)
cp ./visualization/fedsd_helper.py $(INSTALL_PREFIX)
ln -f -s $(INSTALL_PREFIX)/fedsd.py $(INSTALL_PREFIX)/fedsd
chmod +x $(INSTALL_PREFIX)/fedsd

clean:
rm -f *.o
123 changes: 0 additions & 123 deletions util/tracing/launch-fedsd.sh

This file was deleted.

0 comments on commit 1644ad3

Please sign in to comment.