summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-12-10 01:53:42 +0000
committerKevin E Martin <kem@kem.org>2005-12-10 01:53:42 +0000
commit9066c43d7e7e86f28cd261136bae936dd85d584e (patch)
treecda45ab5d88a5fcb55473b6b5962dde80b1802b3
parentdbb335959f2411c10f86e6a0076d1a17618272d6 (diff)
Add lndir to symlink and build scripts.
-rwxr-xr-xbuild-from-tarballs.sh1
-rwxr-xr-xbuild.sh1
-rwxr-xr-xsymlink.sh9
3 files changed, 11 insertions, 0 deletions
diff --git a/build-from-tarballs.sh b/build-from-tarballs.sh
index d9091e4..cf676b5 100755
--- a/build-from-tarballs.sh
+++ b/build-from-tarballs.sh
@@ -453,6 +453,7 @@ build_util() {
build util makedepend
build util xmkmf
build util gccmakedep
+ build util lndir
}
# xorg-docs requires xorg-sgml-doctools
diff --git a/build.sh b/build.sh
index e1e7f3b..90c0dd2 100755
--- a/build.sh
+++ b/build.sh
@@ -432,6 +432,7 @@ build_util() {
build util makedepend
build util xmkmf
build util gccmakedep
+ build util lndir
}
# xorg-docs requires xorg-sgml-doctools
diff --git a/symlink.sh b/symlink.sh
index fc485c6..38a52dd 100755
--- a/symlink.sh
+++ b/symlink.sh
@@ -12798,6 +12798,14 @@ symlink_util_imake() {
action makeg.sh makeg
}
+symlink_util_lndir() {
+ src_dir config/util
+ dst_dir util/lndir
+
+ action lndir.c
+ action lndir.man
+}
+
symlink_util_makedepend() {
src_dir config/makedepend
dst_dir util/makedepend
@@ -12822,6 +12830,7 @@ symlink_util() {
symlink_util_cf
symlink_util_gccmakedep
symlink_util_imake
+ symlink_util_lndir
symlink_util_makedepend
symlink_util_xmkmf
# ...