mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 08:10:31 -04:00
lathes, 3d printers, laser cutters, plasma cutters, robot arms, hexapods, and more. - Accepts G-code input, drives CNC machines in response. - Active user community. - Several different GUIs available. - Compatible with many popular machine control hardware interfaces. - Supports rigid tapping, cutter compensation, and many other advanced control features. WARNING: This port is simulation-only for now. WWW: http://linuxcnc.org/
9 lines
330 B
Bash
9 lines
330 B
Bash
--- tests/lowlevel/mutex/test.sh.orig 2016-06-25 02:19:12 UTC
|
|
+++ tests/lowlevel/mutex/test.sh
|
|
@@ -1,5 +1,5 @@
|
|
#!/bin/sh
|
|
-gcc -O -I ../../../include test.c -o test -DULAPI -std=gnu99 -pthread || exit 1
|
|
+cc -O -I ../../../include test.c -o test -DULAPI -std=gnu99 -pthread || exit 1
|
|
./test; exitval=$?
|
|
rm -f test
|
|
exit $exitval
|