/polymer/synthesis.sh |
---|
171,8 → 171,8 |
if [ -n "$BUILD_LUNATIC" ]; then |
# clean the tree and build |
echo "${make[@]}" LUNATIC=1 $clean all |
"${make[@]}" LUNATIC=1 $clean all |
echo "${make[@]}" LUNATIC=1 CPLUSPLUS=0 $clean all |
"${make[@]}" LUNATIC=1 CPLUSPLUS=0 $clean all |
# make sure all the targets were produced |
verifytargets |