Skip to content

Commit

Permalink
Quick and ugly hack to deal with utimes().
Browse files Browse the repository at this point in the history
  • Loading branch information
david committed May 14, 2008
1 parent 27dd13e commit f7125ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.nested
Expand Up @@ -50,6 +50,7 @@ build/SQLite.mips: $(nestedvm)/Makefile $(nestedvm)/env.sh dl/$(sqlite)-amal.zip

# we need a dummy main
echo 'int main() { return 0; }' >> build/$(sqlite)-nestedvm/sqlite3.c
perl -pi -e "s/utimes\(.*?\);//g" build/$(sqlite)-nestedvm/sqlite3.c

(. ./$(nestedvm)/env.sh; cd build/$(sqlite)-nestedvm; \
$$CC -c $$CFLAGS -o sqlite3.o \
Expand Down

0 comments on commit f7125ca

Please sign in to comment.