Displaying 5 results from an estimated 5 matches for "tarpkg".
Did you mean:
barpkg
2014 Feb 25
2
[PATCH] tools: Unify export.h
Em Tue, Feb 25, 2014 at 10:52:02PM +1030, Rusty Russell escreveu:
> Borislav Petkov <bp at suse.de> writes:
> > On Tue, Feb 25, 2014 at 12:09:23PM +1030, Rusty Russell wrote:
> >> Should we get more ambitious and start a fake-kernel/ directory where
> >> we can put userspace equivs/stubs of kernel functionality?
> >
> > Dunno - people like to do that
2014 Feb 25
2
[PATCH] tools: Unify export.h
Em Tue, Feb 25, 2014 at 10:52:02PM +1030, Rusty Russell escreveu:
> Borislav Petkov <bp at suse.de> writes:
> > On Tue, Feb 25, 2014 at 12:09:23PM +1030, Rusty Russell wrote:
> >> Should we get more ambitious and start a fake-kernel/ directory where
> >> we can put userspace equivs/stubs of kernel functionality?
> >
> > Dunno - people like to do that
2014 Apr 11
2
[PATCH] tools: Unify export.h
...ect: [PATCH] tools: Unify export.h
>
> So tools/ has been growing three, at a different stage of their
> development export.h headers and so we should unite into one. Add
> tools/include/ to the include path of virtio and liblockdep to pick the
> shared header now.
hum, this breaks tarpkg test.. note that I needed attached
patch to make the test output verbose
jirka
[jolsa at krava perf]$ make -f tests/make tarpkg
- tarpkg: ./tests/perf-targz-src-pkg .
make: *** [tarpkg] Error 2
[jolsa at krava perf]$ cat tarpkg
./tests/perf-targz-src-pkg .
+ PERF=.
+ cd ./../..
+ make perf-targ...
2014 Apr 11
2
[PATCH] tools: Unify export.h
...ect: [PATCH] tools: Unify export.h
>
> So tools/ has been growing three, at a different stage of their
> development export.h headers and so we should unite into one. Add
> tools/include/ to the include path of virtio and liblockdep to pick the
> shared header now.
hum, this breaks tarpkg test.. note that I needed attached
patch to make the test output verbose
jirka
[jolsa at krava perf]$ make -f tests/make tarpkg
- tarpkg: ./tests/perf-targz-src-pkg .
make: *** [tarpkg] Error 2
[jolsa at krava perf]$ cat tarpkg
./tests/perf-targz-src-pkg .
+ PERF=.
+ cd ./../..
+ make perf-targ...
2014 Apr 12
0
[PATCH] tools: Unify export.h
On Fri, Apr 11, 2014 at 01:59:30PM +0200, Jiri Olsa wrote:
> hum, this breaks tarpkg test.. note that I needed attached patch to
> make the test output verbose
Bah, I could swear
make -C tools/perf build-test
passed before sending out. Alternatively, I might've been smoking
something funny yesterday, though, too.
Anyway, it is the MANIFEST - I keep forgetting this thing...