* Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> [080730 15:42]: > Hmm. Without mkdtemp(), maybe you could just do a trivial compat function > somethin glike > > char *git_mkdtemp(char *template) > { > char *n = mktemp(template); > if (mkdir(n)) > n = NULL; > return n; > } > > instead? And as I go to whip that up (ya, I'm lazy and just needed a prod), I see it's already done: # Define NO_MKDTEMP if you don't have mkdtemp in the C library. But since rsync isn't available on this compile anyways, I still think NO_RSYNC is worth having on it's own, just like NO_CURL or NO_TCLTK a. -- Aidan Van Dyk Create like a god, aidan@xxxxxxxxxxx command like a king, http://www.highrise.ca/ work like a slave.
Attachment:
signature.asc
Description: Digital signature