On 9/5/13 11:07, "Michael Meffie" <[email protected]> wrote:
>On Thu, 5 Sep 2013 09:58:23 -0500 >Andrew Deason <[email protected]> wrote: > >> On Thu, 5 Sep 2013 10:04:33 +0200 >> Christof Hanke <[email protected]> wrote: >> >> > Including ./rxkad.p.h at beginning of rxkad.h file. >> > /usr/bin/install -c -m 644 >>/home/buildslave/buildbot/slave/openafs/full/build/include/rx/rxkad.h >> > /usr/bin/install: missing destination file operand after >>`/home/buildslave/buildbot/slave/openafs/full/build/include/rx/rxkad.h' >> > Try `/usr/bin/install --help' for more information. >> >> I'm not sure if it's why this is happening, but the builders don't seem >> to be removing all 'cruft' between build runs, since they are running >> 'git clean -X' instead of 'git clean -x'. In particular on that slave, >> the 'include' directory is staying around between some runs, which may >> be confusing. >> >> >I've seen the same thing happen on debian by just doing a 'make clean' >in, for example, src/bozo. I recall changing the makefile as Ben >says to replace the $? with the actual filename, but wasn't sure if >that was the right way to fix this. Well, if it's using $? and there isn't proper cleanup between builds, I would expect $? to sometimes be empty when moving a generated file into place. Changing it to an explicit filename would be a workaround but not a proper fix. -- brandon s allbery kf8nh sine nomine associates [email protected] [email protected] unix, openafs, kerberos, infrastructure, xmonad
