diff options
author | Sam Ravnborg <sam@neptun.ravnborg.org> | 2007-04-13 21:07:00 (GMT) |
---|---|---|
committer | Sam Ravnborg <sam@ravnborg.org> | 2007-05-02 18:58:10 (GMT) |
commit | e711db3edfe7c0e32b6430e7d041905f856aa79a (patch) | |
tree | cfdc462ea2f4769dd3119b8b80687e01dccc81bb /mm/truncate.c | |
parent | 145c90475f809060c8601828f14543191e06a0bb (diff) | |
download | linux-fsl-qoriq-e711db3edfe7c0e32b6430e7d041905f856aa79a.tar.xz |
kbuild: fix make mrproper for Documentation/DocBook/man
"make mandocs" generate > 2000 files in Documentation/DocBook/man
and this caused kbuild to barf out during make mrproper like this:
make -f scripts/Makefile.clean obj=Documentation/DocBook
make -f scripts/Makefile.clean obj=Documentation/DocBook/man/
make[2]: execvp: /bin/sh: Argument list too long
make[2]: *** [__clean] Error 127
make[1]: *** [Documentation/DocBook/man/] Error 2
make: *** [_mrproper_Documentation/DocBook] Error 2
The man directory were solely used for output
so the fix is to remove it entirely during the
make mrproper process.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
Diffstat (limited to 'mm/truncate.c')
0 files changed, 0 insertions, 0 deletions