Procházet zdrojové kódy

Attempt to fix onion (again)

msmith-techempower před 10 roky
rodič
revize
1bc0554e51

+ 0 - 3
frameworks/C/onion/bash_profile.sh

@@ -1,3 +0,0 @@
-#!/bin/bash
-
-export ONION_LOG=noinfo

+ 3 - 1
frameworks/C/onion/setup.sh

@@ -1,6 +1,8 @@
 #!/bin/bash
 
-rm -f *.o
+export ONION_LOG=noinfo
+
+make clean
 ln -s $IROOT/onion onion
 rm -f onion/build/CMakeCache.txt
 make