diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-07-31 23:03:35 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-07-31 23:03:35 +0000 |
commit | ab7caf533e903f76997f7f32cfdfb41c53f64abe (patch) | |
tree | a6db715a9f8e422fecff9ca85fdeaf7a0524d78b | |
parent | Only use -g if $debug is true. I'll suggest this also to the (diff) |
WITH_DEBUG=2 does work now.
It seems to take 10GB diskspace here. Ugh.
Notes
Notes:
svn path=/head/; revision=63825
-rw-r--r-- | editors/openoffice-1.0/Makefile | 3 | ||||
-rw-r--r-- | editors/openoffice.org-1.0/Makefile | 3 | ||||
-rw-r--r-- | editors/openoffice/Makefile | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile index 650cf745345d..4b5ddfc0c53f 100644 --- a/editors/openoffice-1.0/Makefile +++ b/editors/openoffice-1.0/Makefile @@ -186,8 +186,7 @@ pre-fetch: @${ECHO} "if you call make with WITH_DEBUG=1" @${ECHO} @${ECHO} "If you set WITH_DEBUG=2, you add internal" - @${ECHO} "OO.org debug support. This is currently" - @${ECHO} "broken." + @${ECHO} "OO.org debug support. @${ECHO} .endif .if ${OSVERSION} < 450002 diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile index 650cf745345d..4b5ddfc0c53f 100644 --- a/editors/openoffice.org-1.0/Makefile +++ b/editors/openoffice.org-1.0/Makefile @@ -186,8 +186,7 @@ pre-fetch: @${ECHO} "if you call make with WITH_DEBUG=1" @${ECHO} @${ECHO} "If you set WITH_DEBUG=2, you add internal" - @${ECHO} "OO.org debug support. This is currently" - @${ECHO} "broken." + @${ECHO} "OO.org debug support. @${ECHO} .endif .if ${OSVERSION} < 450002 diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile index 650cf745345d..4b5ddfc0c53f 100644 --- a/editors/openoffice/Makefile +++ b/editors/openoffice/Makefile @@ -186,8 +186,7 @@ pre-fetch: @${ECHO} "if you call make with WITH_DEBUG=1" @${ECHO} @${ECHO} "If you set WITH_DEBUG=2, you add internal" - @${ECHO} "OO.org debug support. This is currently" - @${ECHO} "broken." + @${ECHO} "OO.org debug support. @${ECHO} .endif .if ${OSVERSION} < 450002 |