[Lunar-commits] <moonbase> pilot-link: updated this to gather up the a LOT of missing documentation.
Terry Chan
tchan at lunar-linux.org
Mon Mar 17 21:36:54 CET 2008
commit 959b1ffc97cb2fcb8d0a9a5980744f74f47aee77
Author: Terry Chan <tchan at lunar-linux.org>
Date: Mon Mar 17 15:36:54 2008 -0500
pilot-link: updated this to gather up the a LOT of missing documentation.
---
utils/pilot-link/BUILD | 3 ++-
utils/pilot-link/BUILD.x86_64 | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/utils/pilot-link/BUILD b/utils/pilot-link/BUILD
index e32b62f..9f3d5d4 100644
--- a/utils/pilot-link/BUILD
+++ b/utils/pilot-link/BUILD
@@ -2,6 +2,7 @@
bad_flags -Werror &&
OPTS="$OPTS --enable-conduits --with-libpng=/usr --enable-threads" &&
- default_build
+ default_build &&
+ gather_docs doc/*
) > $C_FIFO 2>&1
diff --git a/utils/pilot-link/BUILD.x86_64 b/utils/pilot-link/BUILD.x86_64
index af4ce3a..5214c1a 100644
--- a/utils/pilot-link/BUILD.x86_64
+++ b/utils/pilot-link/BUILD.x86_64
@@ -1,11 +1,11 @@
(
-# Oh well, this is still needed for x86_64 even though we don't for x86.
# And we need to do the CFLAGS/-fPIC dance.
bad_flags -Werror &&
export CFLAGS="$CFLAGS -fPIC"
OPTS="$OPTS --enable-conduits --with-libpng=/usr --enable-threads" &&
- default_build
+ default_build &&
+ gather_docs doc/*
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list