Skip to content

Commit

Permalink
FIX: Missing Bin directory causes make build to fail.
Browse files Browse the repository at this point in the history
Adding back the Bin directory.  Copied from the master linuxcnc repo.
  • Loading branch information
joco-nz committed Nov 14, 2023
1 parent 5f32673 commit 27dd4f5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/*
!/profile_axis
!/.gitignore
4 changes: 4 additions & 0 deletions bin/profile_axis
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
SCRIPT_LOCATION=$(dirname $(readlink -f $0))
python3 -mcProfile -o axis.profile $SCRIPT_LOCATION/axis "$@"
(echo sort cumulative; echo stats 20) | python3 -mpstats axis.profile

0 comments on commit 27dd4f5

Please sign in to comment.