Browse Source

Merge pull request #1306 from TechEmpower/fixOnion

Attempt to fix onion (again)
Mike Smith 10 years ago
parent
commit
d254a3de5b
2 changed files with 3 additions and 4 deletions
  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