OSDN Git Service

mktemp broke kernel build, so new rules: if you don't specify anything, /tmp/tmp...
authorRob Landley <rob@landley.net>
Tue, 4 Sep 2012 02:24:46 +0000 (21:24 -0500)
committerRob Landley <rob@landley.net>
Tue, 4 Sep 2012 02:24:46 +0000 (21:24 -0500)
commitb0e87ff287ca6938b9450a61cb6134fba6309b37
treecbb0f3f4bc0a73306ca08a53e7cd8bde4e7d1185
parentee429cfcb22d0c0920c848af9a6e2b8cb442b249
mktemp broke kernel build, so new rules: if you don't specify anything, /tmp/tmp.* Specify a file, ./file.  Specify -p dir then dir/tmp.*. Specify -p dir and file, dir/file. Also implement -q which lsb wants.
toys/lsb/mktemp.c