Explorar o código

Merge pull request #1306 from TechEmpower/fixOnion

Attempt to fix onion (again)
Mike Smith %!s(int64=10) %!d(string=hai) anos
pai
achega
d254a3de5b
Modificáronse 2 ficheiros con 3 adicións e 4 borrados
  1. 0 3
      frameworks/C/onion/bash_profile.sh
  2. 3 1
      frameworks/C/onion/setup.sh

+ 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