Selaa lähdekoodia

Attempt to fix onion (again)

msmith-techempower 10 vuotta sitten
vanhempi
commit
1bc0554e51
2 muutettua tiedostoa jossa 3 lisäystä ja 4 poistoa
  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